Documentation for ATIS-Draft-03-00-79

Complex Type: ComplexTime

[Table of contents]

Super-types: None
Sub-types: None
Name ComplexTime
Used by (from the same schema document) Complex Type AirlineTravelInformation , Complex Type EventInformation , Complex Type EventInformation , Complex Type IncidentInformation , Complex Type LinkTrafficInformation , Complex Type ParkingLotInformation , Complex Type TransitInformation , Complex Type WeatherInformation
Abstract no
XML Instance Representation
<...>
<start> DateTimePair </start> [0..1]
<end> DateTimePair </end> [0..1]
<weekly> [0..1]
Start Sequence [1..8]
<weekly-item> [1]
<day> Day-of-week </day> [1]
<times> TimePair </times> [1]
</weekly-item>
End Sequence
</weekly>
<occurrences> [0..1]
Start Sequence [1..32]
<occurrence> [1]
<date> Date </date> [1]
<times> TimePair </times> [0..1]
</occurrence>
End Sequence
</occurrences>
<furtherData> URL-Link </furtherData> [0..1]
</...>
Diagram
h1210973722 h1210973722 h-2004329644 h-926317876 h517931443 h-926317876 h882153789
Schema Component Representation
<xs:complexType name="ComplexTime">
<xs:sequence>
<xs:element name="start" type=" DateTimePair " minOccurs="0"/>
<-- the time when the entire item begins -->
<xs:element name="end" type=" DateTimePair " minOccurs="0"/>
<-- the time when the entire item is over -->
<xs:element name="weekly" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="8">
<xs:element name="weekly-item">
<xs:complexType>
<xs:sequence>
<xs:element name="day" type=" Day-of-week "/>
<xs:element name="times" type=" TimePair "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="occurrences" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="32">
<xs:element name="occurrence">
<xs:complexType>
<xs:sequence>
<xs:element name="date" type=" Date "/>
<xs:element name="times" type=" TimePair " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="furtherData" type=" URL-Link " minOccurs="0"/>
<-- used to convey any schedule graphics -->
</xs:sequence>
</xs:complexType>