Definition Type: ComplexType
Name: TaxRegistrationDetails
Namespace: http://www.opentravel.org/OTM/finance/v3
Type: ota2:Empty
Containing Schema: Finance_3_0_0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into recipientAddress in schema finance_3_0_0_xsd Drilldown into recipientName in schema finance_3_0_0_xsd Drilldown into taxID in schema finance_3_0_0_xsdXSD Diagram of TaxRegistrationDetails in schema finance_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="TaxRegistrationDetails">
    <xsd:annotation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TaxRegistrationDetails</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2:Empty">
            <xsd:attribute name="taxID" type="ota2-0400:StringTiny" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The tax registration identifier e.g., Australian Business Number (ABN).</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">9878909</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="recipientName" type="ota2-0400:StringTiny" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The recipient&amp;apos;s name.</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">John Doe</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="recipientAddress" type="ota2-0400:StringShort" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Free text for the recipient&amp;apos;s address.</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">1 Maple St, New York, NY 20190</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
taxID fin-0300:taxID Optional
recipientName fin-0300:recipientName Optional
recipientAddress fin-0300:recipientAddress Optional
Collapse Derivation Tree:
Collapse References:
fin-0300:TaxRegistrationDetails