<xs:element name="RuleInfo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information regarding restrictions governing use of the fare.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="RuleInfoType">
<xs:attribute name="TripType" type="AirTripType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify if the trip is one way or roundtrip.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MoneySaverInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, the fare rule being requested is for all airline fares for the specified city pair. If false, it is not.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|