extent

gives the extent of the orthographic information provided. Sample
values include: 1] full(full form) ; 2] pref(prefix) ; 3] suff(suffix) ; 4]
part(partial)

Attribute Information

Used By

Element tei:orth

Source

<xs:attribute name="extent" default="full">
  <xs:annotation>
    <xs:documentation>gives the extent of the orthographic information provided. Sample values include: 1] full(full form) ; 2] pref(prefix) ; 3] suff(suffix) ; 4] part(partial)</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>

Sample