Package org.openexi.schema

The schema package contains classes that are used to represent XML Schema Documents (XSDs).

See:
          Description

Class Summary
Characters  
EmptySchema EmptySchema provides an EXISchema that supports all datatypes inherent in XML Schema such as xsd:int and xsd:dateTime, but with no user-specific definitions.
EXISchema EXISchema provides methods to read and write compiled EXI schemas.
 

Package org.openexi.schema Description

The schema package contains classes that are used to represent XML Schema Documents (XSDs). EXISchema.writeOut writes an EXISchema to a DataOutputStream (which is typically saved to disk). EXISchema.readIn returns an EXISchema from a DataInputStream (typically from a file on disk), saving the step of processing the schema at runtime.

EmptySchema is used to create an explicit schema object with default settings. This is to enable the EXIDecoder and Transmogrifier to process element tags that have embedded datatype overrides.