Definition Type: Element
Name: SpecialRemarks
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A collection of Special Remark
Collapse XSD Schema Diagram:
Drilldown into SpecialRemark in schema ota_aircommontypes_xsd1XSD Diagram of SpecialRemarks in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="SpecialRemarks" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A collection of Special Remark</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SpecialRemark" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Itinerary Remarks, Invoice Remarks, etc.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:complexContent>
                        <xs:extension base="SpecialRemarkType">
                            <xs:sequence>
                                <xs:element name="FlightLeg" type="FlightLegType" minOccurs="0">
                                    <xs:annotation>
                                        <xs:documentation xml:lang="en">Flight information associated to this special remark, used when FlightRefNumberRPHList is not available or is different.</xs:documentation>
                                    </xs:annotation>
                                </xs:element>
                            </xs:sequence>
                            <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:attribute name="RPH" type="RPH_Type" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Unique value associated with the Special Remark.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SpecialRemark SpecialRemark (1) unbounded