Definition Type: AttributeGroup
Name: PreferLevelGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to indicate a level of preference for an associated item (i.e., only, unacceptable, preferred).
Collapse XSD Schema Diagram:
Drilldown into PreferLevel in schema ota_commontypes_xsd1XSD Diagram of PreferLevelGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="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:attribute name="PreferLevel" type="PreferLevelType" use="optional" default="Preferred">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to indicate a level of preference for an associated item.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
PreferLevel PreferLevel Preferred Optional