Documentation for ATIS-Draft-03-00-79

Complex Type: SCHBlockScheduleEntry

[Table of contents]

Super-types: None
Sub-types: None
Name SCHBlockScheduleEntry
Used by (from the same schema document) Complex Type SchBlockScheduleFile , Complex Type SchBlockScheduleList , Complex Type SchPushBlockSchedule
Abstract no
XML Instance Representation
<...>
<block> SCHBlockIden </block> [1]
<metadata> CPTRowMetaData </metadata> [1]
<pullOutTime> SCH-Time </pullOutTime> [1]
<pullInTime> SCH-Time </pullInTime> [1]
<pullOutLocation> lrms:GeoLocation </pullOutLocation> [1]
<pullInLocation> lrms:GeoLocation </pullInLocation> [1]
<day-types> [1]
Start Sequence [1..20]
<day-type> SCH-DayType </day-type> [1]
End Sequence
</day-types>
<trip-details> [1]
Start Sequence [1..100]
<trip-detail> SCHTripInfo </trip-detail> [1]
End Sequence
</trip-details>
<begin-timepoint> SCHTimepointIden </begin-timepoint> [0..1]
<end-timepoint> SCHTimepointIden </end-timepoint> [0..1]
<localSCHBlockScheduleEntry> local:SCHBlockScheduleEntry </localSCHBlockScheduleEntry> [0..1]
</...>
Diagram
h-258889474 h1503432423 h1149568775 h1149568775 h-542031743 h-542031743 h1495630460 h-1158363898 h1668863444 h1668863444 h-1924220063
Schema Component Representation
<xs:complexType name="SCHBlockScheduleEntry">
<xs:sequence>
<xs:element name="block" type=" SCHBlockIden "/>
<xs:element name="metadata" type=" CPTRowMetaData "/>
<xs:element name="pullOutTime" type=" SCH-Time "/>
<xs:element name="pullInTime" type=" SCH-Time "/>
<xs:element name="pullOutLocation" type=" lrms:GeoLocation "/>
<xs:element name="pullInLocation" type=" lrms:GeoLocation "/>
<xs:element name="day-types">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="day-type" type=" SCH-DayType "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="trip-details">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="trip-detail" type=" SCHTripInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="begin-timepoint" type=" SCHTimepointIden " minOccurs="0"/>
<xs:element name="end-timepoint" type=" SCHTimepointIden " minOccurs="0"/>
<xs:element name="localSCHBlockScheduleEntry" type=" local:SCHBlockScheduleEntry " minOccurs="0"/>
</xs:sequence>
</xs:complexType>