FileDocCategorySizeDatePackage
XSConstants.javaAPI DocJava SE 6 API9809Tue Jun 10 00:22:54 BST 2008com.sun.org.apache.xerces.internal.xs

XSConstants

public interface XSConstants
This interface defines constants used by this specification.

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. Note: this object does not describe pattern and enumeration facets.
public static final short
MULTIVALUE_FACET
The object describes enumeration and 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
DERIVATION_EXTENSION_RESTRICTION_SUBSTITION
XSTypeDefinition final set.
public static final short
DERIVATION_ALL
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 a 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.
public static final short
ANYSIMPLETYPE_DT
anySimpleType
public static final short
STRING_DT
string
public static final short
BOOLEAN_DT
boolean
public static final short
DECIMAL_DT
decimal
public static final short
FLOAT_DT
float
public static final short
DOUBLE_DT
double
public static final short
DURATION_DT
duration
public static final short
DATETIME_DT
dateTime
public static final short
TIME_DT
time
public static final short
DATE_DT
date
public static final short
GYEARMONTH_DT
gYearMonth
public static final short
GYEAR_DT
gYear
public static final short
GMONTHDAY_DT
gMonthDay
public static final short
GDAY_DT
gDay
public static final short
GMONTH_DT
gMonth
public static final short
HEXBINARY_DT
hexBinary
public static final short
BASE64BINARY_DT
base64Binary
public static final short
ANYURI_DT
anyURI
public static final short
QNAME_DT
QName
public static final short
NOTATION_DT
NOTATION
public static final short
NORMALIZEDSTRING_DT
normalizedString
public static final short
TOKEN_DT
token
public static final short
LANGUAGE_DT
language
public static final short
NMTOKEN_DT
NMTOKEN
public static final short
NAME_DT
Name
public static final short
NCNAME_DT
NCName
public static final short
ID_DT
ID
public static final short
IDREF_DT
IDREF
public static final short
ENTITY_DT
ENTITY
public static final short
INTEGER_DT
integer
public static final short
NONPOSITIVEINTEGER_DT
nonPositiveInteger
public static final short
NEGATIVEINTEGER_DT
negativeInteger
public static final short
LONG_DT
long
public static final short
INT_DT
int
public static final short
SHORT_DT
short
public static final short
BYTE_DT
byte
public static final short
NONNEGATIVEINTEGER_DT
nonNegativeInteger
public static final short
UNSIGNEDLONG_DT
unsignedLong
public static final short
UNSIGNEDINT_DT
unsignedInt
public static final short
UNSIGNEDSHORT_DT
unsignedShort
public static final short
UNSIGNEDBYTE_DT
unsignedByte
public static final short
POSITIVEINTEGER_DT
positiveInteger
public static final short
LISTOFUNION_DT
The type represents a list type definition whose item type (itemType) is a union type definition
public static final short
LIST_DT
The type represents a list type definition.
public static final short
UNAVAILABLE_DT
The built-in type category is not available.
Constructors Summary
Methods Summary