attributeGroup "xs:occurs"
Namespace:
Content:
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
 = 
(xs:nonNegativeInteger | "unbounded") : "1"
...>
Known Usage Locations
Annotation
for all particles
XML Source (w/o annotations (1); see within schema source)
<xs:attributeGroup name="occurs">
<xs:attribute default="1" name="minOccurs" type="xs:nonNegativeInteger" use="optional"/>
<xs:attribute default="1" name="maxOccurs" type="xs:allNNI" use="optional"/>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 2/2)
maxOccurs
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger | "unbounded"
Default:
"1"
XML Source (see within schema source)
<xs:attribute default="1" name="maxOccurs" type="xs:allNNI" use="optional"/>

minOccurs
Type:
Use:
optional
Attribute Value
Default:
"1"
XML Source (see within schema source)
<xs:attribute default="1" name="minOccurs" type="xs:nonNegativeInteger" use="optional"/>

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.