Uses of Package
com.sun.msv.grammar.xmlschema

Packages that use com.sun.msv.grammar.xmlschema
com.sun.msv.driver.textui Command line verifier. 
com.sun.msv.grammar.xmlschema W3C XML Schema grammar model. 
com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM. 
com.sun.msv.verifier.identity Verifier with XML Schema's identity constraint check. 
com.sun.msv.verifier.regexp.xmlschema RegExp VGM implementation that supports special semantics of XML Schema 
 

Classes in com.sun.msv.grammar.xmlschema used by com.sun.msv.driver.textui
XMLSchemaGrammar
          set of XML Schema.
XMLSchemaSchema
          XML Schema object.
 

Classes in com.sun.msv.grammar.xmlschema used by com.sun.msv.grammar.xmlschema
AttributeDeclExp
          global attribute declaration.
AttributeGroupExp
          attribute group declaration.
AttributeWildcard
          Attribute wildcard property of the schema component.
AttWildcardExp
          Schema component with AttributeWildcard
ComplexTypeExp
          ComplexType definition.
ElementDeclExp
          Element declaration.
ElementDeclExp.XSElementExp
          XML Schema version of ElementExp.
Field
          represents one field of an identity constraint.
GroupDeclExp
          model group declaration.
IdentityConstraint
          represents an identity constraint.
KeyConstraint
          key constraint.
RedefinableExp
          declaration that can be redefined by using <redefine> element.
SimpleTypeExp
          Simple type declaration.
XMLSchemaGrammar
          set of XML Schema.
XMLSchemaSchema
          XML Schema object.
XMLSchemaSchema.AttributeDeclContainer
           
XMLSchemaSchema.AttributeGroupContainer
           
XMLSchemaSchema.ComplexTypeContainer
           
XMLSchemaSchema.ElementDeclContainer
           
XMLSchemaSchema.GroupDeclContainer
           
XMLSchemaSchema.IdentityConstraintContainer
           
XMLSchemaSchema.SimpleTypeContainer
           
XMLSchemaTypeExp
          Base class of ComplexTypeExp and SimpleTypeExp.
XPath
          internal representation of XPath ('aaa/bbb/ccc/ ...
 

Classes in com.sun.msv.grammar.xmlschema used by com.sun.msv.reader.xmlschema
AttributeWildcard
          Attribute wildcard property of the schema component.
ComplexTypeExp
          ComplexType definition.
ElementDeclExp
          Element declaration.
Field
          represents one field of an identity constraint.
IdentityConstraint
          represents an identity constraint.
RedefinableExp
          declaration that can be redefined by using <redefine> element.
SimpleTypeExp
          Simple type declaration.
XMLSchemaGrammar
          set of XML Schema.
XMLSchemaSchema
          XML Schema object.
XPath
          internal representation of XPath ('aaa/bbb/ccc/ ...
 

Classes in com.sun.msv.grammar.xmlschema used by com.sun.msv.verifier.identity
Field
          represents one field of an identity constraint.
IdentityConstraint
          represents an identity constraint.
XMLSchemaGrammar
          set of XML Schema.
XPath
          internal representation of XPath ('aaa/bbb/ccc/ ...
 

Classes in com.sun.msv.grammar.xmlschema used by com.sun.msv.verifier.regexp.xmlschema
XMLSchemaGrammar
          set of XML Schema.
 



MSV