Package fr.tireme.schemadoc.SDSchema

Defines all Schemadoc representation of an XSD object, in an independent way of the API used for loading the information.

See:
          Description

Interface Summary
SDAnnotation  
SDAttribute  
SDAttributeGroup  
SDAttributeUse  
SDComplexType  
SDConcreteComponent The interface with SDConcreteComponent objects
SDConstraint  
SDElement  
SDGroupContent  
SDGroupDefinition  
SDImport  
SDInclude  
SDNotation  
SDParticle  
SDRedefine  
SDSchema  
SDSchemaCompositor  
SDSchemaContent  
SDSchemaDirective  
SDSimpleType  
SDWildCard  
 

Class Summary
QName This class regroups the name and the targetNamespace of an object.
Symbols  
XSDSchemaHandler Maps the XSD eclipse loaded objects into their internal XSD representation (SDSchema package)
 

Exception Summary
NotManagedObjectException  
 

Package fr.tireme.schemadoc.SDSchema Description

Defines all Schemadoc representation of an XSD object, in an independent way of the API used for loading the information.

Actual implementation is using fr.tireme.schemadoc.SDSchema.XSD which is an extension of the Eclipse XSD API.

This information is shared by the xs2dtd conversion software and the general production of outputs which rely on this package for managing identification.