<xs:element name="FlightReference" minOccurs="0" maxOccurs="16">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies a flight to which the discount pricing applies.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="FlightRefNumber" type="StringLength1to64" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The flight segment to which the discount pricing should be applied.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|