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:
Component Diagram
XML Representation Summary
<...
   
 = 
 = 
 = 
 = 
 = 
(xs:nonNegativeInteger | "unbounded") : "1"
   
   
>
   
Content: 
</...>
Known Direct Subtypes (2):
Known Indirect Subtypes (4):
All Direct / Indirect Based Elements (8):
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 FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.