Documentation for ATIS-Draft-03-00-79

Complex Type: SCHRunningTimeEntry

[Table of contents]

Super-types: None
Sub-types: None
Name SCHRunningTimeEntry
Used by (from the same schema document) Complex Type SchPushRunningTimes , Complex Type SchRunningTimeList , Complex Type SCHActualRunningTimeData
Abstract no
XML Instance Representation
<...>
<period-name> SCH-RunningTimePeriodName </period-name> [0..1]
<service-types> [0..1]
Start Sequence [1..10]
<service-type> SCH-ServiceType </service-type> [1]
End Sequence
</service-types>
<earliest-time> SCH-Time </earliest-time> [0..1]
<latest-time> SCH-Time </latest-time> [0..1]
<day-types> [0..1]
Start Sequence [1..10]
<day-type> SCH-DayType </day-type> [1]
End Sequence
</day-types>
<stoppointA> CPTStoppointIden </stoppointA> [0..1]
<stoppointB> CPTStoppointIden </stoppointB> [0..1]
<timepointA> SCHTimepointIden </timepointA> [0..1]
<timepointB> SCHTimepointIden </timepointB> [0..1]
<pattern> SCHPatternIden </pattern> [0..1]
<pattern-segment> SCHPatternSegmentIden </pattern-segment> [0..1]
<running-time> CPT-Duration </running-time> [1]
<waiting-times> [0..1]
Start Sequence [1..20]
<waiting-time> SCHWaitingTime </waiting-time> [1]
End Sequence
</waiting-times>
<localSCHRunningTimeEntry> local:SCHRunningTimeEntry </localSCHRunningTimeEntry> [0..1]
</...>
Diagram
h959503678 h1368546837 h1149568775 h1149568775 h1495630460 h2146772752 h2146772752 h1668863444 h1668863444 h-1937713343 h122395130 h1782472735 h205057863 h-1715839431
Schema Component Representation
<xs:complexType name="SCHRunningTimeEntry">
<xs:sequence>
<xs:element name="period-name" type=" SCH-RunningTimePeriodName " minOccurs="0"/>
<xs:element name="service-types" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="service-type" type=" SCH-ServiceType "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="earliest-time" type=" SCH-Time " minOccurs="0"/>
<xs:element name="latest-time" type=" SCH-Time " minOccurs="0"/>
<xs:element name="day-types" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="day-type" type=" SCH-DayType "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stoppointA" type=" CPTStoppointIden " minOccurs="0"/>
<xs:element name="stoppointB" type=" CPTStoppointIden " minOccurs="0"/>
<xs:element name="timepointA" type=" SCHTimepointIden " minOccurs="0"/>
<xs:element name="timepointB" type=" SCHTimepointIden " minOccurs="0"/>
<xs:element name="pattern" type=" SCHPatternIden " minOccurs="0"/>
<xs:element name="pattern-segment" type=" SCHPatternSegmentIden " minOccurs="0"/>
<xs:element name="running-time" type=" CPT-Duration "/>
<xs:element name="waiting-times" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="waiting-time" type=" SCHWaitingTime "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localSCHRunningTimeEntry" type=" local:SCHRunningTimeEntry " minOccurs="0"/>
</xs:sequence>
</xs:complexType>