Number of the deck on the ship where the cabin is located.
XSD Schema Diagram:
XSD Schema Code:
<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>