Definition Type: Attribute
Name: OptionalChargeCode
Namespace: http://www.opentravel.org/OTA/2003/05
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirBaggageRQ.xsd
Use Optional
Documentation:
Optional charge code. Example: C = Catalog only, S = Service charge details Note: This is a code that indicates if catalog of charges or services are requested along with allowance.
Collapse XSD Schema Diagram:
XSD Diagram of OptionalChargeCode in schema ota_airbaggagerq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="OptionalChargeCode" type="xs:string" use="optional">
    <xs:annotation>
        <xs:documentation source="Description" xml:lang="en">Optional charge code.</xs:documentation>
        <xs:documentation source="Example" xml:lang="en">Example: C = Catalog only, S = Service charge details</xs:documentation>
        <xs:documentation source="Moreinfo" xml:lang="en">Note: This is a code that indicates if catalog of charges or services are requested along with allowance.</xs:documentation>
    </xs:annotation>
</xs:attribute>