Package com.sun.xml.bind.v2.schemagen

Schema generator.

See:
          Description

Class Summary
FoolProofResolver SchemaOutputResolver that wraps the user-specified resolver and makes sure that it's following the contract.
MultiMap<K extends Comparable<K>,V> A special Map that 'conceptually' stores a set of values for each key.
Tree Normalized representation of the content model.
Tree.Term Represents a terminal tree node, such as element, wildcard, etc.
Util TODO: JAX-WS dependes on this class - consider moving it somewhere more stable, Notify JAX-WS before modifying anything...
XmlSchemaGenerator<T,C,F,M> Generates a set of W3C XML Schema documents from a set of Java classes.
 

Enum Summary
Form Represents the form default value.
GroupKind Enum for model group type.
Messages Message resources
 

Package com.sun.xml.bind.v2.schemagen Description

Schema generator. This package hosts the code that generates schemas from TypeInfoSet (without the user interface.)