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-normalization . 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. I apologize for initially sending this email to the developer list. Thanks, Henri Shahrouz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
