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