tei:att.typed.attribute.subtype

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
subtype restriction of xs:token optional
provides a sub-categorization of the element, if needed

Used By

Source

<xs:attributeGroup name="att.typed.attribute.subtype">
  <xs:attribute name="subtype">
    <xs:annotation>
      <xs:documentation>provides a sub-categorization of the element, if needed</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>