complexType "xs:attributeGroup"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 4 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Block:
"#all" (blocks all substitutions of this complex type through xsi:type attribute in instance XML documents)
Defined:
globally in XMLSchema.xsd; see XML source
Used:
Component Derivation Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NCName
 = 
xs:QName
    {any attribute with non-schema namespace}
    >
   
Content: 
xs:annotation?, (xs:attribute | xs:attributeGroup)*, xs:anyAttribute?
</...>
Content Model Elements (4):
xs:annotation, xs:attribute (type xs:attribute),
Known Direct Subtypes (2):
xs:attributeGroupRef, xs:namedAttributeGroup
All Direct / Indirect Based Elements (2):
xs:attributeGroup, xs:attributeGroup (type xs:attributeGroupRef)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:attributeGroup
XML Source (see within schema source)
<xs:complexType abstract="true" name="attributeGroup">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group ref="xs:attrDecls"/>
<xs:attributeGroup ref="xs:defRef"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

XML schema documentation generated with DocFlex/XML 1.9.0b6 using DocFlex/XML XSDDoc 2.6.0 template set. All component diagrams generated by <oXygen/> XML Editor via DocFlex/XML Oxygen XML Integration.