Definition Type: Element
Name: Comments
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A collection of comments.
Collapse XSD Schema Diagram:
Drilldown into Comment in schema ota_commontypes_xsdXSD Diagram of Comments in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Comments" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A collection of comments.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Comment" type="ParagraphType" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Comment information pertaining to the purchase.  This may be used to pass a message to be printed on a note card.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Comment Comment (1) 99