Documentation for ATIS-Draft-03-00-79

Complex Type: TravelTimes

[Table of contents]

Super-types: None
Sub-types: None
Name TravelTimes
Abstract no
XML Instance Representation
<...>
<startTime> DateTimePair </startTime> [0..1]
<endTime> DateTimePair </endTime> [0..1]
<duration> TimeInterval </duration> [0..1]
</...>
Diagram
h1210973722 h1210973722 h1514126263
Schema Component Representation
<xs:complexType name="TravelTimes">
<xs:sequence>
<xs:element name="startTime" type=" DateTimePair " minOccurs="0"/>
<xs:element name="endTime" type=" DateTimePair " minOccurs="0"/>
<xs:element name="duration" type=" TimeInterval " minOccurs="0"/>
</xs:sequence>
</xs:complexType>