namespace | http://www.ite.org/tmdd | ||
type | restriction of xs:unsignedShort | ||
used by |
|
||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="Event-quantity-range"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>This is the percentage (x 10) range of uncertainty of the quantity about its estimated value in another data element; e.g. tomorrow&apos;s temperature will be 60 F degrees has a range value of 5% (i.e. 50 parts per thousand). parts per thousands</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedShort"> <xs:maxInclusive value="1000"/> </xs:restriction> </xs:simpleType> |