Definition Type: Element
Name: RateComments
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Collection of rate comments.
Collapse XSD Schema Diagram:
Drilldown into RateComment in schema ota_commontypes_xsdXSD Diagram of RateComments in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="RateComments" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Collection of rate comments.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="RateComment" maxOccurs="15">
                <xs:annotation>
                    <xs:documentation xml:lang="en">This may be used to provide any additional information about rates (e.g., must return by Monday at 8 AM). </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="FormattedTextTextType">
                            <xs:attribute name="Name" type="StringLength1to64" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Defines the type of rate comments (e.g., textual rule, marketing information).</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RateComment RateComment (1) 15