tei:att.dimensions.attribute.precision

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
precision restriction of xs:token optional
characterizes the precision of the values specified by the other
attributes.

Used By

Source

<xs:attributeGroup name="att.dimensions.attribute.precision">
  <xs:attribute name="precision">
    <xs:annotation>
      <xs:documentation>characterizes the precision of the values specified by the other attributes.</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>
</xs:attributeGroup>