Definition Type: Element
Name: Cash
Containing Schema: OTA_CommonTypes.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Used to indicate payment in cash.
Collapse XSD Schema Diagram:
Drilldown into CashIndicator in schema ota_commontypes_xsd1XSD Diagram of Cash in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Cash">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to indicate payment in cash.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="CashIndicator" type="xs:boolean" use="optional" default="true">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, this indicates cash is being used.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
CashIndicator CashIndicator true Optional