namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Event-description-confidence-level"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>Number indicating the level of confidence in the accuracy of the event information.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="10"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unconfirmed report"/> <xs:enumeration value="two unconfirmed reports"/> <xs:enumeration value="three unconfirmed reports"/> <xs:enumeration value="four or more unconfirmed reports"/> <xs:enumeration value="provisional plan"/> <xs:enumeration value="firm plan"/> <xs:enumeration value="official report from scene"/> <xs:enumeration value="detailed official report from scene"/> <xs:enumeration value="detailed official reports covering whole area"/> <xs:enumeration value="legally enforced decision"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |