You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by David Jencks <da...@yahoo.com> on 2005/06/28 23:27:58 UTC

Do schema model objects include info from "any" elements in schema?

I'm using the xmlbeans schema model to extract information from schemas 
in wsdls.

Given a complex type like this:

			<complexType name="ArrayOfstring" 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
				<complexContent>
					<restriction base="soapenc:Array">
						<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
					</restriction>
				</complexContent>
			</complexType>

is it possible to extract the wsdl:arrayType attribute value of 
xsd:string[] from any of the objects accessible from 
org.apache.xmlbeans.SchemaType or related classes?  If not, is there 
some way to get back from a SchemaType object to an XmlObject from 
which I could extract the information?

many thanks
david jencks


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: user-help@xmlbeans.apache.org