Definition Type: Attribute
Name: Comment
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:
Seasonal comment information associated with the fare.
Collapse XSD Schema Diagram:
XSD Diagram of Comment in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="Comment" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Seasonal comment information associated with the fare.
</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="NoComment">
                <xs:annotation>
                    <xs:documentation xml:lang="en">There is no comment information for the season.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="AllYear">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The information applies to all year.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="MoreSeasonsInRule">
                <xs:annotation>
                    <xs:documentation xml:lang="en">There is more seasonal information in the rules</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="PastDate">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The season has already passed.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="UnableToDisplaySeason">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies that the season information cannot be displayed.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="NewFare">
                <xs:annotation>
                    <xs:documentation xml:lang="en">This is a new fare for the season.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration NoComment
Enumeration AllYear
Enumeration MoreSeasonsInRule
Enumeration PastDate
Enumeration UnableToDisplaySeason
Enumeration NewFare