I'm working on the JaxB conversion of the openejb.xsd file
(openejb.conf) and I was curious about our mixed content usage. In
the xsd all elements are <xsd:complexType mixed='true'>, but it
appears that all of the elements are either simple types (with
attributes), or only contain nested elements without mixed content.
Does anyone mind of I make the following conversion:
Simple text-only types (contains a properties file in the text)
"Container",
"JndiProvider",
"SecurityService",
"TransactionManager",
"ConnectionManager",
"ProxyFactory",
"Connector",
"Resource",
"Deployments"
Normal complex type
"openejb"
-dain