<xs:element name="OriginDestinationInformation">
<xs:annotation>
<xs:documentation xml:lang="en">Origin and Destination location, and time information for the Air Schedule request. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="OriginDestinationInformationType">
<xs:attributeGroup ref="DOW_PatternGroup">
<xs:annotation>
<xs:documentation xml:lang="en">If any day of the week attributes are set to true, only flights for those days of the week are being requested.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|