complexType tcip:SCHActualRunningTimeData
diagram
namespace http://www.TCIP-Adopted-03-00-01
children scheduled actuals
used by
element tcip:SchActualRunningTimes/records/record
source <xs:complexType name="SCHActualRunningTimeData">
 
<xs:sequence>
   
<xs:element name="scheduled" type="SCHRunningTimeEntry"/>
   
<xs:element name="actuals">
     
<xs:complexType>
       
<xs:sequence maxOccurs="20000">
         
<xs:element name="actual" type="SCHActualRunTime"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element tcip:SCHActualRunningTimeData/scheduled
diagram
type tcip:SCHRunningTimeEntry
properties
isRef 0
content complex
children period-name service-types earliest-time latest-time day-types stoppointA stoppointB timepointA timepointB pattern pattern-segment running-time waiting-times localSCHRunningTimeEntry
source <xs:element name="scheduled" type="SCHRunningTimeEntry"/>

element tcip:SCHActualRunningTimeData/actuals
diagram
properties
isRef 0
content complex
children actual
source <xs:element name="actuals">
 
<xs:complexType>
   
<xs:sequence maxOccurs="20000">
     
<xs:element name="actual" type="SCHActualRunTime"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SCHActualRunningTimeData/actuals/actual
diagram
type tcip:SCHActualRunTime
properties
isRef 0
content complex
children weather start-time trip actual-time
source <xs:element name="actual" type="SCHActualRunTime"/>


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