Package org.apache.xerces.xs
Interface XSConstants
-
public interface XSConstantsThis interface defines constants used by this specification.
-
-
Field Summary
Fields Modifier and Type Field Description static shortANNOTATIONThe object describes an annotation.static shortANYSIMPLETYPE_DTanySimpleTypestatic shortANYURI_DTanyURIstatic shortATTRIBUTE_DECLARATIONThe object describes an attribute declaration.static shortATTRIBUTE_GROUPThe object describes an attribute group definition.static shortATTRIBUTE_USEThe object describes an attribute use definition.static shortBASE64BINARY_DTbase64Binarystatic shortBOOLEAN_DTbooleanstatic shortBYTE_DTbytestatic shortDATE_DTdatestatic shortDATETIME_DTdateTimestatic shortDECIMAL_DTdecimalstatic shortDERIVATION_EXTENSIONXSTypeDefinitionfinal set orXSElementDeclarationdisallowed substitution group.static shortDERIVATION_LISTXSTypeDefinitionfinal set.static shortDERIVATION_NONENo constraint is available.static shortDERIVATION_RESTRICTIONXSTypeDefinitionfinal set orXSElementDeclarationdisallowed substitution group.static shortDERIVATION_SUBSTITUTIONXSTypeDefinitionfinal set.static shortDERIVATION_UNIONXSTypeDefinitionfinal set.static shortDOUBLE_DTdoublestatic shortDURATION_DTdurationstatic shortELEMENT_DECLARATIONThe object describes an element declaration.static shortENTITY_DTENTITYstatic shortFACETThe object describes a constraining facet.static shortFLOAT_DTfloatstatic shortGDAY_DTgDaystatic shortGMONTH_DTgMonthstatic shortGMONTHDAY_DTgMonthDaystatic shortGYEAR_DTgYearstatic shortGYEARMONTH_DTgYearMonthstatic shortHEXBINARY_DThexBinarystatic shortID_DTIDstatic shortIDENTITY_CONSTRAINTThe object describes an identity constraint definition.static shortIDREF_DTIDREFstatic shortINT_DTintstatic shortINTEGER_DTintegerstatic shortLANGUAGE_DTlanguagestatic shortLIST_DTThe type represents a list type definition.static shortLISTOFUNION_DTThe type represents a list type definition whose item type (itemType) is a union type definitionstatic shortLONG_DTlongstatic shortMODEL_GROUPA model group.static shortMODEL_GROUP_DEFINITIONThe object describes a model group definition.static shortMULTIVALUE_FACETThe object describes enumeration and pattern facets.static shortNAME_DTNamestatic shortNCNAME_DTNCNamestatic shortNEGATIVEINTEGER_DTnegativeIntegerstatic shortNMTOKEN_DTNMTOKENstatic shortNONNEGATIVEINTEGER_DTnonNegativeIntegerstatic shortNONPOSITIVEINTEGER_DTnonPositiveIntegerstatic shortNORMALIZEDSTRING_DTnormalizedStringstatic shortNOTATION_DECLARATIONThe object describes a notation declaration.static shortNOTATION_DTNOTATIONstatic shortPARTICLEThe object describes a particle.static shortPOSITIVEINTEGER_DTpositiveIntegerstatic shortQNAME_DTQNamestatic shortSCOPE_ABSENTThe scope of a declaration within named model groups or attribute groups isabsent.static shortSCOPE_GLOBALA scope ofglobalidentifies top-level declarations.static shortSCOPE_LOCALLocally scopeddeclarations are available for use only within the complex type.static shortSHORT_DTshortstatic shortSTRING_DTstringstatic shortTIME_DTtimestatic shortTOKEN_DTtokenstatic shortTYPE_DEFINITIONThe object describes a complex type or simple type definition.static shortUNAVAILABLE_DTThe built-in type category is not available.static shortUNSIGNEDBYTE_DTunsignedBytestatic shortUNSIGNEDINT_DTunsignedIntstatic shortUNSIGNEDLONG_DTunsignedLongstatic shortUNSIGNEDSHORT_DTunsignedShortstatic shortVC_DEFAULTIndicates that there is a default value constraint.static shortVC_FIXEDIndicates that there is a fixed value constraint for this attribute.static shortVC_NONEIndicates that the component does not have any value constraint.static shortWILDCARDThe object describes a wildcard.
-
-
-
Field Detail
-
ATTRIBUTE_DECLARATION
static final short ATTRIBUTE_DECLARATION
The object describes an attribute declaration.- See Also:
- Constant Field Values
-
ELEMENT_DECLARATION
static final short ELEMENT_DECLARATION
The object describes an element declaration.- See Also:
- Constant Field Values
-
TYPE_DEFINITION
static final short TYPE_DEFINITION
The object describes a complex type or simple type definition.- See Also:
- Constant Field Values
-
ATTRIBUTE_USE
static final short ATTRIBUTE_USE
The object describes an attribute use definition.- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP
static final short ATTRIBUTE_GROUP
The object describes an attribute group definition.- See Also:
- Constant Field Values
-
MODEL_GROUP_DEFINITION
static final short MODEL_GROUP_DEFINITION
The object describes a model group definition.- See Also:
- Constant Field Values
-
MODEL_GROUP
static final short MODEL_GROUP
A model group.- See Also:
- Constant Field Values
-
PARTICLE
static final short PARTICLE
The object describes a particle.- See Also:
- Constant Field Values
-
WILDCARD
static final short WILDCARD
The object describes a wildcard.- See Also:
- Constant Field Values
-
IDENTITY_CONSTRAINT
static final short IDENTITY_CONSTRAINT
The object describes an identity constraint definition.- See Also:
- Constant Field Values
-
NOTATION_DECLARATION
static final short NOTATION_DECLARATION
The object describes a notation declaration.- See Also:
- Constant Field Values
-
ANNOTATION
static final short ANNOTATION
The object describes an annotation.- See Also:
- Constant Field Values
-
FACET
static final short FACET
The object describes a constraining facet. Note: this object does not describe pattern and enumeration facets.- See Also:
- Constant Field Values
-
MULTIVALUE_FACET
static final short MULTIVALUE_FACET
The object describes enumeration and pattern facets.- See Also:
- Constant Field Values
-
DERIVATION_NONE
static final short DERIVATION_NONE
No constraint is available.- See Also:
- Constant Field Values
-
DERIVATION_EXTENSION
static final short DERIVATION_EXTENSION
XSTypeDefinitionfinal set orXSElementDeclarationdisallowed substitution group.- See Also:
- Constant Field Values
-
DERIVATION_RESTRICTION
static final short DERIVATION_RESTRICTION
XSTypeDefinitionfinal set orXSElementDeclarationdisallowed substitution group.- See Also:
- Constant Field Values
-
DERIVATION_SUBSTITUTION
static final short DERIVATION_SUBSTITUTION
XSTypeDefinitionfinal set.- See Also:
- Constant Field Values
-
DERIVATION_UNION
static final short DERIVATION_UNION
XSTypeDefinitionfinal set.- See Also:
- Constant Field Values
-
DERIVATION_LIST
static final short DERIVATION_LIST
XSTypeDefinitionfinal set.- See Also:
- Constant Field Values
-
SCOPE_ABSENT
static final short SCOPE_ABSENT
The 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:
- Constant Field Values
-
SCOPE_GLOBAL
static final short SCOPE_GLOBAL
A scope ofglobalidentifies top-level declarations.- See Also:
- Constant Field Values
-
SCOPE_LOCAL
static final short SCOPE_LOCAL
Locally scopeddeclarations are available for use only within the complex type.- See Also:
- Constant Field Values
-
VC_NONE
static final short VC_NONE
Indicates that the component does not have any value constraint.- See Also:
- Constant Field Values
-
VC_DEFAULT
static final short VC_DEFAULT
Indicates that there is a default value constraint.- See Also:
- Constant Field Values
-
VC_FIXED
static final short VC_FIXED
Indicates that there is a fixed value constraint for this attribute.- See Also:
- Constant Field Values
-
ANYSIMPLETYPE_DT
static final short ANYSIMPLETYPE_DT
anySimpleType- See Also:
- Constant Field Values
-
STRING_DT
static final short STRING_DT
string- See Also:
- Constant Field Values
-
BOOLEAN_DT
static final short BOOLEAN_DT
boolean- See Also:
- Constant Field Values
-
DECIMAL_DT
static final short DECIMAL_DT
decimal- See Also:
- Constant Field Values
-
FLOAT_DT
static final short FLOAT_DT
float- See Also:
- Constant Field Values
-
DOUBLE_DT
static final short DOUBLE_DT
double- See Also:
- Constant Field Values
-
DURATION_DT
static final short DURATION_DT
duration- See Also:
- Constant Field Values
-
DATETIME_DT
static final short DATETIME_DT
dateTime- See Also:
- Constant Field Values
-
TIME_DT
static final short TIME_DT
time- See Also:
- Constant Field Values
-
DATE_DT
static final short DATE_DT
date- See Also:
- Constant Field Values
-
GYEARMONTH_DT
static final short GYEARMONTH_DT
gYearMonth- See Also:
- Constant Field Values
-
GYEAR_DT
static final short GYEAR_DT
gYear- See Also:
- Constant Field Values
-
GMONTHDAY_DT
static final short GMONTHDAY_DT
gMonthDay- See Also:
- Constant Field Values
-
GDAY_DT
static final short GDAY_DT
gDay- See Also:
- Constant Field Values
-
GMONTH_DT
static final short GMONTH_DT
gMonth- See Also:
- Constant Field Values
-
HEXBINARY_DT
static final short HEXBINARY_DT
hexBinary- See Also:
- Constant Field Values
-
BASE64BINARY_DT
static final short BASE64BINARY_DT
base64Binary- See Also:
- Constant Field Values
-
ANYURI_DT
static final short ANYURI_DT
anyURI- See Also:
- Constant Field Values
-
QNAME_DT
static final short QNAME_DT
QName- See Also:
- Constant Field Values
-
NOTATION_DT
static final short NOTATION_DT
NOTATION- See Also:
- Constant Field Values
-
NORMALIZEDSTRING_DT
static final short NORMALIZEDSTRING_DT
normalizedString- See Also:
- Constant Field Values
-
TOKEN_DT
static final short TOKEN_DT
token- See Also:
- Constant Field Values
-
LANGUAGE_DT
static final short LANGUAGE_DT
language- See Also:
- Constant Field Values
-
NMTOKEN_DT
static final short NMTOKEN_DT
NMTOKEN- See Also:
- Constant Field Values
-
NAME_DT
static final short NAME_DT
Name- See Also:
- Constant Field Values
-
NCNAME_DT
static final short NCNAME_DT
NCName- See Also:
- Constant Field Values
-
ID_DT
static final short ID_DT
ID- See Also:
- Constant Field Values
-
IDREF_DT
static final short IDREF_DT
IDREF- See Also:
- Constant Field Values
-
ENTITY_DT
static final short ENTITY_DT
ENTITY- See Also:
- Constant Field Values
-
INTEGER_DT
static final short INTEGER_DT
integer- See Also:
- Constant Field Values
-
NONPOSITIVEINTEGER_DT
static final short NONPOSITIVEINTEGER_DT
nonPositiveInteger- See Also:
- Constant Field Values
-
NEGATIVEINTEGER_DT
static final short NEGATIVEINTEGER_DT
negativeInteger- See Also:
- Constant Field Values
-
LONG_DT
static final short LONG_DT
long- See Also:
- Constant Field Values
-
INT_DT
static final short INT_DT
int- See Also:
- Constant Field Values
-
SHORT_DT
static final short SHORT_DT
short- See Also:
- Constant Field Values
-
BYTE_DT
static final short BYTE_DT
byte- See Also:
- Constant Field Values
-
NONNEGATIVEINTEGER_DT
static final short NONNEGATIVEINTEGER_DT
nonNegativeInteger- See Also:
- Constant Field Values
-
UNSIGNEDLONG_DT
static final short UNSIGNEDLONG_DT
unsignedLong- See Also:
- Constant Field Values
-
UNSIGNEDINT_DT
static final short UNSIGNEDINT_DT
unsignedInt- See Also:
- Constant Field Values
-
UNSIGNEDSHORT_DT
static final short UNSIGNEDSHORT_DT
unsignedShort- See Also:
- Constant Field Values
-
UNSIGNEDBYTE_DT
static final short UNSIGNEDBYTE_DT
unsignedByte- See Also:
- Constant Field Values
-
POSITIVEINTEGER_DT
static final short POSITIVEINTEGER_DT
positiveInteger- See Also:
- Constant Field Values
-
LISTOFUNION_DT
static final short LISTOFUNION_DT
The type represents a list type definition whose item type (itemType) is a union type definition- See Also:
- Constant Field Values
-
LIST_DT
static final short LIST_DT
The type represents a list type definition.- See Also:
- Constant Field Values
-
UNAVAILABLE_DT
static final short UNAVAILABLE_DT
The built-in type category is not available.- See Also:
- Constant Field Values
-
-