namespace | http://www.IM-Draft-03-00-44a | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Area-Type"> <xs:annotation> <xs:appinfo> -- Types of operational area uses unknown (0) incident command post (1) -- (ICP) incident communications center (2) agency dispatch general (3) agency dispatch fire (4) agency dispatch police st (5) agency dispatch police local (6) agency dispatch ems (7) agency dispatch transit (8) agency dispatch hwy (9) agency dispatch tow (10) agency dispatch media (11) agency dispatch other (12) staging area general (13) staging area fire (14) staging area police st (15) staging area police local (16) staging area ems (17) staging area transit (18) staging area hwy (19) staging area tow (20) staging area media (21) staging area other (22) mobilization center general (23) mobilization center fire (24) mobilization center police st (25) mobilization center police local (26) mobilization center ems (27) mobilization center transit (28) mobilization center hwy (29) mobilization center tow (30) mobilization center media (31) mobilization center other (32) segment (33) rest area (34) emergency operations center (35) -- (EOC) helibase (36) helispot (37) message center (38) reporting locations (39) -- values 40 through 50 reserved for national ITS use -- values 51 through 63 reserved for local use </xs:appinfo> <xs:documentation> Add: COW communications on wheels Contamination Area , as per NFPA 471 Hot zone Warm Zone Cold Zone Decontamination </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="39"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="incident command post"/> <xs:enumeration value="incident communications center"/> <xs:enumeration value="agency dispatch general"/> <xs:enumeration value="agency dispatch fire"/> <xs:enumeration value="agency dispatch police st"/> <xs:enumeration value="agency dispatch police local"/> <xs:enumeration value="agency dispatch ems"/> <xs:enumeration value="agency dispatch transit"/> <xs:enumeration value="agency dispatch hwy"/> <xs:enumeration value="agency dispatch tow"/> <xs:enumeration value="agency dispatch media"/> <xs:enumeration value="agency dispatch other"/> <xs:enumeration value="staging area general"/> <xs:enumeration value="staging area fire"/> <xs:enumeration value="staging area police st"/> <xs:enumeration value="staging area police local"/> <xs:enumeration value="staging area ems"/> <xs:enumeration value="staging area transit"/> <xs:enumeration value="staging area hwy"/> <xs:enumeration value="staging area tow"/> <xs:enumeration value="staging area media"/> <xs:enumeration value="staging area other"/> <xs:enumeration value="mobilization center general"/> <xs:enumeration value="mobilization center fire"/> <xs:enumeration value="mobilization center police st"/> <xs:enumeration value="mobilization center police local"/> <xs:enumeration value="mobilization center ems"/> <xs:enumeration value="mobilization center transit"/> <xs:enumeration value="mobilization center hwy"/> <xs:enumeration value="mobilization center tow"/> <xs:enumeration value="mobilization center media"/> <xs:enumeration value="mobilization center other"/> <xs:enumeration value="segment"/> <xs:enumeration value="rest area"/> <xs:enumeration value="emergency operations center"/> <xs:enumeration value="helibase"/> <xs:enumeration value="helispot"/> <xs:enumeration value="message center"/> <xs:enumeration value="reporting locations"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |