characterizes the precision of the element or attribute pointed to by the precision element. |
Element | tei:precision |
<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> |