Definition Type: Element
Name: Remark
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Supplementary information for this booking
Collapse XSD Schema Diagram:
Drilldown into Operation in schema ota_aircommontypes_xsd Drilldown into RPH in schema ota_aircommontypes_xsdXSD Diagram of Remark in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Remark" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation xml:lang="en">Supplementary information for this booking</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="RPH" type="RPH_Type" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Unique value associated with the Remark.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="Operation" type="ActionType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Indicates the required modification to the element.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
RPH RPH Optional
Operation Operation Optional