minOccurs

Attribute Information

Used By

Complex Type xs:all
Element xs:namedGroup/xs:all

Source

<xs:attribute name="minOccurs" use="optional" default="1">
  <xs:simpleType>
    <xs:restriction base="xs:nonNegativeInteger">
      <xs:enumeration value="0"/>
      <xs:enumeration value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample