Documentation for ATIS-Draft-03-00-79

Complex Type: SchTripDetailList

[Table of contents]

Super-types: None
Sub-types: None
Name SchTripDetailList
Used by (from the same schema document) Element schTripDetailList
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]
<trips> [0..1]
Start Sequence [1..100000]
<trip> SCHTripIden </trip> [1]
End Sequence
</trips>
<timepoints> [0..1]
Start Sequence [1..500]
<timepoint> SCHTimepointIden </timepoint> [1]
End Sequence
</timepoints>
<stoppoints> [0..1]
Start Sequence [1..25000]
<stoppoint> CPTStoppointIden </stoppoint> [1]
End Sequence
</stoppoints>
<routes> [0..1]
Start Sequence [1..100]
<route> SCHRouteIden </route> [1]
End Sequence
</routes>
<trip-details> [1]
Start Sequence [1..500]
<trip-detail> SCHTripDetailInfo </trip-detail> [1]
End Sequence
</trip-details>
</...>
Diagram
h-527207252 h-1969881159 h-1969397032 h-1969881159 h-1969397032 h-1158373540 h1668863444 h2146772752 h-963684166 h-1542054153
Schema Component Representation
<xs:complexType name="SchTripDetailList">
<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="trips" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100000">
<xs:element name="trip" type=" SCHTripIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="timepoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="timepoint" type=" SCHTimepointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stoppoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="routes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="trip-details">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="trip-detail" type=" SCHTripDetailInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>