Uses of Package
com.sun.msv.datatype.xsd

Packages that use com.sun.msv.datatype.xsd
com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation. 
com.sun.msv.generator   
com.sun.msv.grammar abstract grammar model(AGM): common part. 
com.sun.msv.grammar.relax abstract grammar model(AGM): RELAX stub. 
com.sun.msv.grammar.xmlschema W3C XML Schema grammar model. 
com.sun.msv.reader reads XML representation of grammar and creates AGM. 
com.sun.msv.reader.datatype.xsd reads XML representation for XML Schema Part.2 
com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM. 
com.sun.msv.writer.relaxng AGM to RELAX NG converter 
 

Classes in com.sun.msv.datatype.xsd used by com.sun.msv.datatype.xsd
AnyURIType
          "anyURI" type.
Base64BinaryType
          "base64Binary" type.
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
DateTimeType
          "dateTime" type.
DateType
          "date" type.
DoubleType
          "double" type.
DurationType
          "duration" type.
EntityType
          "ENTITY" type.
ErrorType
          A dummy datatype that can be used to recover from errors.
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.
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.
 

Classes in com.sun.msv.datatype.xsd used by com.sun.msv.generator
UnionType
          union type.
XSDatatypeImpl
          base implementaion for XSDatatype interface.
 

Classes in com.sun.msv.datatype.xsd used by com.sun.msv.grammar
XSDatatype
          Publicly accesible interface of W3C XML Schema datatype (simple type).
 

Classes in com.sun.msv.datatype.xsd used by com.sun.msv.grammar.relax
BuiltinAtomicType
          base class for atomic built-in types; those types which can be used by itself (int,uriReference,string, etc) .
ConcreteType
          base class for types that union/list/atomic.
XSDatatype
          Publicly accesible interface of W3C XML Schema datatype (simple type).
XSDatatypeImpl
          base implementaion for XSDatatype interface.
 

Classes in com.sun.msv.datatype.xsd used by com.sun.msv.grammar.xmlschema
XSDatatype
          Publicly accesible interface of W3C XML Schema datatype (simple type).
 

Classes in com.sun.msv.datatype.xsd used by com.sun.msv.reader
XSDatatype
          Publicly accesible interface of W3C XML Schema datatype (simple type).
 

Classes in com.sun.msv.datatype.xsd used by com.sun.msv.reader.datatype.xsd
XSDatatype
          Publicly accesible interface of W3C XML Schema datatype (simple type).
 

Classes in com.sun.msv.datatype.xsd used by com.sun.msv.reader.xmlschema
XSDatatype
          Publicly accesible interface of W3C XML Schema datatype (simple type).
 

Classes in com.sun.msv.datatype.xsd used by com.sun.msv.writer.relaxng
EnumerationFacet
          "enumeration" facets validator.
UnionType
          union type.
XSDatatype
          Publicly accesible interface of W3C XML Schema datatype (simple type).
XSDatatypeImpl
          base implementaion for XSDatatype interface.
 



MSV