Definition Type: Element
Name: Remark
Type: [Unresolved]: StringLength0to64:
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 10
Abstract
Documentation:
Free flow remarks for the fare breakdown.
Collapse XSD Schema Diagram:
XSD Diagram of Remark in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Remark" minOccurs="0" maxOccurs="10">
    <xs:annotation>
        <xs:documentation xml:lang="en">Free flow remarks for the fare breakdown.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="StringLength0to64" />
        </xs:simpleContent>
    </xs:complexType>
</xs:element>