<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>
|