Documentation for ATIS-Draft-03-00-79

Complex Type: SchTimepointList

[Table of contents]

Super-types: None
Sub-types: None
Name SchTimepointList
Used by (from the same schema document) Element schTimepointList
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<update-since> CPT-DateTime </update-since> [0..1]
<timepointVersion> SCH-TimetableVersionID </timepointVersion> [0..1]
<effective> CPT-DateTime </effective> [1]
<expires> CPT-DateTime </expires> [0..1]
<timepoints> [1]
Start Sequence [1..10000]
<timepoint> SCHTimepointInfo </timepoint> [1]
End Sequence
</timepoints>
<notes> [0..1]
Start Sequence [1..15000]
<note> SCHNoteInfo </note> [1]
End Sequence
</notes>
<deleted-timepoints> [0..1]
Start Sequence [1..25000]
<deleted-timepoint> SCHTimepointIden </deleted-timepoint> [1]
End Sequence
</deleted-timepoints>
</...>
Diagram
h-527207252 h1272267302 h-337950068 h1272267302 h1272267302 h1668873086 h-1088073133 h1668863444
Schema Component Representation
<xs:complexType name="SchTimepointList">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="update-since" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="timepointVersion" type=" SCH-TimetableVersionID " minOccurs="0"/>
<xs:element name="effective" type=" CPT-DateTime "/>
<xs:element name="expires" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="timepoints">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="timepoint" type=" SCHTimepointInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="notes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="15000">
<xs:element name="note" type=" SCHNoteInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleted-timepoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="deleted-timepoint" type=" SCHTimepointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>