namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, local:ICS-Role) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="ICS-Role"> <xs:annotation> <xs:appinfo> none (0) -- use for single resources not otherwise assigned unknown (1) bombDisposal (2) ems (3) evacuation (4) extraction (5) airSupport (6) airTactical (7) resources (8) situation (9) -- typically a planning function demobilization (10) documentatiion (11) communications (12) fireMarshall (13) fireSuppression (14) food (15) -- all types of logistical food units hazardous (16) time (17) procurement (18) compensation (19) -- all types of claims within finance facilities (20) supply (21) cost (22) hazmatContainment (23) hazmatDisposal (24) highAngleRescue (25) investigation (26) lawEnforcement (27) forensics (28) swat (29) hostage (30) -- all types of rescue and recovery teams medical (31) mortuary (32) perimeterControl (33) publicWorks (34) resource (35) -- which resource is specified in -- the local text data item service (36) strikeTeam (37) support (38) -- further role is specified in the local text data item suppression (39) taskForce (40) trafficControl (41) trafficManagement (42) transportation (43) triage (44) utilities (45) -- other groups specified in local codes -- the local implementation may add to this -- list as desired or may specify roles in the -- text data item </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="45"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="none"/> <xs:enumeration value="unknown"/> <xs:enumeration value="bombDisposal"/> <xs:enumeration value="ems"/> <xs:enumeration value="evacuation"/> <xs:enumeration value="extraction"/> <xs:enumeration value="airSupport"/> <xs:enumeration value="airTactical"/> <xs:enumeration value="resources"/> <xs:enumeration value="situation"/> <xs:enumeration value="demobilization"/> <xs:enumeration value="documentatiion"/> <xs:enumeration value="communications"/> <xs:enumeration value="fireMarshall"/> <xs:enumeration value="fireSuppression"/> <xs:enumeration value="food"/> <xs:enumeration value="hazardous"/> <xs:enumeration value="time"/> <xs:enumeration value="procurement"/> <xs:enumeration value="compensation"/> <xs:enumeration value="facilities"/> <xs:enumeration value="supply"/> <xs:enumeration value="cost"/> <xs:enumeration value="hazmatContainment"/> <xs:enumeration value="hazmatDisposal"/> <xs:enumeration value="highAngleRescue"/> <xs:enumeration value="investigation"/> <xs:enumeration value="lawEnforcement"/> <xs:enumeration value="forensics"/> <xs:enumeration value="swat"/> <xs:enumeration value="hostage"/> <xs:enumeration value="medical"/> <xs:enumeration value="mortuary"/> <xs:enumeration value="perimeterControl"/> <xs:enumeration value="publicWorks"/> <xs:enumeration value="resource"/> <xs:enumeration value="service"/> <xs:enumeration value="strikeTeam"/> <xs:enumeration value="support"/> <xs:enumeration value="suppression"/> <xs:enumeration value="taskForce"/> <xs:enumeration value="trafficControl"/> <xs:enumeration value="trafficManagement"/> <xs:enumeration value="transportation"/> <xs:enumeration value="triage"/> <xs:enumeration value="utilities"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:ICS-Role"/> </xs:simpleType> </xs:union> </xs:simpleType> |