Documentation for ATIS-Draft-03-00-79

Complex Type: CptStoppointList

[Table of contents]

Super-types: None
Sub-types: None
Name CptStoppointList
Used by (from the same schema document) Element cptStoppointList
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<update-since> CPT-DateTime </update-since> [0..1]
<effective> CPT-DateTime </effective> [1]
<stoppointVersion> CPT-StoppointVersion </stoppointVersion> [0..1]
<routes> [0..1]
Start Sequence [1..500]
<route> SCHRouteIden </route> [1]
End Sequence
</routes>
<zones> [0..1]
Start Sequence [1..100]
<zone> PIServiceZoneIden </zone> [1]
End Sequence
</zones>
<include-location> CPT-Boolean </include-location> [1]
<include-service> CPT-Boolean </include-service> [1]
<include-facility> CPT-Boolean </include-facility> [1]
<include-agency> CPT-Boolean </include-agency> [1]
<include-construction> CPT-Boolean </include-construction> [1]
<include-signal> CPT-Boolean </include-signal> [1]
<include-incidents> CPT-Boolean </include-incidents> [1]
<include-history> CPT-Boolean </include-history> [1]
<update-thru> CPT-DateTime </update-thru> [1]
<stoppoints> [1]
Start Sequence [1..25000]
<stoppoint> CPTStoppoint </stoppoint> [1]
End Sequence
</stoppoints>
<deleted-stoppoints> [0..1]
Start Sequence [1..25000]
<deleted-stoppoint> CPTStoppointIden </deleted-stoppoint> [1]
End Sequence
</deleted-stoppoints>
</...>
Diagram
h-527207252 h1272267302 h1272267302 h1258252725 h-963684166 h506659239 h325016637 h325016637 h325016637 h325016637 h325016637 h325016637 h325016637 h325016637 h1272267302 h-1499379220 h2146772752
Schema Component Representation
<xs:complexType name="CptStoppointList">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="update-since" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="effective" type=" CPT-DateTime "/>
<xs:element name="stoppointVersion" type=" CPT-StoppointVersion " minOccurs="0"/>
<xs:element name="routes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="zones" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="zone" type=" PIServiceZoneIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="include-location" type=" CPT-Boolean "/>
<xs:element name="include-service" type=" CPT-Boolean "/>
<xs:element name="include-facility" type=" CPT-Boolean "/>
<xs:element name="include-agency" type=" CPT-Boolean "/>
<xs:element name="include-construction" type=" CPT-Boolean "/>
<xs:element name="include-signal" type=" CPT-Boolean "/>
<xs:element name="include-incidents" type=" CPT-Boolean "/>
<xs:element name="include-history" type=" CPT-Boolean "/>
<xs:element name="update-thru" type=" CPT-DateTime "/>
<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="deleted-stoppoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="deleted-stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>