Definition Type: ComplexType
Name: FloorSet
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Collection of Floors and Floor Ranges.
Collapse XSD Schema Diagram:
Drilldown into Floor Drilldown into Range Drilldown into ShaftXSD Diagram of FloorSet
Collapse XSD Schema Code:
<xs:complexType name="FloorSet">
    <xs:annotation>
        <xs:documentation>Collection of Floors and Floor Ranges.</xs:documentation>
    </xs:annotation>
    <xs:choice maxOccurs="unbounded">
        <xs:element name="Range" type="FloorRange" />
        <xs:element name="Floor" type="FloorNumber" />
    </xs:choice>
    <xs:attribute name="Shaft" type="ShaftID" use="optional">
        <xs:annotation>
            <xs:documentation>Optionally, a FloorSet may be made specific to a Shaft.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Range Range (1) (1)
Floor Floor (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Shaft Shaft Optional
Collapse Derivation Tree:
Collapse References:
Floors, FloorsServed, FloorsServed, FloorsServed, Passed