FileDocCategorySizeDatePackage
XSConstants.javaAPI DocJava SE 5 API6785Fri Aug 26 14:55:52 BST 2005com.sun.org.apache.xerces.internal.impl.xs.psvi

XSConstants

public interface XSConstants
This interface defines constants used by this specification. The interface may be updated or replaced.

Fields Summary
public static final short
ATTRIBUTE_DECLARATION
The object describes an attribute declaration.
public static final short
ELEMENT_DECLARATION
The object describes an element declaration.
public static final short
TYPE_DEFINITION
The object describes a complex type or simple type definition.
public static final short
ATTRIBUTE_USE
The object describes an attribute use definition.
public static final short
ATTRIBUTE_GROUP
The object describes an attribute group definition.
public static final short
MODEL_GROUP_DEFINITION
The object describes a model group definition.
public static final short
MODEL_GROUP
A model group.
public static final short
PARTICLE
The object describes a particle.
public static final short
WILDCARD
The object describes a wildcard.
public static final short
IDENTITY_CONSTRAINT
The object describes an identity constraint definition.
public static final short
NOTATION_DECLARATION
The object describes a notation declaration.
public static final short
ANNOTATION
The object describes an annotation.
public static final short
FACET
The object describes a constraining facet.
public static final short
MULTIVALUE_FACET
The object describes enumeration/pattern facets.
public static final short
DERIVATION_NONE
No constraint is available.
public static final short
DERIVATION_EXTENSION
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
public static final short
DERIVATION_RESTRICTION
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
public static final short
DERIVATION_SUBSTITUTION
XSTypeDefinition final set.
public static final short
DERIVATION_UNION
XSTypeDefinition final set.
public static final short
DERIVATION_LIST
XSTypeDefinition final set.
public static final short
SCOPE_ABSENT
The 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_GLOBAL
A scope of global identifies top-level declarations.
public static final short
SCOPE_LOCAL
Locally scoped declarations are available for use only within the complex type.
public static final short
VC_NONE
Indicates that the component does not have any value constraint.
public static final short
VC_DEFAULT
Indicates that there is a default value constraint.
public static final short
VC_FIXED
Indicates that there is a fixed value constraint for this attribute.
Constructors Summary
Methods Summary