I want to parse a schema, to get at the content model of elements. Basing my experimentation on the XSQuery example that comes with Xerces, I have an XSElementDeclaration, but I don't see how to go further? I can get the type definition:
XSTypeDefinition td = el.getTypeDefinition(); I can determine if it is a simple or complex type. Now what? How do I get a ModelGroup? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
