diagram | ![]() |
||
namespace | http://www.ATIS-Draft-03-00-79 | ||
children | price-DayType time priceFirstPayment priceMaximum timeInterval | ||
used by |
|
||
source | <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> |
diagram | ![]() |
||||
type | atis:Price-DayType | ||||
properties |
|
||||
source | <xs:element name="price-DayType" type="Price-DayType"/> |
diagram | ![]() |
||||||||
type | atis:TimePair | ||||||||
properties |
|
||||||||
children | start end | ||||||||
source | <xs:element name="time" type="TimePair" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | atis:Cost | ||||||||
properties |
|
||||||||
children | value currencyUnit | ||||||||
source | <xs:element name="priceFirstPayment" type="Cost" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | atis:Cost | ||||||||
properties |
|
||||||||
children | value currencyUnit | ||||||||
source | <xs:element name="priceMaximum" type="Cost" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | atis:TimePriceInterval | ||||||||
properties |
|
||||||||
children | timeInterval cost | ||||||||
source | <xs:element name="timeInterval" type="TimePriceInterval" minOccurs="0" maxOccurs="100"/> |