Documentation for ATIS-Draft-03-00-79

Complex Type: SCHActualRunTime

[Table of contents]

Super-types: None
Sub-types: None
Name SCHActualRunTime
Used by (from the same schema document) Complex Type SCHActualRunningTimeData
Abstract no
XML Instance Representation
<...>
<weather> atis:WeatherInformation </weather> [0..1]
<start-time> CPT-DateTime </start-time> [1]
<trip> SCHTripIden </trip> [1]
<actual-time> CPT-Duration </actual-time> [1]
</...>
Diagram
h1570687453 h1272267302 h-1158373540 h1782472735
Schema Component Representation
<xs:complexType name="SCHActualRunTime">
<xs:sequence>
<xs:element name="weather" type=" atis:WeatherInformation " minOccurs="0"/>
<xs:element name="start-time" type=" CPT-DateTime "/>
<-- when the measurement started -->
<xs:element name="trip" type=" SCHTripIden "/>
<xs:element name="actual-time" type=" CPT-Duration "/>
</xs:sequence>
</xs:complexType>