complexType "xs:group"
Namespace:
Content:
complex, 5 attributes, attr. wildcard, 7 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:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NCName
 = 
xs:QName
 = 
xs:nonNegativeInteger : "1"
 = 
(xs:nonNegativeInteger | "unbounded") : "1"
    {any attribute with non-schema namespace}
    >
   
Content: 
xs:annotation?, (xs:element | xs:group | xs:all | xs:choice | xs:sequence | xs:any)*
</...>
Known Direct Subtypes (2):
xs:explicitGroup, xs:realGroup
Known Indirect Subtypes (4):
xs:all, xs:groupRef, xs:namedGroup, xs:simpleExplicitGroup
All Direct / Indirect Based Elements (8):
xs:all, xs:group,
Known Usage Locations
Annotation
group type for explicit groups, named top-level groups and
group references
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:group
XML Source (w/o annotations (1); see within schema source)
<xs:complexType abstract="true" name="group">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="xs:particle"/>
<xs:attributeGroup ref="xs:defRef"/>
<xs:attributeGroup ref="xs:occurs"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.