xs:occurs

for all particles

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
maxOccurs xs:allNNI 1 optional
minOccurs xs:nonNegativeInteger 1 optional

Used By

Complex Types xs:element, xs:group
Element xs:any

Source

<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>