Documentation for ATIS-Draft-03-00-79

Simple Type: IM-ResponseUnitType

[Table of contents]

Super-types: None
Sub-types: None
Name IM-ResponseUnitType
Used by (from the same schema document) Complex Type IMResponseUnit
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 39
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'ptv agency'|'ptv other agency'|'police'|'supervisor'|'repair'|'tow truck'|'track repair'|'overhead wire repair'|'other repair'|'emt chief'|'advanced life support'|'basic life support'|'quick response unit'|'first responder'|'medical evacuation'|'other medical service'|'police supervisor'|'patrol car'|'motorcycle'|'foot patrol'|'bicycle patrol'|'air unit'|'k 9'|'swat'|'hostage'|'bomb squad'|'detective'|'medical examiner'|'police other'|'suppression chief'|'engine'|'ladder'|'heavy rescue'|'brush'|'hazmat'|'tech rescue'|'foam unit'|'investigator'|'inspector'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data ptv agency (1) -- Transit vehicle of property ptv other agency (2) -- Transit vehicle of another property police (3) -- Transit Police supervisor (4) -- Transit Supervisor repair (5) -- Transit Repair Vehicle tow truck (6) -- Transit Tow Truck track repair (7) -- Track Repair Vehicle overhead wire repair (8) -- Overhead Wire Repair Vehicle other repair (9) -- Other Repair Vehicle emt chief (10) -- Emergency Medical Service Chief advanced life support (11) -- Advanced Life Support basic life support (12) -- Basic Life Support quick response unit (13) -- Quick Response Unit first responder (14) -- First Responder medical evacuation (15) -- Medical Evacuation other medical service (16) -- Other Medical Service police supervisor (17) -- Supervisor-Police patrol car (18) -- Patrol Car motorcycle (19) -- Motorcycle foot patrol (20) -- Foot Patrol bicycle patrol (21) -- Bicycle Patrol air unit (22) -- Air Unit k 9 (23) -- K-9 swat (24) -- SWAT hostage (25) -- Hostage bomb squad (26) -- Bomb Squad detective (27) -- Detective medical examiner (28) -- Coroner / Medical Examiner police other (29) -- Police - Other suppression chief (30) -- Suppression Chief engine (31) -- Engine / Plumber ladder (32) -- Ladder / Tower / Platform heavy rescue (33) -- Heavy Rescue / Extrication brush (34) -- Brush / Off-Road hazmat (35) -- Hazardous Material tech rescue (36) -- Technical Rescue foam unit (37) -- Foam Unit investigator (38) -- Investigator / Fire Marshall inspector (39) -- Inspector -- 40-127 Reserved for standard use -- 128-255 Reserved for Local Use
Diagram
h5409635
Schema Component Representation
<xs:simpleType name="IM-ResponseUnitType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="39"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="ptv agency"/>
<xs:enumeration value="ptv other agency"/>
<xs:enumeration value="police"/>
<xs:enumeration value="supervisor"/>
<xs:enumeration value="repair"/>
<xs:enumeration value="tow truck"/>
<xs:enumeration value="track repair"/>
<xs:enumeration value="overhead wire repair"/>
<xs:enumeration value="other repair"/>
<xs:enumeration value="emt chief"/>
<xs:enumeration value="advanced life support"/>
<xs:enumeration value="basic life support"/>
<xs:enumeration value="quick response unit"/>
<xs:enumeration value="first responder"/>
<xs:enumeration value="medical evacuation"/>
<xs:enumeration value="other medical service"/>
<xs:enumeration value="police supervisor"/>
<xs:enumeration value="patrol car"/>
<xs:enumeration value="motorcycle"/>
<xs:enumeration value="foot patrol"/>
<xs:enumeration value="bicycle patrol"/>
<xs:enumeration value="air unit"/>
<xs:enumeration value="k 9"/>
<xs:enumeration value="swat"/>
<xs:enumeration value="hostage"/>
<xs:enumeration value="bomb squad"/>
<xs:enumeration value="detective"/>
<xs:enumeration value="medical examiner"/>
<xs:enumeration value="police other"/>
<xs:enumeration value="suppression chief"/>
<xs:enumeration value="engine"/>
<xs:enumeration value="ladder"/>
<xs:enumeration value="heavy rescue"/>
<xs:enumeration value="brush"/>
<xs:enumeration value="hazmat"/>
<xs:enumeration value="tech rescue"/>
<xs:enumeration value="foam unit"/>
<xs:enumeration value="investigator"/>
<xs:enumeration value="inspector"/>
</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-ResponseUnitType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>