Definition Type: AttributeGroup
Name: CompanyID_AttributesGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Provides detailed information on a company.
Collapse XSD Schema Diagram:
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_xsd1XSD Diagram of CompanyID_AttributesGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="CompanyID_AttributesGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides detailed information on a company.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="CompanyShortName" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to provide the company common name.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="TravelSector" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">
Refer to OTA Code List Travel Sector (TVS).
		</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Code" type="StringLength1to16" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Identifies a company by the company code.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CodeContext" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Identifies the context of the identifying code, such as DUNS, IATA or internal code, etc.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
CompanyShortName CompanyShortName Optional
TravelSector TravelSector Optional
Code Code Optional
CodeContext CodeContext Optional