Definition Type: Element
Name: Decks
Type: DeckData
Containing Schema: LiftInfo.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
A Car may have more than one Deck, each of which may serve a different (or unique) floor set.
Collapse XSD Schema Diagram:
Drilldown into FloorsServed Drilldown into DeckNumber Drilldown into DeckDataXSD Diagram of Decks
Collapse XSD Schema Code:
<xs:element name="Decks" type="DeckData" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>A Car may have more than one Deck, each of which may serve a different (or unique) floor set.</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FloorsServed FloorsServed (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
DeckNumber DeckNumber (Optional)
Collapse Derivation Tree: