Definition Type: AttributeGroup
Name: CodePrefGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Provides a code along with the preferred usage of this information.
Collapse XSD Schema Diagram:
Drilldown into PreferLevel in schema ota_commontypes_xsd1 Drilldown into PreferLevelGroup in schema ota_commontypes_xsd Drilldown into Code in schema ota_commontypes_xsd1XSD Diagram of CodePrefGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="CodePrefGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides a code along with the preferred usage of this information.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Code" type="StringLength1to8" use="required">
        <xs:annotation>
            <xs:documentation xml:lang="en">A code for which a preference may be specified.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="PreferLevelGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to indicate a level of preference for an associated item (i.e., only, unacceptable, preferred).</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Code Code Required
PreferLevel PreferLevel Preferred Optional