Documentation for ATIS-Draft-03-00-79

Complex Type: SchPushRunningTimes

[Table of contents]

Super-types: None
Sub-types: None
Name SchPushRunningTimes
Used by (from the same schema document) Element schPushRunningTimes
Abstract no
XML Instance Representation
<...>
<push-header> CPTPushHeader </push-header> [1]
<running-times> [1]
Start Sequence [1..15000]
<running-time> SCHRunningTimeEntry </running-time> [1]
End Sequence
</running-times>
</...>
Diagram
h-1737467159 h-1715839431
Schema Component Representation
<xs:complexType name="SchPushRunningTimes">
<xs:sequence>
<xs:element name="push-header" type=" CPTPushHeader "/>
<xs:element name="running-times">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="15000">
<xs:element name="running-time" type=" SCHRunningTimeEntry "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>