|
Class Summary
|
| DerivedByte |
byte is derived from short by setting the value of
maxInclusive to be 127 and minInclusive to be -128. |
| DerivedCDATA |
Deprecated. 3/16/2001 superceded by normalizedString |
| DerivedCentury |
Deprecated. 3/16/2001 |
| DerivedDate |
Deprecated. 3/16/2001 |
| DerivedENTITIES |
ENTITIES represents the ENTITIES attribute type from
[XML 1.0 Recommendation (Second Edition)]. |
| DerivedENTITY |
ENTITY represents the ENTITY attribute type
from [XML 1.0 (Second Edition)]. |
| DerivedID |
ID represents the ID attribute type from
[XML 1.0 (Second Edition)]. |
| DerivedIDREF |
IDREF represents the IDREF attribute type from
[XML 1.0 (Second Edition)]. |
| DerivedIDREFS |
IDREFS represents the IDREFS attribute type
from [XML 1.0 Recommendation (Second Edition)]. |
| DerivedInt |
int is derived from long by setting the value
of maxInclusive to be 2147483647 and minInclusive to
be -2147483648. |
| DerivedInteger |
integer is derived from number by fixing the value of fractionDigits
to be 0. |
| DerivedLanguage |
language represents natural language
identifiers as defined by [RFC 1766]. |
| DerivedLong |
long is derived from integer by setting the value of
maxInclusive to be 9223372036854775807 and
minInclusive to be -9223372036854775808. |
| DerivedMonth |
Deprecated. 3/16/2001 |
| DerivedName |
name represents XML Names. |
| DerivedNCName |
NCName represents XML "non-colonized" Names. |
| DerivedNegativeInteger |
negativeInteger is derived from nonPositiveInteger
by setting the value of maxInclusive to be -1. |
| DerivedNMTOKEN |
NMTOKEN represents the NMTOKEN attribute type
from [XML 1.0 (Second Edition)]. |
| DerivedNMTOKENS |
NMTOKENS represents the NMTOKENS attribute
type from [XML 1.0 (Second Edition)]. |
| DerivedNonNegativeInteger |
nonNegativeInteger is derived from integer by setting the
value of minInclusive to be 0. |
| DerivedNonPositiveInteger |
nonPositiveInteger is derived from integer by
setting the value of maxInclusive to be 0. |
| DerivedNormalizedString |
normalizedString represents white space
normalized strings. |
| DerivedNOTATION |
Deprecated. 3/16/2001 superceded by PrimitiveNOTATION |
| DerivedPositiveInteger |
positiveInteger is derived from nonNegativeInteger
by setting the value of minInclusive to be 1. |
| DerivedRecurringDate |
Deprecated. 3/16/2001 |
| DerivedRecurringDay |
Deprecated. 3/16/2001 |
| DerivedShort |
short is derived from int by setting the value of
maxInclusive to be 32767 and minInclusive to be -32768. |
| DerivedTime |
Deprecated. 3/16/2001 |
| DerivedTimeInstant |
Deprecated. 3/16/2001 |
| DerivedTimePeriod |
Deprecated. 3/16/2001 |
| DerivedToken |
token represents tokenized strings. |
| DerivedUnsignedByte |
unsignedByte is derived from unsignedShort by setting the
value of maxInclusive to be 255. |
| DerivedUnsignedInt |
unsignedInt is derived from unsignedLong by setting
the value of maxInclusive to be 4294967295. |
| DerivedUnsignedLong |
unsignedLong is derived from nonNegativeInteger by setting
the value of maxInclusive to be 18446744073709551615. |
| DerivedUnsignedShort |
unsignedShort is derived from unsignedInt by setting
the value of maxInclusive to be 65535. |
| DerivedYear |
Deprecated. 3/16/2001 |
| PrimitiveAnyURI |
anyURI represents a Uniform Resource
Identifier Reference (URI). |
| PrimitiveBase64Binary |
base64Binary represents Base64-encoded
arbitrary binary data. |
| PrimitiveBinary |
Deprecated. 3/16/2001 superceded by hexBinary and base64Binary |
| PrimitiveBoolean |
boolean has the value space required to support the
mathematical concept of binary-valued logic: {true, false}. |
| PrimitiveDate |
date represents a calendar date. |
| PrimitiveDateTime |
dateTime represents a specific instant of time. |
| PrimitiveDecimal |
decimal represents arbitrary precision decimal numbers. |
| PrimitiveDouble |
The double datatype corresponds to IEEE double-precision
64-bit floating point type [IEEE 754-1985]. |
| PrimitiveDuration |
duration represents a duration of time. |
| PrimitiveENTITY |
Deprecated. 3/16/2001 superceded by DerivedENTITY |
| PrimitiveFloat |
float corresponds to the IEEE single-precision 32-bit
floating point type [IEEE 754-1985]. |
| PrimitiveGDay |
gDay is a gregorian day that recurs,
specifically a day of the month such as the 5th of the month. |
| PrimitiveGMonth |
gMonth is a gregorian month that recurs every
year. |
| PrimitiveGMonthDay |
gMonthDay is a gregorian date that recurs,
specifically a day of the year such as the third of May. |
| PrimitiveGYear |
gYear represents a gregorian calendar year. |
| PrimitiveGYearMonth |
gYearMonth represents a specific gregorian
month in a specific gregorian year. |
| PrimitiveHexBinary |
hexBinary represents arbitrary hex-encoded
binary data. |
| PrimitiveID |
Deprecated. 3/16/2001 superceded by DerivedID |
| PrimitiveIDREF |
Deprecated. 3/16/2001 superceded by DerivedIDREF |
| PrimitiveNOTATION |
NOTATION represents the NOTATION attribute
type from [XML 1.0 (Second Edition)]. |
| PrimitiveNumber |
Deprecated. 5/2/2001 |
| PrimitiveQName |
QName represents XML qualified names. |
| PrimitiveRecurringDuration |
Deprecated. 3/16/2001 |
| PrimitiveString |
The string datatype represents character
strings in XML. |
| PrimitiveTime |
time represents an instant of time that recurs
every day. |
| PrimitiveTimeDuration |
Deprecated. 3/16/2001 |
| PrimitiveUriReference |
Deprecated. 3/16/2001 superceded by anyURI |
| SOMElementalType |
abstract base class for all Primitive and Derived types. |
| SOMType |
<anyType> Base class for all SOM type objects, including
complexType and simpleType. |
| SOMUnresolvedType |
Place holder for complex and simpleTypes not yet defined. |
Objects/interfaces for BEA Schema predefined types. The SOM, Schema Object
Model, provides object representations of the built-in schema types.