Documentation for ATIS-Draft-03-00-79

Complex Type: CcPTVTrips

[Table of contents]

Super-types: None
Sub-types: None
Name CcPTVTrips
Used by (from the same schema document) Element ccPTVTrips
Abstract no
XML Instance Representation
<...>
<command-ID> CPT-CommandID </command-ID> [1]
<vehicle> CPTVehicleIden </vehicle> [1]
<pullout-Time> SCH-Time </pullout-Time> [0..1]
<pullin-Time> SCH-Time </pullin-Time> [0..1]
<route> SCHRouteIden </route> [1]
<route-Direction> SCH-RouteDirectionName </route-Direction> [1]
<date> CPT-Date </date> [1]
<trips> [1]
Start Sequence [1..3]
<trip> CCPTVTripData </trip> [1]
End Sequence
</trips>
<notes> [0..1]
Start Sequence [1..5]
<note> SCHNoteInfo </note> [1]
End Sequence
</notes>
</...>
Diagram
h-453803909 h1471596526 h1149568775 h1149568775 h-963684166 h-998956645 h-1969881159 h1934366140 h-1088073133
Schema Component Representation
<xs:complexType name="CcPTVTrips">
<xs:sequence>
<xs:element name="command-ID" type=" CPT-CommandID "/>
<xs:element name="vehicle" type=" CPTVehicleIden "/>
<xs:element name="pullout-Time" type=" SCH-Time " minOccurs="0"/>
<xs:element name="pullin-Time" type=" SCH-Time " minOccurs="0"/>
<xs:element name="route" type=" SCHRouteIden "/>
<xs:element name="route-Direction" type=" SCH-RouteDirectionName "/>
<xs:element name="date" type=" CPT-Date "/>
<xs:element name="trips">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="3">
<xs:element name="trip" type=" CCPTVTripData "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="notes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="5">
<xs:element name="note" type=" SCHNoteInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>