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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
183 -
This is a draft document of the SAE ATIS committee, subject to change.
         </xs:simpleType>         
         <xs:simpleType>
            <xs:restriction base="local:StreetSuffixes" /> 
         </xs:simpleType>
      </xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
6.41 Data Element: DE_Structures
Use: The ITIS enumeration list commonly referred to as "Structures," is assigned the upper byte value of
[51] (which provides for value ranges from 13056 to 13311, inclusive).  This list is formally called
"Structures" 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 27 different phrases.  The remaining
100 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 13184).  
ASN.1 Representation:
Structures ::= ENUMERATED  { 
   rest-room                       (13057),  -- NEW: RM-140
   mens-rest-room                  (13058),  -- NEW: RA-090
   womens-rest-room                (13059),  -- NEW: RA-100
   family-rest-room                (13060),  -- NEW: RA-150
   dam                             (13061),  -- NEW: RG-030
   fish-hatchery                   (13062),  -- NEW: RG-090
   information                     (13063),  -- NEW: RG-100
   lighthouse                      (13064),  -- NEW: RG-120
   lookout-tower                   (13065),  -- NEW: RG-140
   ranger-station                  (13066),  -- NEW: RG-170
   grocery-store                   (13068),  -- NEW: RM-070
   lodging                         (13069),  -- NEW: RM-090
   post-office                     (13070),  -- NEW: RM-110
   picnic-shelter                  (13072),  -- NEW: RM-130
   group-camping                   (13073),  -- NEW: RM-210
   group-picnicking                (13074),  -- NEW: RM-220
   n24-hour-pharmacy               (13075),  -- NEW: RM-230
   kennel                          (13076),  -- NEW: RA-050
   laundry-facilities              (13077),  -- NEW: RA-060
   shower-facilities               (13078),  -- NEW: RA-130
   amphitheater                    (13079),  -- NEW: RL-010
   stable                          (13080),  -- NEW: RL-080
   hospital                        (13081),  -- NEW: D9-13a or D9-2
   emergency-medical-service-point (13082),  -- NEW: Use for emergency medical care as
                                             -- well D9-13c
   library                         (13083),  -- NEW: I-8p
   recycling-collection-center     (13084),  -- NEW: I-11
   school                          (13085),  -- NEW: Use for S1-1
   ... -- # LOCAL_CONTENT_ITIS 
   }
XML Representation:
<xs:simpleType name="Structures" >
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="13056"/>
               <xs:maxInclusive value="13311"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="rest room" id="_13057"/>