Documentation for ATIS-Draft-03-00-79

Complex Type: TimePriceInterval

[Table of contents]

Super-types: None
Sub-types: None
Name TimePriceInterval
Used by (from the same schema document) Complex Type PriceScheduleEntry
Abstract no
XML Instance Representation
<...>
<timeInterval> TimeInterval </timeInterval> [1]
<cost> Cost </cost> [1]
</...>
Diagram
h1514126263 h517915090
Schema Component Representation
<xs:complexType name="TimePriceInterval">
<xs:sequence>
<xs:element name="timeInterval" type=" TimeInterval "/>
<-- the duration the rate below is valid for -->
<xs:element name="cost" type=" Cost "/>
<-- the rate for this duration -->
</xs:sequence>
</xs:complexType>