Definition Type: AttributeGroup
Name: CruisePackageGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Specifies package type.
Collapse XSD Schema Diagram:
Drilldown into End in schema ota_commontypes_xsd1 Drilldown into Duration in schema ota_commontypes_xsd1 Drilldown into Start in schema ota_commontypes_xsd1 Drilldown into DateTimeSpanGroup in schema ota_commontypes_xsd Drilldown into InclusiveIndicator in schema ota_cruisecommontypes_xsd Drilldown into CruisePackageCode in schema ota_cruisecommontypes_xsdXSD Diagram of CruisePackageGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="CruisePackageGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies package type.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="CruisePackageCode" type="StringLength1to16" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the inclusive package code as defined by the cruise line.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="InclusiveIndicator" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, specifies the package is included in the cruise arrangement.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="DateTimeSpanGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">Provides the time span of the package.</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
CruisePackageCode CruisePackageCode Optional
InclusiveIndicator InclusiveIndicator Optional