Documentation for ATIS-Draft-03-00-79

Complex Type: PriceScheduleEntry

[Table of contents]

Super-types: None
Sub-types: None
Name PriceScheduleEntry
Used by (from the same schema document) Complex Type PriceSchedule
Abstract no
XML Instance Representation
<...>
<price-DayType> Price-DayType </price-DayType> [1]
<time> TimePair </time> [0..1]
<priceFirstPayment> Cost </priceFirstPayment> [0..1]
<priceMaximum> Cost </priceMaximum> [0..1]
<timeInterval> TimePriceInterval </timeInterval> [0..100]
</...>
Diagram
h577343469 h-926317876 h517915090 h517915090 h-693677700
Schema Component Representation
<xs:complexType name="PriceScheduleEntry">
<xs:sequence>
<xs:element name="price-DayType" type=" Price-DayType "/>
<xs:element name="time" type=" TimePair " minOccurs="0"/>
<-- a range of times over which the next two items are vaild -->
<xs:element name="priceFirstPayment" type=" Cost " minOccurs="0"/>
<-- the cost of entry the first time, or min cost -->
<xs:element name="priceMaximum" type=" Cost " minOccurs="0"/>
<-- typically the daily max price -->
<xs:element name="timeInterval" type=" TimePriceInterval " minOccurs="0" maxOccurs="100"/>
<-- used to convey prices vs time data such as discounted parking if entry before 7 AM -->
</xs:sequence>
</xs:complexType>