tei:att.textCritical.attribute.type

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of xs:token optional
classifies the reading according to some useful typology. Sample values
include: 1] substantive; 2] orthographic

Used By

Source

<xs:attributeGroup name="att.textCritical.attribute.type">
  <xs:attribute name="type">
    <xs:annotation>
      <xs:documentation>classifies the reading according to some useful typology. Sample values include: 1] substantive; 2] orthographic</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>