Documentation for ATIS-Draft-03-00-79

Complex Type: CptStoppointListSub

[Table of contents]

Super-types: None
Sub-types: None
Name CptStoppointListSub
Used by (from the same schema document) Element cptStoppointListSub
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]
</...>
Diagram
h-527207252 h1272267302 h1272267302 h1258252725 h-963684166 h506659239 h325016637 h325016637 h325016637 h325016637 h325016637 h325016637 h325016637 h325016637
Schema Component Representation
<xs:complexType name="CptStoppointListSub">
<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:sequence>
</xs:complexType>