Package net.sourceforge.nrl.parser.model.xsd

XML Schema model loader.

See:
          Description

Interface Summary
IXSDUserData Additional user data keys that will be attached to the model elements, packages or attributes by the XSD loader.
 

Class Summary
XSDAttribute An NRL attribute created from a schema sub-element or attribute.
XSDBuiltInSimpleTypes A factory for the XSD built in simple types.
XSDClassifier An XSD classifier, usually created from a complex type or element.
XSDDataType An XSD data type is either a simple type, a derived simple type, or a complex type derived from a simple type (with optional added attributes).
XSDModelLoader The main XML Schema model loader class.
XSDModelUtils Utility methods for working with models loaded from an XSD.
XSDPackage A package in the XSD model.
 

Exception Summary
UnprocessableSchemaException  
 

Package net.sourceforge.nrl.parser.model.xsd Description

XML Schema model loader. This package loads XSD schemas using eclipse's XSD library (which uses EMF), and converts it into an NRL-compliant model.



Copyright © 2006-2013. All Rights Reserved.