<xs:element name="AlternateLocationInfo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies alternate location(s) for the origin and/or destination. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="OriginLocation" type="ListOfStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies alternate airport/city codes for the origin location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DestinationLocation" type="ListOfStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies alternate airport/city codes for the destination location.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|