Documentation for ATIS-Draft-03-00-79

Complex Type: SchStopServiceListSub

[Table of contents]

Super-types: None
Sub-types: None
Name SchStopServiceListSub
Used by (from the same schema document) Element schStopServiceListSub
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<beginDate> CPT-Date </beginDate> [1]
<beginTime> CPT-Time </beginTime> [1]
<endDate> CPT-Date </endDate> [1]
<endTime> CPT-Time </endTime> [1]
<stoppoints> [1]
Start Sequence [1..25000]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Sequence
</stoppoints>
</...>
Diagram
h-527207252 h-1969881159 h-1969397032 h-1969881159 h-1969397032 h2146772752
Schema Component Representation
<xs:complexType name="SchStopServiceListSub">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="beginDate" type=" CPT-Date "/>
<xs:element name="beginTime" type=" CPT-Time "/>
<xs:element name="endDate" type=" CPT-Date "/>
<xs:element name="endTime" type=" CPT-Time "/>
<xs:element name="stoppoints">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>