Documentation for ATIS-Draft-03-00-79

Complex Type: CPTTransferCluster

[Table of contents]

Super-types: None
Sub-types: None
Name CPTTransferCluster
Used by (from the same schema document) Complex Type CptTransferClusterList
Abstract no
XML Instance Representation
<...>
<transferCluster> CPTTransferClusterIden </transferCluster> [1]
<metadata> CPTRowMetaData </metadata> [0..1]
<pointLocation> lrms:GeoLocation </pointLocation> [0..1]
<stoppoints> [1]
Start Sequence [1..50]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Sequence
</stoppoints>
<minimum-wait> CPT-Duration </minimum-wait> [0..1]
<localCPTTransferCluster> local:CPTTransferCluster </localCPTTransferCluster> [0..1]
</...>
Diagram
h1283527889 h1503432423 h-542031743 h2146772752 h1782472735 h1711554605
Schema Component Representation
<xs:complexType name="CPTTransferCluster">
<xs:sequence>
<xs:element name="transferCluster" type=" CPTTransferClusterIden "/>
<xs:element name="metadata" type=" CPTRowMetaData " minOccurs="0"/>
<xs:element name="pointLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="stoppoints">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="50">
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="minimum-wait" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="localCPTTransferCluster" type=" local:CPTTransferCluster " minOccurs="0"/>
</xs:sequence>
</xs:complexType>