<xs:attributeGroup name="FareGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies fare code and group code.</xs:documentation>
</xs:annotation>
<xs:attribute name="FareCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the fare code. Fare codes are specific to individual cruise lines.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GroupCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the group code. Group codes are specific to individual cruise lines.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|