Definition Type: Element
Name: PreOpenlTime
Type: Seconds
Containing Schema: LiftInfo.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Pre- or advance door opening time. Doors start to open when the car enters the door-zone and before it is stationary at a floor.
Collapse XSD Schema Diagram:
XSD Diagram of PreOpenlTime
Collapse XSD Schema Code:
<xs:element name="PreOpenlTime" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Pre- or advance door opening time. Doors start to open when the car enters the door-zone and before it is stationary at a floor.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="Seconds">
            <xs:maxInclusive value="10.00" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MaxInclusive 10.00
Collapse Derivation Tree: