Definition Type: Element
Name: Doors
Type: DoorProfile
Containing Schema: LiftInfo.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
A Car may have several Doors, each of which may serve a different (or unique) floor set or control access to separate parts of the same floor.
Collapse XSD Schema Diagram:
Drilldown into FloorsServed Drilldown into TimeToLimitedClose Drilldown into TimeToLimitedOpen Drilldown into ShortDwellTime Drilldown into PreOpenlTime Drilldown into DwellTime Drilldown into TimeToClose Drilldown into TimeToOpen Drilldown into ID Drilldown into DoorProfileXSD Diagram of Doors
Collapse XSD Schema Code:
<xs:element name="Doors" type="DoorProfile" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>A Car may have several Doors, each of which may serve a different (or unique) floor set or control access to separate parts of the same floor.</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeToOpen TimeToOpen (1) (1)
TimeToClose TimeToClose (1) (1)
DwellTime DwellTime (1) (1)
PreOpenlTime PreOpenlTime 0 (1)
ShortDwellTime ShortDwellTime 0 (1)
TimeToLimitedOpen TimeToLimitedOpen 0 (1)
TimeToLimitedClose TimeToLimitedClose 0 (1)
FloorsServed FloorsServed 0 1
Collapse Child Attributes:
Name Type Default Value Use
ID ID (Optional)
Collapse Derivation Tree: