<xs:element name="DepartureInformation">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies departure information for a flight. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DateOfDeparture" type="DateOrDateTimeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Date of departure from this board point. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="JulianDateOfDeparture" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Date of departure from this board point.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{3}" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="DayOfWeek" type="DayOfWeekType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies departure day of the week.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ScheduledDepartureTime" type="xs:time" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies local or UTC scheduled departure time. Accomodates the 12 and the 24 hour clock.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LatestCheckInDateTime" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Informs the customer of the latest possible local or UTC time of flight check-in. Accomodates the 12 and the 24 hour clock.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="BoardingDateTime" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Informs the customer of the local or UTC flight boarding time. Accomodates the 12 and the 24 hour clock.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OtherCheckInInformation" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides generic check-in information, instructions, etc. (for example, used for SIMM DEI-299 - i.e. Check in at United Airlines for Ted flights).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LocationName" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The full name of the boarding point. This can be the airport name (e.g., Chicago O'Hare), the railway station, or the city name. </xs:documentation>
<xs:documentation />
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="AirportLocationGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Information about the departure location. The departure location may be an airport, rail station, etc.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|