Definition Type: Element
Name: RuleInfo
Type: RuleInfoType
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Information regarding restrictions governing use of the fare.
Collapse XSD Schema Diagram:
Drilldown into ChargesRules in schema ota_aircommontypes_xsd1 Drilldown into LengthOfStayRules in schema ota_aircommontypes_xsd1 Drilldown into ResTicketingRules in schema ota_aircommontypes_xsd1 Drilldown into RuleInfoType in schema ota_aircommontypes_xsd1 Drilldown into MoneySaverInd in schema ota_aircommontypes_xsd Drilldown into TripType in schema ota_aircommontypes_xsdXSD Diagram of RuleInfo in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ResTicketingRules ResTicketingRules 0 (1)
LengthOfStayRules LengthOfStayRules 0 (1)
ChargesRules ChargesRules 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
TripType TripType Optional
MoneySaverInd MoneySaverInd Optional
Collapse Derivation Tree: