Definition Type: AttributeGroup
Name: NegotiatedFareAttributes
Containing Schema: OTA_AirCommonTypes.xsd
Documentation:
Attribute collection providing private fare profile.
Collapse XSD Schema Diagram:
Drilldown into NegotiatedFareCode in schema ota_aircommontypes_xsd Drilldown into NegotiatedFare in schema ota_aircommontypes_xsdXSD Diagram of NegotiatedFareAttributes in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="NegotiatedFareAttributes">
    <xs:annotation>
        <xs:documentation xml:lang="en">Attribute collection providing private fare profile.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="NegotiatedFare" type="xs:boolean" use="optional" default="false">
        <xs:annotation>
            <xs:documentation xml:lang="en">
		Indicator to show if this is a private fare.
		</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="NegotiatedFareCode" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">
		Code used to identify the private fare.
		</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
NegotiatedFare NegotiatedFare false Optional
NegotiatedFareCode NegotiatedFareCode Optional