Definition Type: Attribute
Name: FareIndication
Namespace: http://www.opentravel.org/OTA/2003/05
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirFareDisplayRS.xsd
ContentType Restriction
Use Optional
Documentation:
Identify the fare contract as private, published or net
Collapse XSD Schema Diagram:
XSD Diagram of FareIndication in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="FareIndication" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identify the fare contract as private, published or net</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="private" />
            <xs:enumeration value="public" />
            <xs:enumeration value="net" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration private
Enumeration public
Enumeration net