Documentation for ATIS-Draft-03-00-79

Complex Type: SCHRoute

[Table of contents]

Super-types: None
Sub-types: None
Name SCHRoute
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<route-designator> SCH-RouteDesignator </route-designator> [0..1]
<route-id> SCH-RouteID </route-id> [0..1]
End Choice
<route-id-short> CC-RouteIDShort </route-id-short> [0..1]
<route-name> SCH-RouteName </route-name> [0..1]
<note-id> SCH-NoteID </note-id> [0..1]
<patterns> [0..1]
Start Sequence [0..*]
<pattern> SCH-PatternID </pattern> [1]
End Sequence
</patterns>
<schedHdr1> SCHMasterScheduleHdr </schedHdr1> [0..1]
<schedHdr2> SCHMasterScheduleHdr </schedHdr2> [0..1]
<mode> CPT-Mode </mode> [0..1]
<timetable-version> SCH-TimetableVersionID </timetable-version> [0..1]
</...>
Diagram
h-368453949 h1433826986 h-1505486048 h-776588166 h762974791 h-972607311 h-737043478 h-737043478 h-1969600082 h-337950068
Schema Component Representation
<xs:complexType name="SCHRoute">
<xs:sequence>
<xs:choice minOccurs="1">
<xs:element name="route-designator" type=" SCH-RouteDesignator " minOccurs="0"/>
<xs:element name="route-id" type=" SCH-RouteID " minOccurs="0"/>
</xs:choice>
<xs:element name="route-id-short" type=" CC-RouteIDShort " minOccurs="0"/>
<xs:element name="route-name" type=" SCH-RouteName " minOccurs="0"/>
<xs:element name="note-id" type=" SCH-NoteID " minOccurs="0"/>
<xs:element name="patterns" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="pattern" type=" SCH-PatternID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="schedHdr1" type=" SCHMasterScheduleHdr " minOccurs="0"/>
<xs:element name="schedHdr2" type=" SCHMasterScheduleHdr " minOccurs="0"/>
<xs:element name="mode" type=" CPT-Mode " minOccurs="0"/>
<xs:element name="timetable-version" type=" SCH-TimetableVersionID " minOccurs="0"/>
</xs:sequence>
</xs:complexType>