Documentation for ATIS-Draft-03-00-79

Simple Type: Event-incident-vehicles-involved

[Table of contents]

Super-types: None
Sub-types: None
Name Event-incident-vehicles-involved
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 39
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'otherNoInfo'|'otherInfo'|'transitBus'|'lightRail'|'commuterRail'|'freightRail'|'publicSafety'|'convertible'|'twoDoorHardtop'|'twoDoorHatchback'|'a4 door sedan hardtop'|'a5 door or 4 door hatchback'|'station wagon'|'hatchback number of doors unknown'|'auto based pickup'|'auto based panel'|'large limousine'|'utility'|'minivan'|'standard van'|'compact pickup'|'standard pickup'|'pickup with slide in camper'|'truck based station wagon'|'light truck based suburban limousine'|'cab chassis based'|'truck based panel'|'light truck based motor home'|'school bus'|'other bus'|'single unit straight truck'|'medium or heavy truck based motor home'|'truck tractor'|'motorcycle'|'moped'|'three wheeled motorcycle or moped'|'all terrain vehicle'|'snowmobile'|'farm equipment other than trucks'|'construction equipment other than trucks'}
Documentation <Definition> A code which indicates the types of vehicles involved in a verified incident.</Definition> <Remarks> V2.1 - Changed Data Type from BitString to Enumerated. V1.5 - Added FADD_ID attribute; revised Class Name, Classification Scheme Name/Version, Data Concept Identifier/Version to reflect harmonization with ITS Data Registry. Revised Valid Value Rule.</Remarks> (0..255)
Application Data otherNoInfo (0) -- Other No Additional Information; otherInfo (1) -- Other Additional Information -- (follows in message) transitBus (2) -- Public Transit Bus; lightRail (3) -- Light Rail; commuterRail (4) -- Commuter/Passenger Rail; freightRail (5) -- Freight Rail; publicSafety (6) -- Public Safety Vehicle; convertible (7) -- Convertible (exclude sunroof , twoDoorHardtop (8) -- 2-door sedan , twoDoorHatchback (9) -- 3-door/2-door hatchback; a4 door sedan hardtop (10) a5 door or 4 door hatchback (11) station wagon (12) hatchback number of doors unknown (13) auto based pickup (14) auto based panel (15) large limousine (16) utility (17) minivan (18) standard van (19) compact pickup (20) standard pickup (21) pickup with slide in camper (22) truck based station wagon (23) light truck based suburban limousine (24) cab chassis based (25) truck based panel (26) light truck based motor home (27) school bus (28) other bus (29) single unit straight truck (30) medium or heavy truck based motor home (31) truck tractor (32) motorcycle (33) moped (34) three wheeled motorcycle or moped (35) all terrain vehicle (36) -- including dune or swamp buggy -- and all terrain cycle snowmobile (37) farm equipment other than trucks (38) construction equipment other than trucks (39)
Diagram
Schema Component Representation
<xs:simpleType name="Event-incident-vehicles-involved">
<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="otherNoInfo"/>
<xs:enumeration value="otherInfo"/>
<xs:enumeration value="transitBus"/>
<xs:enumeration value="lightRail"/>
<xs:enumeration value="commuterRail"/>
<xs:enumeration value="freightRail"/>
<xs:enumeration value="publicSafety"/>
<xs:enumeration value="convertible"/>
<xs:enumeration value="twoDoorHardtop"/>
<xs:enumeration value="twoDoorHatchback"/>
<xs:enumeration value="a4 door sedan hardtop"/>
<xs:enumeration value="a5 door or 4 door hatchback"/>
<xs:enumeration value="station wagon"/>
<xs:enumeration value="hatchback number of doors unknown"/>
<xs:enumeration value="auto based pickup"/>
<xs:enumeration value="auto based panel"/>
<xs:enumeration value="large limousine"/>
<xs:enumeration value="utility"/>
<xs:enumeration value="minivan"/>
<xs:enumeration value="standard van"/>
<xs:enumeration value="compact pickup"/>
<xs:enumeration value="standard pickup"/>
<xs:enumeration value="pickup with slide in camper"/>
<xs:enumeration value="truck based station wagon"/>
<xs:enumeration value="light truck based suburban limousine"/>
<xs:enumeration value="cab chassis based"/>
<xs:enumeration value="truck based panel"/>
<xs:enumeration value="light truck based motor home"/>
<xs:enumeration value="school bus"/>
<xs:enumeration value="other bus"/>
<xs:enumeration value="single unit straight truck"/>
<xs:enumeration value="medium or heavy truck based motor home"/>
<xs:enumeration value="truck tractor"/>
<xs:enumeration value="motorcycle"/>
<xs:enumeration value="moped"/>
<xs:enumeration value="three wheeled motorcycle or moped"/>
<xs:enumeration value="all terrain vehicle"/>
<xs:enumeration value="snowmobile"/>
<xs:enumeration value="farm equipment other than trucks"/>
<xs:enumeration value="construction equipment other than trucks"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>