(maximum number of occurences) indicates the maximum number of times this datatype may occur in the specification of the attribute being defined  | 
                           
| Element | tei:datatype | 
<xs:attribute name="maxOccurs" default="1"> <xs:annotation> <xs:documentation>(maximum number of occurences) indicates the maximum number of times this datatype may occur in the specification of the attribute being defined</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>  |