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="LawEnforcementEventNeed"> <xs:annotation> <xs:appinfo> other (0) -- specified in the next freetext data element. armed and dangerous (1) driving under the influence (2) -- DUI juvenile under the influence (3) -- DUI/juvenile drunk pedestrian (4) hit and run (5) hit and run with injuries (6) hit and run with roadblock (7) crash (8) crash with injuries (9) patrol car crash (10) -- or any public safety vehicle crash crash with roadblock (11) incident (12) -- generic event with no other -- information , or other information -- specified in the freetext data element fire (13) hazmat incident (14) rock throwing (15) shooting (16) animal (17) -- loose or killed on roadway impersonating an officer (18) assault (19) battery (20) child abuse or molestation (21) domestic violence (22) kidnapping (23) murder (24) robbery (25) strongarm robbery (26) sex offense (27) escaped prisoner (28) dead person (29) crash with fatality (30) disabled vehicle (31) missing person (32) lost or stolen vehicle tag (33) abandoned vehicle (34) reckless driving (35) suspicious circumstances (36) suspicious person (37) suspicious vehicle (38) information or intelligence (39) -- calls to take witness information special detail (40) -- a meaning set by local implementations obstruction on highway (41) mentally ill person (42) civil disturbance or disorder (43) pedestrian or hitchhiker (44) toll evasion (45) burglary (46) larceny (47) malicious mischief (48) drug or contraband case (49) callbox request (50) sick or injured person (51) suicide (52) officer down (53) bomb threat (54) juvenile offense (55) smuggling (56) aircraft crash (57) -- values 8 through 31 reserved for future ITS use -- values 32 through 63 reserved for local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="57"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="other"/> <xs:enumeration value="armed and dangerous"/> <xs:enumeration value="driving under the influence"/> <xs:enumeration value="juvenile under the influence"/> <xs:enumeration value="drunk pedestrian"/> <xs:enumeration value="hit and run"/> <xs:enumeration value="hit and run with injuries"/> <xs:enumeration value="hit and run with roadblock"/> <xs:enumeration value="crash"/> <xs:enumeration value="crash with injuries"/> <xs:enumeration value="patrol car crash"/> <xs:enumeration value="crash with roadblock"/> <xs:enumeration value="incident"/> <xs:enumeration value="fire"/> <xs:enumeration value="hazmat incident"/> <xs:enumeration value="rock throwing"/> <xs:enumeration value="shooting"/> <xs:enumeration value="animal"/> <xs:enumeration value="impersonating an officer"/> <xs:enumeration value="assault"/> <xs:enumeration value="battery"/> <xs:enumeration value="child abuse or molestation"/> <xs:enumeration value="domestic violence"/> <xs:enumeration value="kidnapping"/> <xs:enumeration value="murder"/> <xs:enumeration value="robbery"/> <xs:enumeration value="strongarm robbery"/> <xs:enumeration value="sex offense"/> <xs:enumeration value="escaped prisoner"/> <xs:enumeration value="dead person"/> <xs:enumeration value="crash with fatality"/> <xs:enumeration value="disabled vehicle"/> <xs:enumeration value="missing person"/> <xs:enumeration value="lost or stolen vehicle tag"/> <xs:enumeration value="abandoned vehicle"/> <xs:enumeration value="reckless driving"/> <xs:enumeration value="suspicious circumstances"/> <xs:enumeration value="suspicious person"/> <xs:enumeration value="suspicious vehicle"/> <xs:enumeration value="information or intelligence"/> <xs:enumeration value="special detail"/> <xs:enumeration value="obstruction on highway"/> <xs:enumeration value="mentally ill person"/> <xs:enumeration value="civil disturbance or disorder"/> <xs:enumeration value="pedestrian or hitchhiker"/> <xs:enumeration value="toll evasion"/> <xs:enumeration value="burglary"/> <xs:enumeration value="larceny"/> <xs:enumeration value="malicious mischief"/> <xs:enumeration value="drug or contraband case"/> <xs:enumeration value="callbox request"/> <xs:enumeration value="sick or injured person"/> <xs:enumeration value="suicide"/> <xs:enumeration value="officer down"/> <xs:enumeration value="bomb threat"/> <xs:enumeration value="juvenile offense"/> <xs:enumeration value="smuggling"/> <xs:enumeration value="aircraft crash"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |