stdDeviation

supplies a standard deviation associated with the value in
question

Attribute Information

Used By

Element tei:precision

Source

<xs:attribute name="stdDeviation">
  <xs:annotation>
    <xs:documentation>supplies a standard deviation associated with the value in question</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:double xs:decimal">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:pattern value="(\-?[\d]+/\-?[\d]+)"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>

Sample