Documentation for ATIS-Draft-03-00-79

Complex Type: ParkingRequestDetails

[Table of contents]

Super-types: None
Sub-types: None
Name ParkingRequestDetails
Used by (from the same schema document) Complex Type InformationRequest
Abstract no
XML Instance Representation
<...>
<vehicleData> VehicleRestrictions </vehicleData> [0..1]
<lengthofStay> TimeInterval </lengthofStay> [0..1]
<parkingType> tcip:PI-ParkingType </parkingType> [0..5]
<radius> lrms:Distance </radius> [0..1]
</...>
Diagram
h-517543218 h1514126263 h-1422789437 h1439634298
Schema Component Representation
<xs:complexType name="ParkingRequestDetails">
<xs:sequence>
<xs:element name="vehicleData" type=" VehicleRestrictions " minOccurs="0"/>
<xs:element name="lengthofStay" type=" TimeInterval " minOccurs="0"/>
<xs:element name="parkingType" type=" tcip:PI-ParkingType " minOccurs="0" maxOccurs="5"/>
<xs:element name="radius" type=" lrms:Distance " minOccurs="0"/>
</xs:sequence>
</xs:complexType>