Definition Type: AttributeGroup
Name: RPH_PrefGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Indicates a preference for an item that is referred to using a Reference Place Holder (RPH). Often an object is stored in a collection of similar objects, and a preference for use of one these objects is to be made known. This complex type can be used to specify the preference level, and to provide the indicator to the object in the collection.
Collapse XSD Schema Diagram:
Drilldown into RPH in schema ota_commontypes_xsd1 Drilldown into PreferLevel in schema ota_commontypes_xsd1 Drilldown into PreferLevelGroup in schema ota_commontypes_xsdXSD Diagram of RPH_PrefGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="RPH_PrefGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates a preference for an item that is referred to using a Reference Place Holder (RPH).   Often an object is stored in a collection of similar objects, and a preference for use of one these objects is to be made known.  This complex type can be used to specify the preference level, and to provide the indicator to the object in the collection.</xs:documentation>
    </xs:annotation>
    <xs:attributeGroup ref="PreferLevelGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to indicate a level of preference for an item associated with the reference place holder.</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
    <xs:attribute name="RPH" type="RPH_Type" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The unique reference for an object within this message.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
PreferLevel PreferLevel Preferred Optional
RPH RPH Optional