Definition Type: AttributeGroup
Name: ShipReferenceGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Specifies a vendor and ship.
Collapse XSD Schema Diagram:
Drilldown into VendorCodeContext in schema ota_cruisecommontypes_xsd Drilldown into ShipName in schema ota_cruisecommontypes_xsd Drilldown into ShipCode in schema ota_cruisecommontypes_xsd Drilldown into VendorName in schema ota_cruisecommontypes_xsd Drilldown into VendorCode in schema ota_cruisecommontypes_xsdXSD Diagram of ShipReferenceGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="ShipReferenceGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies a vendor and ship.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="VendorCode" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the operator of the ship (e.g. cruise line or ferry company).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="VendorName" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the name of the operator of the ship (e.g. a cruise line or ferry company).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ShipCode" type="StringLength1to16" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the ship code as defined by the cruise line.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ShipName" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the ship name as specified by the cruise line.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="VendorCodeContext" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Identifies the source authority for the code (e.g., IATA); typically used with VendorCode.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
VendorCode VendorCode Optional
VendorName VendorName Optional
ShipCode ShipCode Optional
ShipName ShipName Optional
VendorCodeContext VendorCodeContext Optional