<xs:attributeGroup name="RegionGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Contains the region information for the sailing</xs:documentation>
</xs:annotation>
<xs:attribute name="RegionCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies a region code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RegionName" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the region name.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SubRegionCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A sub-region code for the specified region.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SubRegionName" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A sub-region name for the specified region.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|