Definition Type: Element
Name: Comment
Type: FormattedTextTextType
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
A comment about the air traveler.
Collapse XSD Schema Diagram:
Drilldown into TextFormat in schema ota_commontypes_xsd1 Drilldown into Language in schema ota_commontypes_xsd1 Drilldown into LanguageGroup in schema ota_commontypes_xsd Drilldown into Formatted in schema ota_commontypes_xsd1 Drilldown into FormattedTextTextType in schema ota_commontypes_xsd Drilldown into Name in schema ota_aircommontypes_xsdXSD Diagram of Comment in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Comment" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">A comment about the air traveler.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="FormattedTextTextType">
                <xs:attribute name="Name" type="StringLength1to16" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Used to specify the type of comment.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Formatted Formatted Optional
Language Language Optional
TextFormat TextFormat Optional
Name Name Optional
Collapse Derivation Tree: