Documentation for ATIS-Draft-03-00-79

Complex Type: SCHTransferInfo

[Table of contents]

Super-types: None
Sub-types: None
Name SCHTransferInfo
Used by (from the same schema document) Complex Type SchPushRouteSchedule , Complex Type SchRouteSchedule , Complex Type SchRouteScheduleFile
Abstract no
XML Instance Representation
<...>
<transferID> SCH-TransferID </transferID> [1]
<metadata> CPTRowMetaData </metadata> [0..1]
<drop-off> SCHServiceAtStop </drop-off> [1]
<pick-up> SCHServiceAtStop </pick-up> [1]
<transfer-notes> [0..1]
Start Sequence [1..100]
<transfer-note> SCHNoteIden </transfer-note> [1]
End Sequence
</transfer-notes>
<expected-wait> CPT-Duration </expected-wait> [0..1]
<minimum-wait> CPT-Duration </minimum-wait> [0..1]
<isProtected> CPT-Boolean </isProtected> [1]
<clusterID> CPTTransferClusterIden </clusterID> [0..1]
<activation-date> CPT-Date </activation-date> [0..1]
<deactivation-time> CPT-Time </deactivation-time> [0..1]
<localSCHTransferInfo> local:SCHTransferInfo </localSCHTransferInfo> [0..1]
</...>
Diagram
h-928279808 h1503432423 h1790697271 h1790697271 h-1088082775 h1782472735 h1782472735 h325016637 h1283527889 h-1969881159 h-1969397032 h-1864223668
Schema Component Representation
<xs:complexType name="SCHTransferInfo">
<xs:sequence>
<xs:element name="transferID" type=" SCH-TransferID "/>
<xs:element name="metadata" type=" CPTRowMetaData " minOccurs="0"/>
<xs:element name="drop-off" type=" SCHServiceAtStop "/>
<xs:element name="pick-up" type=" SCHServiceAtStop "/>
<xs:element name="transfer-notes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="transfer-note" type=" SCHNoteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="expected-wait" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="minimum-wait" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="isProtected" type=" CPT-Boolean "/>
<xs:element name="clusterID" type=" CPTTransferClusterIden " minOccurs="0"/>
<xs:element name="activation-date" type=" CPT-Date " minOccurs="0"/>
<xs:element name="deactivation-time" type=" CPT-Time " minOccurs="0"/>
<xs:element name="localSCHTransferInfo" type=" local:SCHTransferInfo " minOccurs="0"/>
</xs:sequence>
</xs:complexType>