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