Documentation for ATIS-Draft-03-00-79

Simple Type: ParkingSpaceKind

[Table of contents]

Super-types: None
Sub-types: None
Name ParkingSpaceKind
Used by (from the same schema document) Complex Type ParkingSpaceTypes
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 23
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'unknown'|'auto'|'compact'|'large'|'handicapped'|'curbside'|'carpool'|'carpoolHours'|'midDay'|'electricVehicles'|'motorcycle'|'bicycle'|'loadingOnly'|'reserved'|'private'|'valet'|'shortTermOnly'|'truck'|'carAndTrailer'|'semiTrailer'|'bus'|'outside'|'officialVehicles'|'cityCarShare'}
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Documentation values to 127 reserved for std use values 128 to 255 reserved for local use
Application Data unknown (0) -- use for general types when none is known auto (1) -- regular sized or typical spaces compact (2) large (3) handicapped (4) -- and all disabled types curbside (5) carpool (6) carpoolHours (7) -- reserved for carpoolers during certain hours midDay (8) -- reserved for mid-day users (may be certain hours) electricVehicles (9) -- electric vehicles (adjacent to charging station) motorcycle (10) bicycle (11) -- bicycle spaces/lockers/racks loadingOnly (12) reserved (13) private (14) valet (15) shortTermOnly (16) -- use for 15 min parking , truck (17) carAndTrailer (18) semiTrailer (19) bus (20) outside (21) -- commonly used for parking where -- oversized vehicles can not proceed officialVehicles (22) cityCarShare (23)
Diagram
h561052519
Schema Component Representation
<xs:simpleType name="ParkingSpaceKind">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="23"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="unknown"/>
<xs:enumeration value="auto"/>
<xs:enumeration value="compact"/>
<xs:enumeration value="large"/>
<xs:enumeration value="handicapped"/>
<xs:enumeration value="curbside"/>
<xs:enumeration value="carpool"/>
<xs:enumeration value="carpoolHours"/>
<xs:enumeration value="midDay"/>
<xs:enumeration value="electricVehicles"/>
<xs:enumeration value="motorcycle"/>
<xs:enumeration value="bicycle"/>
<xs:enumeration value="loadingOnly"/>
<xs:enumeration value="reserved"/>
<xs:enumeration value="private"/>
<xs:enumeration value="valet"/>
<xs:enumeration value="shortTermOnly"/>
<xs:enumeration value="truck"/>
<xs:enumeration value="carAndTrailer"/>
<xs:enumeration value="semiTrailer"/>
<xs:enumeration value="bus"/>
<xs:enumeration value="outside"/>
<xs:enumeration value="officialVehicles"/>
<xs:enumeration value="cityCarShare"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:ParkingSpaceKind "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>