Definition Type: Attribute
Name: Deck
Type: DeckNumber
Containing Schema: LiftInfo.xsd
Use Optional
Documentation:
If the car has more than one passenger deck the FloorNumber must be qualified by the deck which is at that floor.
Collapse XSD Schema Diagram:
XSD Diagram of Deck
Collapse XSD Schema Code:
<xs:attribute name="Deck" type="DeckNumber" use="optional">
    <xs:annotation>
        <xs:documentation>If the car has more than one passenger deck the FloorNumber must be qualified by the deck which is at that floor.</xs:documentation>
    </xs:annotation>
</xs:attribute>
Collapse Derivation Tree: