precision

characterizes the precision of the element or attribute pointed to by
the precision element.

Attribute Information

Used By

Element tei:precision

Source

<xs:attribute name="precision">
  <xs:annotation>
    <xs:documentation>characterizes the precision of the element or attribute pointed to by the precision element.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="high"/>
      <xs:enumeration value="medium"/>
      <xs:enumeration value="low"/>
      <xs:enumeration value="unknown"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample