Hi, In the XML Schema Formal Spec: http://www.w3.org/TR/xmlschema-formal/ there is a proposed naming convention to refer to XML schema components:
http://www.w3.org/TR/xmlschema-formal/#section-overview Does it make sense to use something like that in XSObject.getName()? It seems that for anonymous complex types XSComplexTypeDecl.getName() is null and XSComplexTypeDecl.getTypeName() returns a concatenation of the element hierarchy where the type is defined, with no delimiters, prefixed by "#AnonType_". I am using Xerces 2.4.0. Thanks, Henri Shahrouz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
