Uses of Interface
fr.tireme.schemadoc.SDSchema.SDSimpleType

Packages that use SDSimpleType
fr.tireme.schemadoc.SDSchema Defines all Schemadoc representation of an XSD object, in an independent way of the API used for loading the information. 
fr.tireme.schemadoc.SDSchema.XSD Implementation of fr.tireme.schemadoc.SDSchema based on an extension of the Eclipse XSD API. 
 

Uses of SDSimpleType in fr.tireme.schemadoc.SDSchema
 

Methods in fr.tireme.schemadoc.SDSchema that return SDSimpleType
 SDSimpleType SDSimpleType.getBaseTypeDefinition(SDSchema schema)
          Gets the base type definition
 SDSimpleType SDAttribute.getTypeDefinition(SDSchema schema)
          Gets the simpleType of this attribute
 

Uses of SDSimpleType in fr.tireme.schemadoc.SDSchema.XSD
 

Classes in fr.tireme.schemadoc.SDSchema.XSD that implement SDSimpleType
 class XSDSimpleTypeDefinitionWrapp
           
 

Methods in fr.tireme.schemadoc.SDSchema.XSD that return SDSimpleType
 SDSimpleType XSDSimpleTypeDefinitionWrapp.getBaseTypeDefinition(SDSchema schema)
          Gets the base type definition
 SDSimpleType XSDAttributeDeclarationWrapp.getTypeDefinition(SDSchema schema)
          Gets the simpleType of this attribute