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.
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.
XSDPackage A package in the XSD model.
 

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-2010 Christian Nentwich and others