Definition Type: AttributeGroup
Name: FareGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Specifies fare code and group code.
Collapse XSD Schema Diagram:
Drilldown into GroupCode in schema ota_cruisecommontypes_xsd Drilldown into FareCode in schema ota_cruisecommontypes_xsdXSD Diagram of FareGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
FareCode FareCode Optional
GroupCode GroupCode Optional