Definition Type: Attribute
Name: Code
Type: <Simple Type Union>:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
ContentType Union
Use Optional
Documentation:
Refer to OTA Code List Age Qualifying Code (AQC) or use StringLength1to8 with CodeContext to use a non-OTA code.
Collapse XSD Schema Diagram:
XSD Diagram of Code in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="Code" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Refer to OTA Code List Age Qualifying Code (AQC) or use StringLength1to8 with CodeContext to use a non-OTA code.
				</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:union memberTypes="StringLength1to8 OTA_CodeType" />
    </xs:simpleType>
</xs:attribute>