precision

characterizes the precision of the values specified by the other
attributes.

Attribute Information

Used By

Source

<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>

Sample