Package com.sun.msv.grammar.xmlschema
Class XMLSchemaSchema
java.lang.Object
com.sun.msv.grammar.xmlschema.XMLSchemaSchema
- All Implemented Interfaces:
Serializable
XML Schema object.
A set of "schema components" that share the same target namespace. It contains all global declarations.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
final class
final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionmap from attribute declaration name to AttributeDeclExp objectmap from attribute group name to AttributeGroupExp objectmap from simple type name to SimpleTypeExp objectmap from attribute declaration name to AttributeDeclExp objectmap from attribute declaration name to AttributeDeclExp objectmap from identity constraint name to IdentityConstraint object.final ExpressionPool
pool object which was used to construct this grammar.private static final long
map from simple type name to SimpleTypeExp objectfinal String
target namespace URI of this schema.choice of all global element declarations.static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
XMLSchemaInstanceNamespace
- See Also:
-
targetNamespace
target namespace URI of this schema. -
pool
pool object which was used to construct this grammar. -
topLevel
choice of all global element declarations. -
simpleTypes
map from simple type name to SimpleTypeExp object -
complexTypes
map from simple type name to SimpleTypeExp object -
attributeGroups
map from attribute group name to AttributeGroupExp object -
attributeDecls
map from attribute declaration name to AttributeDeclExp object -
elementDecls
map from attribute declaration name to AttributeDeclExp object -
groupDecls
map from attribute declaration name to AttributeDeclExp object -
identityConstraints
map from identity constraint name to IdentityConstraint object. -
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
XMLSchemaSchema
-