Documentation for ATIS-Draft-03-00-79

Complex Type: PriceSchedule

[Table of contents]

Super-types: None
Sub-types: None
Name PriceSchedule
Used by (from the same schema document) Complex Type ParkingInstructions , Complex Type ParkingLotInformation
Abstract no
XML Instance Representation
<...>
<start> DateTimePair </start> [0..1]
<end> DateTimePair </end> [0..1]
<entry> PriceScheduleEntry </entry> [1..100]
</...>
Diagram
h1210973722 h1210973722 h-1203253609
Schema Component Representation
<xs:complexType name="PriceSchedule">
<xs:sequence>
<xs:element name="start" type=" DateTimePair " minOccurs="0"/>
<xs:element name="end" type=" DateTimePair " minOccurs="0"/>
<xs:element name="entry" type=" PriceScheduleEntry " minOccurs="1" maxOccurs="100"/>
</xs:sequence>
</xs:complexType>