org.apache.xerces.xs

Interface XSConstants

public interface XSConstants

This interface defines constants used by this specification.

Field Summary

static short
ANNOTATION
The object describes an annotation.
static short
ANYSIMPLETYPE_DT
anySimpleType
static short
ANYURI_DT
anyURI
static short
ATTRIBUTE_DECLARATION
The object describes an attribute declaration.
static short
ATTRIBUTE_GROUP
The object describes an attribute group definition.
static short
ATTRIBUTE_USE
The object describes an attribute use definition.
static short
BASE64BINARY_DT
base64Binary
static short
BOOLEAN_DT
boolean
static short
BYTE_DT
byte
static short
DATETIME_DT
dateTime
static short
DATE_DT
date
static short
DECIMAL_DT
decimal
static short
DERIVATION_EXTENSION
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
static short
DERIVATION_LIST
XSTypeDefinition final set.
static short
DERIVATION_NONE
No constraint is available.
static short
DERIVATION_RESTRICTION
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
static short
DERIVATION_SUBSTITUTION
XSTypeDefinition final set.
static short
DERIVATION_UNION
XSTypeDefinition final set.
static short
DOUBLE_DT
double
static short
DURATION_DT
duration
static short
ELEMENT_DECLARATION
The object describes an element declaration.
static short
ENTITY_DT
ENTITY
static short
FACET
The object describes a constraining facet.
static short
FLOAT_DT
float
static short
GDAY_DT
gDay
static short
GMONTHDAY_DT
gMonthDay
static short
GMONTH_DT
gMonth
static short
GYEARMONTH_DT
gYearMonth
static short
GYEAR_DT
gYear
static short
HEXBINARY_DT
hexBinary
static short
IDENTITY_CONSTRAINT
The object describes an identity constraint definition.
static short
IDREF_DT
IDREF
static short
ID_DT
ID
static short
INTEGER_DT
integer
static short
INT_DT
int
static short
LANGUAGE_DT
language
static short
LISTOFUNION_DT
The type represents a list type definition whose item type (itemType) is a union type definition
static short
LIST_DT
The type represents a list type definition.
static short
LONG_DT
long
static short
MODEL_GROUP
A model group.
static short
MODEL_GROUP_DEFINITION
The object describes a model group definition.
static short
MULTIVALUE_FACET
The object describes enumeration and pattern facets.
static short
NAME_DT
Name
static short
NCNAME_DT
NCName
static short
NEGATIVEINTEGER_DT
negativeInteger
static short
NMTOKEN_DT
NMTOKEN
static short
NONNEGATIVEINTEGER_DT
nonNegativeInteger
static short
NONPOSITIVEINTEGER_DT
nonPositiveInteger
static short
NORMALIZEDSTRING_DT
normalizedString
static short
NOTATION_DECLARATION
The object describes a notation declaration.
static short
NOTATION_DT
NOTATION
static short
PARTICLE
The object describes a particle.
static short
POSITIVEINTEGER_DT
positiveInteger
static short
QNAME_DT
QName
static short
SCOPE_ABSENT
The scope of a declaration within named model groups or attribute groups is absent.
static short
SCOPE_GLOBAL
A scope of global identifies top-level declarations.
static short
SCOPE_LOCAL
Locally scoped declarations are available for use only within the complex type.
static short
SHORT_DT
short
static short
STRING_DT
string
static short
TIME_DT
time
static short
TOKEN_DT
token
static short
TYPE_DEFINITION
The object describes a complex type or simple type definition.
static short
UNAVAILABLE_DT
The built-in type category is not available.
static short
UNSIGNEDBYTE_DT
unsignedByte
static short
UNSIGNEDINT_DT
unsignedInt
static short
UNSIGNEDLONG_DT
unsignedLong
static short
UNSIGNEDSHORT_DT
unsignedShort
static short
VC_DEFAULT
Indicates that there is a default value constraint.
static short
VC_FIXED
Indicates that there is a fixed value constraint for this attribute.
static short
VC_NONE
Indicates that the component does not have any value constraint.
static short
WILDCARD
The object describes a wildcard.

Field Details

ANNOTATION

public static final short ANNOTATION
The object describes an annotation.
Field Value:
12

ANYSIMPLETYPE_DT

public static final short ANYSIMPLETYPE_DT
anySimpleType
Field Value:
1

ANYURI_DT

public static final short ANYURI_DT
anyURI
Field Value:
18

ATTRIBUTE_DECLARATION

public static final short ATTRIBUTE_DECLARATION
The object describes an attribute declaration.
Field Value:
1

ATTRIBUTE_GROUP

public static final short ATTRIBUTE_GROUP
The object describes an attribute group definition.
Field Value:
5

ATTRIBUTE_USE

public static final short ATTRIBUTE_USE
The object describes an attribute use definition.
Field Value:
4

BASE64BINARY_DT

public static final short BASE64BINARY_DT
base64Binary
Field Value:
17

BOOLEAN_DT

public static final short BOOLEAN_DT
boolean
Field Value:
3

BYTE_DT

public static final short BYTE_DT
byte
Field Value:
36

DATETIME_DT

public static final short DATETIME_DT
dateTime
Field Value:
8

DATE_DT

public static final short DATE_DT
date
Field Value:
10

DECIMAL_DT

public static final short DECIMAL_DT
decimal
Field Value:
4

DERIVATION_EXTENSION

public static final short DERIVATION_EXTENSION
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
Field Value:
1

DERIVATION_LIST

public static final short DERIVATION_LIST
XSTypeDefinition final set.
Field Value:
16

DERIVATION_NONE

public static final short DERIVATION_NONE
No constraint is available.
Field Value:
0

DERIVATION_RESTRICTION

public static final short DERIVATION_RESTRICTION
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
Field Value:
2

DERIVATION_SUBSTITUTION

public static final short DERIVATION_SUBSTITUTION
XSTypeDefinition final set.
Field Value:
4

DERIVATION_UNION

public static final short DERIVATION_UNION
XSTypeDefinition final set.
Field Value:
8

DOUBLE_DT

public static final short DOUBLE_DT
double
Field Value:
6

DURATION_DT

public static final short DURATION_DT
duration
Field Value:
7

ELEMENT_DECLARATION

public static final short ELEMENT_DECLARATION
The object describes an element declaration.
Field Value:
2

ENTITY_DT

public static final short ENTITY_DT
ENTITY
Field Value:
29

FACET

public static final short FACET
The object describes a constraining facet. Note: this object does not describe pattern and enumeration facets.
Field Value:
13

FLOAT_DT

public static final short FLOAT_DT
float
Field Value:
5

GDAY_DT

public static final short GDAY_DT
gDay
Field Value:
14

GMONTHDAY_DT

public static final short GMONTHDAY_DT
gMonthDay
Field Value:
13

GMONTH_DT

public static final short GMONTH_DT
gMonth
Field Value:
15

GYEARMONTH_DT

public static final short GYEARMONTH_DT
gYearMonth
Field Value:
11

GYEAR_DT

public static final short GYEAR_DT
gYear
Field Value:
12

HEXBINARY_DT

public static final short HEXBINARY_DT
hexBinary
Field Value:
16

IDENTITY_CONSTRAINT

public static final short IDENTITY_CONSTRAINT
The object describes an identity constraint definition.
Field Value:
10

IDREF_DT

public static final short IDREF_DT
IDREF
Field Value:
28

ID_DT

public static final short ID_DT
ID
Field Value:
27

INTEGER_DT

public static final short INTEGER_DT
integer
Field Value:
30

INT_DT

public static final short INT_DT
int
Field Value:
34

LANGUAGE_DT

public static final short LANGUAGE_DT
language
Field Value:
23

LISTOFUNION_DT

public static final short LISTOFUNION_DT
The type represents a list type definition whose item type (itemType) is a union type definition
Field Value:
43

LIST_DT

public static final short LIST_DT
The type represents a list type definition.
Field Value:
44

LONG_DT

public static final short LONG_DT
long
Field Value:
33

MODEL_GROUP

public static final short MODEL_GROUP
A model group.
Field Value:
7

MODEL_GROUP_DEFINITION

public static final short MODEL_GROUP_DEFINITION
The object describes a model group definition.
Field Value:
6

MULTIVALUE_FACET

public static final short MULTIVALUE_FACET
The object describes enumeration and pattern facets.
Field Value:
14

NAME_DT

public static final short NAME_DT
Name
Field Value:
25

NCNAME_DT

public static final short NCNAME_DT
NCName
Field Value:
26

NEGATIVEINTEGER_DT

public static final short NEGATIVEINTEGER_DT
negativeInteger
Field Value:
32

NMTOKEN_DT

public static final short NMTOKEN_DT
NMTOKEN
Field Value:
24

NONNEGATIVEINTEGER_DT

public static final short NONNEGATIVEINTEGER_DT
nonNegativeInteger
Field Value:
37

NONPOSITIVEINTEGER_DT

public static final short NONPOSITIVEINTEGER_DT
nonPositiveInteger
Field Value:
31

NORMALIZEDSTRING_DT

public static final short NORMALIZEDSTRING_DT
normalizedString
Field Value:
21

NOTATION_DECLARATION

public static final short NOTATION_DECLARATION
The object describes a notation declaration.
Field Value:
11

NOTATION_DT

public static final short NOTATION_DT
NOTATION
Field Value:
20

PARTICLE

public static final short PARTICLE
The object describes a particle.
Field Value:
8

POSITIVEINTEGER_DT

public static final short POSITIVEINTEGER_DT
positiveInteger
Field Value:
42

QNAME_DT

public static final short QNAME_DT
QName
Field Value:
19

SCOPE_ABSENT

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.
Field Value:
0

SCOPE_GLOBAL

public static final short SCOPE_GLOBAL
A scope of global identifies top-level declarations.
Field Value:
1

SCOPE_LOCAL

public static final short SCOPE_LOCAL
Locally scoped declarations are available for use only within the complex type.
Field Value:
2

SHORT_DT

public static final short SHORT_DT
short
Field Value:
35

STRING_DT

public static final short STRING_DT
string
Field Value:
2

TIME_DT

public static final short TIME_DT
time
Field Value:
9

TOKEN_DT

public static final short TOKEN_DT
token
Field Value:
22

TYPE_DEFINITION

public static final short TYPE_DEFINITION
The object describes a complex type or simple type definition.
Field Value:
3

UNAVAILABLE_DT

public static final short UNAVAILABLE_DT
The built-in type category is not available.
Field Value:
45

UNSIGNEDBYTE_DT

public static final short UNSIGNEDBYTE_DT
unsignedByte
Field Value:
41

UNSIGNEDINT_DT

public static final short UNSIGNEDINT_DT
unsignedInt
Field Value:
39

UNSIGNEDLONG_DT

public static final short UNSIGNEDLONG_DT
unsignedLong
Field Value:
38

UNSIGNEDSHORT_DT

public static final short UNSIGNEDSHORT_DT
unsignedShort
Field Value:
40

VC_DEFAULT

public static final short VC_DEFAULT
Indicates that there is a default value constraint.
Field Value:
1

VC_FIXED

public static final short VC_FIXED
Indicates that there is a fixed value constraint for this attribute.
Field Value:
2

VC_NONE

public static final short VC_NONE
Indicates that the component does not have any value constraint.
Field Value:
0

WILDCARD

public static final short WILDCARD
The object describes a wildcard.
Field Value:
9

Copyright B) 1999-2007 The Apache Software Foundation. All Rights Reserved.