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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
136 -
This is a draft document of the SAE ATIS committee, subject to change.
6.22 Data Element: DE_Named Objects
Use: The ITIS enumeration list commonly referred to as "Named Objects," is assigned the upper byte
value of [46] (which provides for value ranges from 11776 to 12031, inclusive).  This list is formally called
"NamedObjects" in the ASN.1 and XML productions.  The items in this enumeration list are not allowed to
be used as an event category classification.  This list contains a total of 25 different phrases.  The remaining
102 values up to the lower byte value of [127] are reserved for additional "national" phrases in this byte
range.  Local phrases may be added to the list starting with the lower byte value of 128 and proceeding
upward from there (in other words, the first value assigned for any local additions to this list would be
given the value 11904).  
ASN.1 Representation:
NamedObjects ::= ENUMERATED  { 
   name-follows                 (11777),  -- NEW: Used for other types of named objects
                                          -- to delimit name
   freeway                      (11778),  -- NEW: Typically followed by name
   us-Route                     (11779),  -- NEW: Typically followed by name, M1-4
   state-Route                  (11780),  -- NEW: Typically followed by name, M1-5
   interstate                   (11781),  -- NEW: Typically followed by name, M1-1
   business-Loop                (11782),  -- NEW: Typically followed by name, M1-2, M4-3
   spur                         (11797),  -- NEW: Typically followed by name, M1-3
   juncton                      (11798),  -- NEW: Typically followed by names, M2-1, M2-2
   alternative                  (11783),  -- NEW: Typically followed by name, M4-1, M4-1a
   county-Route                 (11784),  -- NEW: Typically followed by name, M1-6
   forest-Route                 (11785),  -- NEW: Typically followed by name, M1-7
   farm-to-Market-Route         (11786),  -- NEW: Typically followed by name
   eisenhower-Interstate-System (11787),  -- NEW: Typically followed by name, M1-10
   americas-Byways              (11788),  -- NEW: Typically followed by name, Alt term:
                                          -- National Scenic Byways
   national-Network-Route       (11789),  -- NEW: Typically followed by name
   scenic-Area                  (11790),  -- NEW: Typically followed by name
   parking-Area                 (11791),  -- NEW: Typically followed by name
   weight-Station               (11792),  -- NEW: Typically followed by name
   road                         (11793),  -- NEW: Typically followed by name (all types
                                          -- of roads and streets not otherwise listed
                                          -- above)
   exit                         (11794),  -- NEW: Typically followed by name
   historical-route             (11795),  -- NEW: Typically followed by name
   state-line                   (11796),  -- NEW: Preceeded by a state name I-2
   bicyle-route                 (11799),  -- NEW: Typically followed by name, M1-8
   bicyle-interstate-route      (11800),  -- NEW: Typically followed by name, M1-9
   national-park                (11801),  -- NEW: Typically preceded by name, D7-1, D7-2
   ... -- # LOCAL_CONTENT_ITIS 
   }
XML Representation:
<xs:simpleType name="NamedObjects" >
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="11776"/>
               <xs:maxInclusive value="12031"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="name follows" id="_11777"/>
               <xs:enumeration value="freeway" id="_11778"/>
               <xs:enumeration value="us Route" id="_11779"/>
               <xs:enumeration value="state Route" id="_11780"/>
               <xs:enumeration value="interstate" id="_11781"/>
               <xs:enumeration value="business Loop" id="_11782"/>
               <xs:enumeration value="spur" id="_11797"/>
               <xs:enumeration value="juncton" id="_11798"/>
               <xs:enumeration value="alternative" id="_11783"/>
               <xs:enumeration value="county Route" id="_11784"/>