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

SAE ATIS Committee Working Draft
ITIS Phrase Tables, Draft [issued: 04-11-09] 
-
142 -
This is a draft document of the SAE ATIS committee, subject to change.
and proceeding upward from there (in other words, the first value assigned for any local additions to this
list would be given the value 4224).  
ASN.1 Representation:
ParkingInformation ::= ENUMERATED  { 
   normal-parking-restrictions-lifted    (4097),  -- Hint: used when a PARKING
                                                  -- restriction is lifted (overnight
                                                  -- parking allowed during event)  Not
                                                  -- to be used as a default for this
                                                  -- category
   parking-meter-restrictions-lifted     (4098),  -- Hint: used when a METER restriction
                                                  -- is lifted (metered parking free
                                                  -- during event)
   special-parking-restrictions-in-force (4099),  
   full-parking-lot                      (4100),  
   full-parking-garage                   (4101),  
   all-parking-lots-full                 (4102),  
   no-parking-spaces-available           (4103),  
   only-a-few-spaces-available           (4104),  
   spaces-available                      (4105),  -- Typically preceded by a # value
   no-parking                            (4106),  -- Typically followed by restriction
                                                  -- data
   parking-on-one-side-of-street-only    (4107),  
   parking-on-both-sides-of-street       (4108),  
   parallel-parking-only                 (4109),  
   parking-meters-not-available          (4110),  
   use-of-parking-meters-restricted      (4111),  
   event-parking                         (4112),  
   handicapped-parking                   (4113),  
   long-term-parking                     (4114),  
   overnight-parking                     (4115),  
   short-term-parking                    (4116),  
   parking-by-permit-only                (4117),  
   emergency-parking-only                (4118),  -- NEW:
   emergency-stopping-only               (4119),  -- NEW:
   parking                               (4120),  -- NEW:  Typically followed by
                                                  -- restriction data
   stopping                              (4121),  -- NEW:  Typically followed by
                                                  -- restriction data
   standing                              (4122),  -- NEW:  Typically followed by
                                                  -- restriction data
   tow-away-zone                         (4123),  -- NEW:
   school-zone                           (4124),  -- NEW:  Treat as Speed Limit, with
                                                  -- details to follow
   speed-zone                            (4125),  -- NEW:  Treat as Speed Limit, with
                                                  -- details to follow
   loading-zone                          (4126),  -- NEW:  Typically followed by
                                                  -- restriction data
   state-law                             (4127),  -- NEW:
   -- Cancel Types
   van-accessible                        (4128),  -- NEW:
   special-parking-restrictions-lifted   (4222),  
   no-parking-information-available      (4223),  
   ... -- # LOCAL_CONTENT_ITIS 
   }
XML Representation:
<xs:simpleType name="ParkingInformation" >
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="4096"/>
               <xs:maxInclusive value="4351"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="normal parking restrictions lifted" id="_4097"/>