<xs:attributeGroup name="DeckGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the number and name of a ship deck.</xs:documentation>
</xs:annotation>
<xs:attribute name="DeckNumber" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Number of the deck on the ship where the cabin is located.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DeckName" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Name of the deck on the ship where the cabin is located.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|