| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XsTAttributeGroupRef | |
| net.sf.jaxme.xs.xml | |
| net.sf.jaxme.xs.xml.impl | |
| Uses of XsTAttributeGroupRef in net.sf.jaxme.xs.xml | 
| Methods in net.sf.jaxme.xs.xml that return XsTAttributeGroupRef | |
 XsTAttributeGroupRef | 
XsObjectFactory.newXsTAttributeGroupRef(XsObject pParent)
 | 
 XsTAttributeGroupRef | 
XsGAttrDecls.createAttributeGroup()
Creates a new instance of XsTAttributeGroup. | 
 XsTAttributeGroupRef[] | 
XsGAttrDecls.getAttributeGroups()
Returns an array of all attribute groups created by XsGAttrDecls.createAttributeGroup(); | 
| Uses of XsTAttributeGroupRef in net.sf.jaxme.xs.xml.impl | 
| Classes in net.sf.jaxme.xs.xml.impl that implement XsTAttributeGroupRef | |
 class | 
XsTAttributeGroupRefImpl
Implementation of the xs:attributeGroupRef
 type, specified as follows:
 
  <xs:complexType name="attributeGroupRef">
    <xs:complexContent>
      <xs:restriction base="xs:attributeGroup">
        <xs:sequence>
          <xs:element ref="xs:annotation" minOccurs="0"/>
        </xs:sequence>
        <xs:attribute name="ref" use="required" type="xs:QName"/>
        <xs:attribute name="name" use="prohibited"/>
      </xs:restriction>
    </xs:complexContent>
  </xs:complexType>
  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||