<xs:attributeGroup name="CruiseInsuranceGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the Insurance information</xs:documentation>
</xs:annotation>
<xs:attribute name="InsuranceCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the cruise vendor's insurance code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SelectedOptionIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true indicates the item is selected. When false, indicates an alternate item exists, but is not currently selected.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DefaultIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the insurance code would be the pre-selected default. When false, the insurance code is not the default.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Status" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the Status of the Insurance Refer to OTA Code table Status (STS).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|