supplies a standard deviation associated with the value in question |
Element | tei:precision |
<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> |