Definition Type: AttributeGroup
Name: CruiseInsuranceGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Specifies the Insurance information
Collapse XSD Schema Diagram:
Drilldown into Status in schema ota_cruisecommontypes_xsd Drilldown into DefaultIndicator in schema ota_cruisecommontypes_xsd Drilldown into SelectedOptionIndicator in schema ota_cruisecommontypes_xsd Drilldown into InsuranceCode in schema ota_cruisecommontypes_xsdXSD Diagram of CruiseInsuranceGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
InsuranceCode InsuranceCode Optional
SelectedOptionIndicator SelectedOptionIndicator Optional
DefaultIndicator DefaultIndicator Optional
Status Status Optional