Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sun.msv.grammar.xmlschema.XMLSchemaSchema
Nested Class Summary | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Field Summary | |
static String | |
XMLSchemaSchema.AttributeDeclContainer |
|
XMLSchemaSchema.AttributeGroupContainer |
|
XMLSchemaSchema.ComplexTypeContainer |
|
XMLSchemaSchema.ElementDeclContainer |
|
XMLSchemaSchema.GroupDeclContainer |
|
XMLSchemaSchema.IdentityConstraintContainer |
|
ExpressionPool |
|
XMLSchemaSchema.SimpleTypeContainer |
|
String |
|
Expression |
|
Constructor Summary | |
|
public static final String XMLSchemaInstanceNamespace
public final XMLSchemaSchema.AttributeDeclContainer attributeDecls
map from attribute declaration name to AttributeDeclExp object
public final XMLSchemaSchema.AttributeGroupContainer attributeGroups
map from attribute group name to AttributeGroupExp object
public final XMLSchemaSchema.ComplexTypeContainer complexTypes
map from simple type name to SimpleTypeExp object
public final XMLSchemaSchema.ElementDeclContainer elementDecls
map from attribute declaration name to AttributeDeclExp object
public final XMLSchemaSchema.GroupDeclContainer groupDecls
map from attribute declaration name to AttributeDeclExp object
public final XMLSchemaSchema.IdentityConstraintContainer identityConstraints
map from identity constraint name to IdentityConstraint object.
public final XMLSchemaSchema.SimpleTypeContainer simpleTypes
map from simple type name to SimpleTypeExp object
public final String targetNamespace
target namespace URI of this schema.