Navigation bar
  Print document Start Previous page
 43 of 289 
Next page End  

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
43 -
This is a draft document of the SAE ATIS committee, subject to change.
6.16 Data Element: DE_ITISgroups
Use: The range of ITIS codes dealing with the division of ITIS groups defined in the entire ITIS
collection.  This data element can be used to clarify what group a phrase or event belongs to.  The
enumeration value represents the upper byte of the two-byte value assigned to each group (category) of
phrases.
ASN.1 Representation:
ITISgroups ::= ENUMERATED {
    trafficConditions                  (1),
    accidentsAndIncidents              (2),
    closures                           (3),
    roadwork                           (4),
    obstruction                        (5),
    delayStatusCancellation            (6),
    unusualDriving                     (7),
    mobileSituation                    (8),
    deviceStatus                       (9),
    restrictionClass                  (10),
    incidentResponseStatus            (11),
    disasters                         (12),
    disturbances                      (13),
    sportingEvents                    (14),
    specialEvents                     (15),
    parkingInformation                (16),
    systemInformation                 (17),
    weatherConditions                 (18),
    precipitation                     (19),
    winds                             (20),
    visibilityAndAirQuality           (21),
    temperature                       (22),
    pavementConditions                (23),
    winterDrivingRestrictions         (24),
    winterDrivingIndex                (25),
    suggestionAdvice                  (26),
    warningAdvice                     (27),
    adviceInstructionsRecommendations (28),
    adviceInstructionsMandatory       (29),
    qualifiers                        (30),
    genericLocations                  (31),
    laneRoadway                       (32),
    alternateRoute                    (33),
    units                             (34),
    transitMode                       (35),
    vehicleGroupAffected              (36),
    travelerGroupAffected             (37),
    responderGroupAffected            (38),
    incidentResponseEquipment         (39),
    assetStatus                       (40),
    roadsideAssets                    (41),
    transitOperations                 (42),
    objects                           (43),
    validManeuvers                    (44), -- NEW:
    largeNumbers                      (45), -- NEW:
    namedObjects                      (46), -- NEW:
    recreationalObjectsAndActivities  (47), -- NEW:
    regulatoryAndWarningSigns         (48), -- NEW:
    smallNumbers                      (49), -- NEW:
    states                            (50), -- NEW:
    structures                        (51), -- NEW:
    streetSuffixes                    (52), -- NEW:
    mUTCDLocations                    (53), -- NEW:
    ...
    }
XML Representation:
<xs:simpleType name="ITISgroups" >
      <xs:annotation>