tei:att.repeatable.attribute.maxOccurs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
maxOccurs union of(xs:nonNegativeInteger, restriction of xs:token) 1 optional
(maximum number of occurences) indicates the largest number of times this
component may occur.

Used By

Source

<xs:attributeGroup name="att.repeatable.attribute.maxOccurs">
  <xs:attribute name="maxOccurs" default="1">
    <xs:annotation>
      <xs:documentation>(maximum number of occurences) indicates the largest number of times this component may occur.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:union memberTypes="xs:nonNegativeInteger">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="unbounded"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>