Documentation for ATIS-Draft-03-00-79

Complex Type: SchStopServiceList

[Table of contents]

Super-types: None
Sub-types: None
Name SchStopServiceList
Used by (from the same schema document) Element schStopServiceList
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>
<service> [1]
Start Sequence [1..25000]
<service-item> SCHServiceAtStop </service-item> [1]
End Sequence
</service>
</...>
Diagram
h-527207252 h-1969881159 h-1969397032 h-1969881159 h-1969397032 h2146772752 h1790697271
Schema Component Representation
<xs:complexType name="SchStopServiceList">
<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:element name="service">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="service-item" type=" SCHServiceAtStop "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>