Documentation for ATIS-Draft-03-00-79

Complex Type: SCHMasterScheduleHdr

[Table of contents]

Super-types: None
Sub-types: None
Name SCHMasterScheduleHdr
Used by (from the same schema document) Complex Type PIPublishedScheduleTable , Complex Type SCHRoute , Complex Type SCHRoute
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<time-point-ids> [0..1]
Start Sequence [0..*]
<time-point-id> SCH-TimepointID </time-point-id> [1]
End Sequence
</time-point-ids>
<time-point-designators> [0..1]
Start Sequence [0..*]
<time-point-designator> SCH-TimepointDesignator </time-point-designator> [1]
End Sequence
</time-point-designators>
End Choice
<display-names> [1]
Start Sequence [0..*]
<display-name> SCH-TimepointName </display-name> [1]
End Sequence
</display-names>
<display-hdr-info> [0..1]
Start Sequence [0..*]
<display-hdr-info-item> xs:string (length >= 0) </display-hdr-info-item> [1]
End Sequence
</display-hdr-info>
<route-direction-name> SCH-RouteDirectionName </route-direction-name> [1]
<route-direction-description> CPT-Footnote </route-direction-description> [1]
<mode> CPT-Mode </mode> [0..1]
<timetable-version> SCH-TimetableVersionID </timetable-version> [0..1]
</...>
Diagram
h1935445444 h-153340963 h242412820 h-998956645 h-125442069 h-1969600082 h-337950068
Schema Component Representation
<xs:complexType name="SCHMasterScheduleHdr">
<xs:sequence>
<xs:choice minOccurs="1">
<xs:element name="time-point-ids" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="time-point-id" type=" SCH-TimepointID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="time-point-designators" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="time-point-designator" type=" SCH-TimepointDesignator "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element name="display-names">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="display-name" type=" SCH-TimepointName "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="display-hdr-info" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="display-hdr-info-item">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:minLength value="0"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="route-direction-name" type=" SCH-RouteDirectionName "/>
<xs:element name="route-direction-description" type=" CPT-Footnote "/>
<xs:element name="mode" type=" CPT-Mode " minOccurs="0"/>
<xs:element name="timetable-version" type=" SCH-TimetableVersionID " minOccurs="0"/>
</xs:sequence>
</xs:complexType>