Package com.jaxfront.core.schema

Interface Summary
QName  
SchemaComplexType Represent a complex XML schema type.
SchemaNode Represents an XML Schema element from the XML Schema holding a simple or a complex XML SchemaType.
SchemaSimpleType Represent a simple XML schema type.
SchemaType Represent an abstract XML schema type (for complex or simple types).
XMLSchema Represents a W3C XML Schema.
XMLSchemaBuilder Factory class for creating new XML Schemas based on a URL and a schema root name.
 

Class Summary
SchemaKey Represents an XML Schema key definition.
SchemaKeyRef Represents an XML Schema keyRef definition.
SchemaSymbols Represents the W3C XML Schema vocabulary (http://www.w3.org/TR/xmlschema-0/)
 

Exception Summary
KeyRefException  
SchemaCreationException This exception is thrown if the parsing of the XML Schema has failed.
ValidationException This exception is thrown if setting a value to a JAXFront type violates a XML Schema facet restriction, a cardinality restriction or a user defined cross field validation (xui rule).