Package com.sun.msv.grammar.xmlschema

W3C XML Schema grammar model.

See:
          Description

Class Summary
AttributeDeclExp global attribute declaration.
AttributeGroupExp attribute group declaration.
ComplexTypeExp ComplexType definition.
ElementDeclExp Element declaration.
Field represents one field of an identity constraint.
GroupDeclExp model group declaration.
IdentityConstraint represents an identity constraint.
KeyConstraint key constraint.
KeyRefConstraint keyref constraint.
LaxDefaultNameClass Special name class implementation used for the wild card of the "lax" mode.
RedefinableExp declaration that can be redefined by using <redefine> element.
SimpleTypeExp Simple type declaration.
SkipElementExp ElementExp that is used for <any processContents="skip"/>.
UniqueConstraint unique constraint.
XMLSchemaGrammar set of XML Schema.
XMLSchemaSchema XML Schema object.
XMLSchemaTypeExp Base class of ComplexTypeExp and SimpleTypeExp.
XPath internal representation of XPath ('aaa/bbb/ccc/ ...
 

Package com.sun.msv.grammar.xmlschema Description

W3C XML Schema grammar model.

These classes serve as the object model of W3C XML Schema.