Definition Type: Element
Name: CompanyName
Type: CompanyNameType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Company name to whom remittance should be directed.
Collapse XSD Schema Diagram:
Drilldown into Department in schema ota_commontypes_xsd1 Drilldown into Division in schema ota_commontypes_xsd1 Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into Code in schema ota_commontypes_xsd1 Drilldown into TravelSector in schema ota_commontypes_xsd1 Drilldown into CompanyShortName in schema ota_commontypes_xsd1 Drilldown into CompanyID_AttributesGroup in schema ota_commontypes_xsd Drilldown into CompanyNameType in schema ota_commontypes_xsd Drilldown into ContactName in schema ota_commontypes_xsd1XSD Diagram of CompanyName in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="CompanyName" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Company name to whom remittance should be directed.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="CompanyNameType">
                <xs:attribute name="ContactName" type="StringLength1to64" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">This may be used to pass the name of the contact at the company for which the direct bill applies.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
CompanyShortName CompanyShortName Optional
TravelSector TravelSector Optional
Code Code Optional
CodeContext CodeContext Optional
Division Division Optional
Department Department Optional
ContactName ContactName Optional
Collapse Derivation Tree: