Fields Summary |
---|
public static final short | ATTRIBUTE_DECLARATIONThe object describes an attribute declaration. |
public static final short | ELEMENT_DECLARATIONThe object describes an element declaration. |
public static final short | TYPE_DEFINITIONThe object describes a complex type or simple type definition. |
public static final short | ATTRIBUTE_USEThe object describes an attribute use definition. |
public static final short | ATTRIBUTE_GROUPThe object describes an attribute group definition. |
public static final short | MODEL_GROUP_DEFINITIONThe object describes a model group definition. |
public static final short | MODEL_GROUPA model group. |
public static final short | PARTICLEThe object describes a particle. |
public static final short | WILDCARDThe object describes a wildcard. |
public static final short | IDENTITY_CONSTRAINTThe object describes an identity constraint definition. |
public static final short | NOTATION_DECLARATIONThe object describes a notation declaration. |
public static final short | ANNOTATIONThe object describes an annotation. |
public static final short | FACETThe object describes a constraining facet. |
public static final short | MULTIVALUE_FACETThe object describes enumeration/pattern facets. |
public static final short | DERIVATION_NONENo constraint is available. |
public static final short | DERIVATION_EXTENSIONXSTypeDefinition final set or
XSElementDeclaration disallowed substitution group. |
public static final short | DERIVATION_RESTRICTIONXSTypeDefinition final set or
XSElementDeclaration disallowed substitution group. |
public static final short | DERIVATION_SUBSTITUTIONXSTypeDefinition final set. |
public static final short | DERIVATION_UNIONXSTypeDefinition final set. |
public static final short | DERIVATION_LISTXSTypeDefinition final set. |
public static final short | SCOPE_ABSENTThe scope of a declaration within named model groups or attribute
groups is absent . The scope of such declaration is
determined when it is used in the construction of complex type
definitions. |
public static final short | SCOPE_GLOBALA scope of global identifies top-level declarations. |
public static final short | SCOPE_LOCALLocally scoped declarations are available for use only
within the complex type. |
public static final short | VC_NONEIndicates that the component does not have any value constraint. |
public static final short | VC_DEFAULTIndicates that there is a default value constraint. |
public static final short | VC_FIXEDIndicates that there is a fixed value constraint for this attribute. |