Definition Type: AttributeGroup
Name: DeckGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Provides the number and name of a ship deck.
Collapse XSD Schema Diagram:
Drilldown into DeckName in schema ota_cruisecommontypes_xsd Drilldown into DeckNumber in schema ota_cruisecommontypes_xsdXSD Diagram of DeckGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
DeckNumber DeckNumber Optional
DeckName DeckName Optional