Documentation for ATIS-Draft-03-00-79

Complex Type: CptStoppointsFile

[Table of contents]

Super-types: None
Sub-types: None
Name CptStoppointsFile
Used by (from the same schema document) Element cptStoppointsFile
Abstract no
XML Instance Representation
<...>
<fileHeader> CPTLoadFileHeader </fileHeader> [1]
<stoppoints> [1]
Start Sequence [1..25000]
<stoppoint> CPTStoppoint </stoppoint> [1]
End Sequence
</stoppoints>
<notes> [0..1]
Start Sequence [1..25000]
<note> SCHNoteInfo </note> [1]
End Sequence
</notes>
<deleted-stops> [1]
Start Sequence [1..25000]
<deleted-stop> CPTStoppointIden </deleted-stop> [1]
End Sequence
</deleted-stops>
</...>
Diagram
h-956766127 h-1499379220 h-1088073133 h2146772752
Schema Component Representation
<xs:complexType name="CptStoppointsFile">
<xs:sequence>
<xs:element name="fileHeader" type=" CPTLoadFileHeader "/>
<xs:element name="stoppoints">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="stoppoint" type=" CPTStoppoint "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="notes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="note" type=" SCHNoteInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleted-stops">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="deleted-stop" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>