You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Henri Shahrouz <HS...@kaptechwest.com> on 2003/06/16 17:16:45 UTC

Naming convention for schema components

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: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org