Documentation for ATIS-Draft-03-00-79

Complex Type: SCHNote

[Table of contents]

Super-types: None
Sub-types: None
Name SCHNote
Used by (from the same schema document) Complex Type PIPublishedSchedule , Complex Type PIPublishedScheduleTable
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<note-id> SCH-NoteID </note-id> [0..1]
<note-designator> SCH-NoteDesignator </note-designator> [0..1]
End Choice
<note-message> SCH-NoteMsg </note-message> [1]
<timetable-version> SCHTimetableVersion </timetable-version> [0..1]
</...>
Diagram
h762974791 h1815774560 h-2117579851 h1784974346
Schema Component Representation
<xs:complexType name="SCHNote">
<xs:sequence>
<xs:choice minOccurs="1">
<xs:element name="note-id" type=" SCH-NoteID " minOccurs="0"/>
<xs:element name="note-designator" type=" SCH-NoteDesignator " minOccurs="0"/>
</xs:choice>
<xs:element name="note-message" type=" SCH-NoteMsg "/>
<xs:element name="timetable-version" type=" SCHTimetableVersion " minOccurs="0"/>
</xs:sequence>
</xs:complexType>