Package org.apache.xerces.xs
Interface XSConstants
public interface XSConstants
This interface defines constants used by this specification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortThe object describes an annotation.static final shortanySimpleTypestatic final shortanyURIstatic final shortThe object describes an attribute declaration.static final shortThe object describes an attribute group definition.static final shortThe object describes an attribute use definition.static final shortbase64Binarystatic final shortbooleanstatic final shortbytestatic final shortdatestatic final shortdateTimestatic final shortdecimalstatic final shortXSTypeDefinitionfinal set orXSElementDeclarationdisallowed substitution group.static final shortXSTypeDefinitionfinal set.static final shortNo constraint is available.static final shortXSTypeDefinitionfinal set orXSElementDeclarationdisallowed substitution group.static final shortXSTypeDefinitionfinal set.static final shortXSTypeDefinitionfinal set.static final shortdoublestatic final shortdurationstatic final shortThe object describes an element declaration.static final shortENTITYstatic final shortThe object describes a constraining facet.static final shortfloatstatic final shortgDaystatic final shortgMonthstatic final shortgMonthDaystatic final shortgYearstatic final shortgYearMonthstatic final shorthexBinarystatic final shortIDstatic final shortThe object describes an identity constraint definition.static final shortIDREFstatic final shortintstatic final shortintegerstatic final shortlanguagestatic final shortThe type represents a list type definition.static final shortThe type represents a list type definition whose item type (itemType) is a union type definitionstatic final shortlongstatic final shortA model group.static final shortThe object describes a model group definition.static final shortThe object describes enumeration and pattern facets.static final shortNamestatic final shortNCNamestatic final shortnegativeIntegerstatic final shortNMTOKENstatic final shortnonNegativeIntegerstatic final shortnonPositiveIntegerstatic final shortnormalizedStringstatic final shortThe object describes a notation declaration.static final shortNOTATIONstatic final shortThe object describes a particle.static final shortpositiveIntegerstatic final shortQNamestatic final shortThe scope of a declaration within named model groups or attribute groups isabsent.static final shortA scope ofglobalidentifies top-level declarations.static final shortLocally scopeddeclarations are available for use only within the complex type.static final shortshortstatic final shortstringstatic final shorttimestatic final shorttokenstatic final shortThe object describes a complex type or simple type definition.static final shortThe built-in type category is not available.static final shortunsignedBytestatic final shortunsignedIntstatic final shortunsignedLongstatic final shortunsignedShortstatic final shortIndicates that there is a default value constraint.static final shortIndicates that there is a fixed value constraint for this attribute.static final shortIndicates that the component does not have any value constraint.static final shortThe object describes a wildcard.
-
Field Details
-
ATTRIBUTE_DECLARATION
static final short ATTRIBUTE_DECLARATIONThe object describes an attribute declaration.- See Also:
-
ELEMENT_DECLARATION
static final short ELEMENT_DECLARATIONThe object describes an element declaration.- See Also:
-
TYPE_DEFINITION
static final short TYPE_DEFINITIONThe object describes a complex type or simple type definition.- See Also:
-
ATTRIBUTE_USE
static final short ATTRIBUTE_USEThe object describes an attribute use definition.- See Also:
-
ATTRIBUTE_GROUP
static final short ATTRIBUTE_GROUPThe object describes an attribute group definition.- See Also:
-
MODEL_GROUP_DEFINITION
static final short MODEL_GROUP_DEFINITIONThe object describes a model group definition.- See Also:
-
MODEL_GROUP
static final short MODEL_GROUPA model group.- See Also:
-
PARTICLE
static final short PARTICLEThe object describes a particle.- See Also:
-
WILDCARD
static final short WILDCARDThe object describes a wildcard.- See Also:
-
IDENTITY_CONSTRAINT
static final short IDENTITY_CONSTRAINTThe object describes an identity constraint definition.- See Also:
-
NOTATION_DECLARATION
static final short NOTATION_DECLARATIONThe object describes a notation declaration.- See Also:
-
ANNOTATION
static final short ANNOTATIONThe object describes an annotation.- See Also:
-
FACET
static final short FACETThe object describes a constraining facet. Note: this object does not describe pattern and enumeration facets.- See Also:
-
MULTIVALUE_FACET
static final short MULTIVALUE_FACETThe object describes enumeration and pattern facets.- See Also:
-
DERIVATION_NONE
static final short DERIVATION_NONENo constraint is available.- See Also:
-
DERIVATION_EXTENSION
static final short DERIVATION_EXTENSIONXSTypeDefinitionfinal set orXSElementDeclarationdisallowed substitution group.- See Also:
-
DERIVATION_RESTRICTION
static final short DERIVATION_RESTRICTIONXSTypeDefinitionfinal set orXSElementDeclarationdisallowed substitution group.- See Also:
-
DERIVATION_SUBSTITUTION
static final short DERIVATION_SUBSTITUTIONXSTypeDefinitionfinal set.- See Also:
-
DERIVATION_UNION
static final short DERIVATION_UNIONXSTypeDefinitionfinal set.- See Also:
-
DERIVATION_LIST
static final short DERIVATION_LISTXSTypeDefinitionfinal set.- See Also:
-
SCOPE_ABSENT
static final short SCOPE_ABSENTThe scope of a declaration within named model groups or attribute groups isabsent. The scope of such a declaration is determined when it is used in the construction of complex type definitions.- See Also:
-
SCOPE_GLOBAL
static final short SCOPE_GLOBALA scope ofglobalidentifies top-level declarations.- See Also:
-
SCOPE_LOCAL
static final short SCOPE_LOCALLocally scopeddeclarations are available for use only within the complex type.- See Also:
-
VC_NONE
static final short VC_NONEIndicates that the component does not have any value constraint.- See Also:
-
VC_DEFAULT
static final short VC_DEFAULTIndicates that there is a default value constraint.- See Also:
-
VC_FIXED
static final short VC_FIXEDIndicates that there is a fixed value constraint for this attribute.- See Also:
-
ANYSIMPLETYPE_DT
static final short ANYSIMPLETYPE_DTanySimpleType- See Also:
-
STRING_DT
static final short STRING_DTstring- See Also:
-
BOOLEAN_DT
static final short BOOLEAN_DTboolean- See Also:
-
DECIMAL_DT
static final short DECIMAL_DTdecimal- See Also:
-
FLOAT_DT
static final short FLOAT_DTfloat- See Also:
-
DOUBLE_DT
static final short DOUBLE_DTdouble- See Also:
-
DURATION_DT
static final short DURATION_DTduration- See Also:
-
DATETIME_DT
static final short DATETIME_DTdateTime- See Also:
-
TIME_DT
static final short TIME_DTtime- See Also:
-
DATE_DT
static final short DATE_DTdate- See Also:
-
GYEARMONTH_DT
static final short GYEARMONTH_DTgYearMonth- See Also:
-
GYEAR_DT
static final short GYEAR_DTgYear- See Also:
-
GMONTHDAY_DT
static final short GMONTHDAY_DTgMonthDay- See Also:
-
GDAY_DT
static final short GDAY_DTgDay- See Also:
-
GMONTH_DT
static final short GMONTH_DTgMonth- See Also:
-
HEXBINARY_DT
static final short HEXBINARY_DThexBinary- See Also:
-
BASE64BINARY_DT
static final short BASE64BINARY_DTbase64Binary- See Also:
-
ANYURI_DT
static final short ANYURI_DTanyURI- See Also:
-
QNAME_DT
static final short QNAME_DTQName- See Also:
-
NOTATION_DT
static final short NOTATION_DTNOTATION- See Also:
-
NORMALIZEDSTRING_DT
static final short NORMALIZEDSTRING_DTnormalizedString- See Also:
-
TOKEN_DT
static final short TOKEN_DTtoken- See Also:
-
LANGUAGE_DT
static final short LANGUAGE_DTlanguage- See Also:
-
NMTOKEN_DT
static final short NMTOKEN_DTNMTOKEN- See Also:
-
NAME_DT
static final short NAME_DTName- See Also:
-
NCNAME_DT
static final short NCNAME_DTNCName- See Also:
-
ID_DT
static final short ID_DTID- See Also:
-
IDREF_DT
static final short IDREF_DTIDREF- See Also:
-
ENTITY_DT
static final short ENTITY_DTENTITY- See Also:
-
INTEGER_DT
static final short INTEGER_DTinteger- See Also:
-
NONPOSITIVEINTEGER_DT
static final short NONPOSITIVEINTEGER_DTnonPositiveInteger- See Also:
-
NEGATIVEINTEGER_DT
static final short NEGATIVEINTEGER_DTnegativeInteger- See Also:
-
LONG_DT
static final short LONG_DTlong- See Also:
-
INT_DT
static final short INT_DTint- See Also:
-
SHORT_DT
static final short SHORT_DTshort- See Also:
-
BYTE_DT
static final short BYTE_DTbyte- See Also:
-
NONNEGATIVEINTEGER_DT
static final short NONNEGATIVEINTEGER_DTnonNegativeInteger- See Also:
-
UNSIGNEDLONG_DT
static final short UNSIGNEDLONG_DTunsignedLong- See Also:
-
UNSIGNEDINT_DT
static final short UNSIGNEDINT_DTunsignedInt- See Also:
-
UNSIGNEDSHORT_DT
static final short UNSIGNEDSHORT_DTunsignedShort- See Also:
-
UNSIGNEDBYTE_DT
static final short UNSIGNEDBYTE_DTunsignedByte- See Also:
-
POSITIVEINTEGER_DT
static final short POSITIVEINTEGER_DTpositiveInteger- See Also:
-
LISTOFUNION_DT
static final short LISTOFUNION_DTThe type represents a list type definition whose item type (itemType) is a union type definition- See Also:
-
LIST_DT
static final short LIST_DTThe type represents a list type definition.- See Also:
-
UNAVAILABLE_DT
static final short UNAVAILABLE_DTThe built-in type category is not available.- See Also:
-