Definition Type: ComplexType
Name: InsurancePrefType
Type: Unresolved link to stringlength1to64
Containing Schema: OTA_CommonPrefs.xsd
Abstract
Documentation:
Identifies a preference for a travel insurance policy.
Collapse XSD Schema Diagram:
Drilldown into RPH in schema ota_commonprefs_xsd1 Drilldown into PreferLevel in schema ota_commontypes_xsd1 Drilldown into PreferLevelGroup in schema ota_commontypes_xsdXSD Diagram of InsurancePrefType in schema ota_commonprefs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="InsurancePrefType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies a preference for a travel insurance policy.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="StringLength1to64">
            <xs:attributeGroup ref="PreferLevelGroup">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Used to specify the preference level for this insurance policy.</xs:documentation>
                </xs:annotation>
            </xs:attributeGroup>
            <xs:attribute name="RPH" type="RPH_Type">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Index number to be used for reference the insurance policy to be used in this travel collection.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
PreferLevel PreferLevel Preferred Optional
RPH RPH (Optional)
Collapse Derivation Tree:
  • Unresolved link to stringlength1to64
Collapse References:
InsurancePref