element <xs:group> (local)
Namespace:
Type:
anonymous complexType (restriction of xs:groupRef)
Content:
complex, 4 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes, 1 element
Component Diagram
XML Representation Summary
<xs:group
   
 = 
xs:ID
 = 
xs:QName
 = 
"1"
 = 
"1"
   
>
   
Content: 
</xs:group>
Included in content model of elements (2):
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:group (restriction)
              xs:realGroup (restriction)
                  xs:groupRef (restriction)
                      complexType
XML Source (see within schema source)
<xs:element name="group">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="xs:groupRef">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
</xs:sequence>
<xs:attribute fixed="1" name="minOccurs" type="xs:nonNegativeInteger"/>
<xs:attribute fixed="1" name="maxOccurs" type="xs:nonNegativeInteger"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/4)
maxOccurs
Type:
xs:nonNegativeInteger, predefined
Use:
optional
Attribute Value
Fixed:
"1"
XML Source (see within schema source)
<xs:attribute fixed="1" name="maxOccurs" type="xs:nonNegativeInteger"/>

minOccurs
Type:
xs:nonNegativeInteger, predefined
Use:
optional
Attribute Value
Fixed:
"1"
XML Source (see within schema source)
<xs:attribute fixed="1" name="minOccurs" type="xs:nonNegativeInteger"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="xs:annotation"/>

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.