Documentation for ATIS-Draft-03-00-79

Complex Type: ParkingInstructions

[Table of contents]

Super-types: None
Sub-types: None
Name ParkingInstructions
Used by (from the same schema document) Complex Type Segment
Abstract no
XML Instance Representation
<...>
<location> lrms:LocationReference </location> [1]
<lotName> Freetext </lotName> [0..1]
<owningAgency> tmdd:Organization-resource-identifier </owningAgency> [0..1]
<parkingFacID> tcip:PI-ParkingFacID </parkingFacID> [0..1]
<lotCost> ComplexCost </lotCost> [0..1]
<pricing> PriceSchedule </pricing> [0..1]
<furtherData> URL-Link </furtherData> [0..1]
<tail> Tail </tail> [0..1]
<localParkingInstructions> local:ParkingInstructions </localParkingInstructions> [0..1]
</...>
Diagram
h1843378481 h-386216674 h-632460109 h-1170457158 h-268222728 h9876123 h882153789 h518407765 h337894616
Schema Component Representation
<xs:complexType name="ParkingInstructions">
<xs:sequence>
<xs:element name="location" type=" lrms:LocationReference "/>
<xs:element name="lotName" type=" Freetext " minOccurs="0"/>
<xs:element name="owningAgency" type=" tmdd:Organization-resource-identifier " minOccurs="0"/>
<xs:element name="parkingFacID" type=" tcip:PI-ParkingFacID " minOccurs="0"/>
<xs:element name="lotCost" type=" ComplexCost " minOccurs="0"/>
<xs:element name="pricing" type=" PriceSchedule " minOccurs="0"/>
<xs:element name="furtherData" type=" URL-Link " minOccurs="0"/>
<xs:element name="tail" type=" Tail " minOccurs="0"/>
<xs:element name="localParkingInstructions" type=" local:ParkingInstructions " minOccurs="0"/>
</xs:sequence>
</xs:complexType>