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

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

Methods in fr.tireme.schemadoc.SDSchema that return SDAnnotation
 SDAnnotation SDGroupDefinition.getSchemaAnnotation()
          Returns the annotation on this group
 SDAnnotation SDGroupContent.getSchemaAnnotation()
          Returns the annotation on this group content model
 SDAnnotation SDElement.getSchemaAnnotation()
          Returns the annotation on this element
 SDAnnotation SDComplexType.getSchemaAnnotation()
           
 SDAnnotation SDAttributeGroup.getSchemaAnnotation()
           
 SDAnnotation SDAttribute.getSchemaAnnotation()
          Returns the annotation on this attribute
 

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

Classes in fr.tireme.schemadoc.SDSchema.XSD that implement SDAnnotation
 class XSDAnnotationWrapp
           
 

Methods in fr.tireme.schemadoc.SDSchema.XSD that return SDAnnotation
 SDAnnotation XSDModelGroupWrapp.getSchemaAnnotation()
          Returns the annotation on this group content model
 SDAnnotation XSDModelGroupDefinitionWrapp.getSchemaAnnotation()
          Returns the annotation on this group
 SDAnnotation XSDElementDeclarationWrapp.getSchemaAnnotation()
          Returns the annotation on this element
 SDAnnotation XSDComplexTypeDefinitionWrapp.getSchemaAnnotation()
          Returns the annotation on this complexType
 SDAnnotation XSDAttributeGroupDefinitionWrapp.getSchemaAnnotation()
          Returns the annotation on this attributeGroup
 SDAnnotation XSDAttributeDeclarationWrapp.getSchemaAnnotation()
          Returns the annotation on this attribute