Documentation for ATIS-Draft-03-00-79

Complex Type: SCHTimeTableTrip

[Table of contents]

Super-types: None
Sub-types: None
Name SCHTimeTableTrip
Used by (from the same schema document) Complex Type PIXMLTimetable
Abstract no
XML Instance Representation
<...>
<trip> SCHTripIden </trip> [1]
<trip-note> SCHNoteIden </trip-note> [0..1]
<mode> CPT-Mode </mode> [0..1]
<amenities> [0..1]
Start Sequence [1..32]
<amenity> atis:AmenitiesList </amenity> [1]
End Sequence
</amenities>
<trip-timepoints> [1]
Start Sequence [1..100]
<trip-timepoint> SCHTimeTableTripTP </trip-timepoint> [1]
End Sequence
</trip-timepoints>
</...>
Diagram
h-1158373540 h-1088082775 h-1969600082 h-98584080 h-536833073
Schema Component Representation
<xs:complexType name="SCHTimeTableTrip">
<xs:sequence>
<xs:element name="trip" type=" SCHTripIden "/>
<xs:element name="trip-note" type=" SCHNoteIden " minOccurs="0"/>
<xs:element name="mode" type=" CPT-Mode " minOccurs="0"/>
<xs:element name="amenities" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="32">
<xs:element name="amenity" type=" atis:AmenitiesList "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="trip-timepoints">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="trip-timepoint" type=" SCHTimeTableTripTP "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>