complexType attributeGroupRef
diagram index_p892.png
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:attributeGroup
properties
base xs:attributeGroup
children xs:annotation
used by
element attrDecls/attributeGroup
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
nameprohibited      
refxs:QNamerequired      
source <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" type="xs:QName" use="required"/>
     
<xs:attribute name="name" use="prohibited"/>
     
<xs:anyAttribute namespace="##other" processContents="lax"/>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

attribute attributeGroupRef/@name
properties
isRef 0
use prohibited
source <xs:attribute name="name" use="prohibited"/>

attribute attributeGroupRef/@ref
type xs:QName
properties
isRef 0
use required
source <xs:attribute name="ref" type="xs:QName" use="required"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy