Definition Type: Element
Name: RuleInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Type: RuleInfoType
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Information regarding restrictions governing use of the fare.
Collapse XSD Schema Diagram:
Drilldown into ChargesRules in schema ota_aircommontypes_xsd Drilldown into LengthOfStayRules in schema ota_aircommontypes_xsd Drilldown into ResTicketingRules in schema ota_aircommontypes_xsd Drilldown into RuleInfoType in schema ota_aircommontypes_xsd Drilldown into Tariff in schema ota_airfaredisplayrs_xsd Drilldown into RuleNumber in schema ota_airfaredisplayrs_xsdXSD Diagram of RuleInfo in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="RuleInfo">
    <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="RuleNumber" type="AlphaNumericStringLength1to8" use="optional" />
                <xs:attribute name="Tariff" type="AlphaNumericStringLength1to8" use="optional" />
            </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
RuleNumber nsA:RuleNumber Optional
Tariff nsA:Tariff Optional
Collapse Derivation Tree: