namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, restriction of xs:unsignedInt, IM-IncidentStatus) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="IM-IncidentStatus"> <xs:annotation> <xs:appinfo> reported not verified (1) -- Reported , verified no response yet (2) -- Verified , verified response enroute (3) -- Verified , verified response on scene (4) -- Verified , responding (5) -- Being responded to cleared (6) -- Cleared -- 7-127 Reserved for standard codes -- 128-255 Reserved for Local Use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="6"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="reported not verified"/> <xs:enumeration value="verified no response yet"/> <xs:enumeration value="verified response enroute"/> <xs:enumeration value="verified response on scene"/> <xs:enumeration value="responding"/> <xs:enumeration value="cleared"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:IM-IncidentStatus"/> </xs:simpleType> </xs:union> </xs:simpleType> |