tei:att.typed.attribute.type

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of xs:token optional
characterizes the element in some sense, using any convenient
classification scheme or typology.

Used By

Attribute Group tei:att.typed.attributes

Source

<xs:attributeGroup name="att.typed.attribute.type">
  <xs:attribute name="type">
    <xs:annotation>
      <xs:documentation>characterizes the element in some sense, using any convenient classification scheme or typology.</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>