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

Packages that use SDAttribute
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 SDAttribute in fr.tireme.schemadoc.SDSchema
 

Methods in fr.tireme.schemadoc.SDSchema that return SDAttribute
 SDAttribute SDAttributeUse.getAttributeDeclaration()
           
 SDAttribute SDAttributeUse.getContent()
           
 SDAttribute SDAttribute.getResolvedAttributeDeclaration(SDSchema schema)
          Gets the referenced attribute
 

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

Classes in fr.tireme.schemadoc.SDSchema.XSD that implement SDAttribute
 class XSDAttributeDeclarationWrapp
           
 

Methods in fr.tireme.schemadoc.SDSchema.XSD that return SDAttribute
 SDAttribute XSDAttributeUseWrapp.getAttributeDeclaration()
          Gets the attribute associated with this attributeUse
 SDAttribute XSDAttributeUseWrapp.getContent()
          Gets the attribute associated with this attributeUse
 SDAttribute XSDAttributeDeclarationWrapp.getResolvedAttributeDeclaration(SDSchema schema)
          Gets the referenced attribute