Documentation for ATIS-Draft-03-00-79

Complex Type: PIPublishedScheduleTable

[Table of contents]

Super-types: None
Sub-types: None
Name PIPublishedScheduleTable
Used by (from the same schema document) Complex Type PIPublishedSchedule
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<route-id> SCH-RouteID </route-id> [0..1]
<route-designator> SCH-RouteDesignator </route-designator> [0..1]
End Choice
<schedHdr> SCHMasterScheduleHdr </schedHdr> [1]
<dayType> SCH-DayType </dayType> [0..1]
<dayTypeDescription> SCH-DayTypeDescription </dayTypeDescription> [0..1]
<trips> [1]
Start Sequence [0..*]
<trip> SCHTrip </trip> [1]
End Sequence
</trips>
<notes> [0..1]
Start Sequence [0..*]
<note> SCHNote </note> [1]
End Sequence
</notes>
</...>
Diagram
h1433826986 h-368453949 h-737043478 h1495630460 h-631208992 h1700841528 h1700660229
Schema Component Representation
<xs:complexType name="PIPublishedScheduleTable">
<xs:sequence>
<xs:choice minOccurs="1">
<xs:element name="route-id" type=" SCH-RouteID " minOccurs="0"/>
<xs:element name="route-designator" type=" SCH-RouteDesignator " minOccurs="0"/>
</xs:choice>
<xs:element name="schedHdr" type=" SCHMasterScheduleHdr "/>
<xs:element name="dayType" type=" SCH-DayType " minOccurs="0"/>
<xs:element name="dayTypeDescription" type=" SCH-DayTypeDescription " minOccurs="0"/>
<xs:element name="trips">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="trip" type=" SCHTrip "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="notes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="note" type=" SCHNote "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>