Definition Type: AttributeGroup
Name: occurs
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Documentation:
for all particles
Collapse XSD Schema Diagram:
Drilldown into maxOccurs in schema xmlschema_xsd Drilldown into minOccurs in schema xmlschema_xsdXSD Diagram of occurs in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:attributeGroup name="occurs">
    <xs:annotation>
        <xs:documentation>
   for all particles</xs:documentation>
    </xs:annotation>
    <xs:attribute name="minOccurs" type="xs:nonNegativeInteger" use="optional" default="1" />
    <xs:attribute name="maxOccurs" type="xs:allNNI" use="optional" default="1" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
minOccurs xsd:minOccurs 1 Optional
maxOccurs xsd:maxOccurs 1 Optional