QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
precision | restriction of xs:token | optional |
|
Attribute Group | tei:att.dimensions.attributes |
<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> |