Definition Type: AttributeGroup
Name: CodeGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to specify a code and the context of the code.
Collapse XSD Schema Diagram:
Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into Code in schema ota_commontypes_xsd1XSD Diagram of CodeGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="CodeGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to specify a code and the context of the code.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Code" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Any code used to specify an item, for example, type of traveler, service code, room amenity, etc.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CodeContext" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Identifies the source authority for the code. </xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Code Code Optional
CodeContext CodeContext Optional