<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>
|