complexType TimePriceInterval
diagram
namespace http://www.ATIS-Draft-03-00-79
children timeInterval cost
used by
element PriceScheduleEntry/timeInterval
source <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>

element TimePriceInterval/timeInterval
diagram
type TimeInterval
properties
isRef 0
content simple
source <xs:element name="timeInterval" type="TimeInterval"/>

element TimePriceInterval/cost
diagram
type Cost
properties
isRef 0
content complex
children value currencyUnit
source <xs:element name="cost" type="Cost"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy