namespace | http://www.ATIS-Draft-03-00-79 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, ParkingSpaceKind) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="ParkingSpaceKind"> <xs:annotation> <xs:appinfo> 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) </xs:appinfo> <xs:documentation> values to 127 reserved for std use values 128 to 255 reserved for local use </xs:documentation> </xs:annotation> <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> |