Definition Type: AttributeGroup
Name: CodeInfoGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
This is intended to be used in conjunction with an attribute that uses an OTA code list. It is used to provide additional information about the code being referenced. May be used to give further detail on the code or to remove an obsolete item.
Collapse XSD Schema Diagram:
Drilldown into Removal in schema ota_commontypes_xsd1 Drilldown into RemovalGroup in schema ota_commontypes_xsd Drilldown into CodeDetail in schema ota_commontypes_xsd1XSD Diagram of CodeInfoGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="CodeInfoGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">This is intended to be used in conjunction with an attribute that uses an OTA code list. It is used  to provide additional information about the code being referenced. </xs:documentation>
        <xs:documentation xml:lang="en">May be used to give further detail on the code or to remove an obsolete item.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="CodeDetail" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">May be used to give further detail on the code. </xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="RemovalGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">This is used to indicate that an item is obsolete.</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
CodeDetail CodeDetail Optional
Removal Removal false Optional