AnyURIType |
"anyURI" type.
|
Base64BinaryType |
"base64Binary" type.
|
BinaryBaseType |
base implementation for "hexBinary" and "base64Binary" types.
|
BooleanType |
"boolean" type.
|
BuiltinAtomicType |
base class for atomic built-in types; those types which can be used by itself
(int,uriReference,string, etc) .
|
ByteType |
"byte" type.
|
Comparator |
Comparable datatype.
|
ConcreteType |
base class for types that union/list/atomic.
|
DataTypeWithFacet |
Base implementation of facet-restricted datatype
|
DataTypeWithLexicalConstraintFacet |
base class for facets which constrains lexical space of data
|
DataTypeWithValueConstraintFacet |
base class for facets which constrain value space.
|
DateTimeBaseType |
base implementation of dateTime and dateTime-truncated types.
|
DateTimeType |
"dateTime" type.
|
DateType |
"date" type.
|
Discrete |
base interface of types to which length-related facets are applicable.
|
DoubleType |
"double" type.
|
DurationType |
"duration" type.
|
EntityType |
"ENTITY" type.
|
ErrorType |
A dummy datatype that can be used to recover from errors.
|
FloatingNumberType |
base class of FloatType and DoubleType
|
FloatType |
"float" type.
|
GDayType |
"gDay" type.
|
GMonthDayType |
"gMonthDay" type.
|
GMonthType |
"gMonth" type.
|
GYearMonthType |
"gYearMonth" type.
|
GYearType |
"gYear" type.
|
HexBinaryType |
"hexBinary" type.
|
IDREFType |
very limited 'IDREF' type of XML Schema Part 2.
|
IDType |
very limited 'ID' type of XML Schema Part 2.
|
IntegerDerivedType |
base class for types derived from integer.
|
IntegerType |
"integer" type.
|
IntegerValueType |
Value object of "integer" type.
|
IntType |
"int" type.
|
LanguageType |
"language" type.
|
LongType |
"long" type.
|
NameType |
"Name" type.
|
NcnameType |
"NCName" type.
|
NegativeIntegerType |
"negativeInteger" type.
|
NmtokenType |
"NMTOKEN" type.
|
NonNegativeIntegerType |
"nonNegativeInteger" type.
|
NonPositiveIntegerType |
"nonPositiveInteger" type.
|
NormalizedStringType |
"normalizedString" type.
|
NumberType |
"decimal" type.
|
PositiveIntegerType |
"positiveInteger" type.
|
Proxy |
Delegates all methods to the base type.
|
QnameType |
"QName" type.
|
RangeFacet |
Base class of "(max|min)(In|Ex)clusive" facet validator
|
ShortType |
"short" type.
|
SimpleURType |
simple "ur-type" type.
|
StringType |
"string" type.
|
TimeType |
"time" type.
|
TokenType |
"token" type.
|
TypeIncubator |
derives a new type by adding facets.
|
UnsignedByteType |
"unsignedByte" type.
|
UnsignedIntType |
"unsignedInt" type.
|
UnsignedLongType |
"unsignedLong" type.
|
UnsignedShortType |
"unsignedShort" type.
|
WhiteSpaceProcessor |
processes white space normalization
|
XSDatatype |
Publicly accesible interface of W3C XML Schema datatype (simple type).
|
XSDatatypeImpl |
base implementaion for XSDatatype interface.
|