namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, local:DeploymentStatus) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="DeploymentStatus"> <xs:annotation> <xs:appinfo> unknown (0) atBase available (1) -- at its base and available for dispatch atBase unAvailable (2) -- at its base but unavailable for dispatch -- until estimated time it will become -- available as specified in another DE enroute unAvailable (3) -- en route to destination location specified -- in another DE and unavailable for dispatch on Scene unAvailable (4) -- on an incident site or another site where -- it is unavailable , such as a maintenance -- yard , and unavailable until estimated time -- unit will become available specified in -- another DE below returning Available (5) -- en route to base and available for dispatch returning unAvailable (6) -- en route to base but not available for dispatch </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="6"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="atBase available"/> <xs:enumeration value="atBase unAvailable"/> <xs:enumeration value="enroute unAvailable"/> <xs:enumeration value="on Scene unAvailable"/> <xs:enumeration value="returning Available"/> <xs:enumeration value="returning unAvailable"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:DeploymentStatus"/> </xs:simpleType> </xs:union> </xs:simpleType> |