Definition Type: Element
Name: StandbyPower
Containing Schema: LiftInfo.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Standby power is measured for a period of one minute after maintaining the empty car at a terminal landing for the Standby Period (usually 5 minutes) after the finish of the ISO Reference Cycle.
Collapse XSD Schema Diagram:
Drilldown into PerformanceLevel Drilldown into StandbyDelay Drilldown into StandbyPowerXSD Diagram of StandbyPower
Collapse XSD Schema Code:
<xs:element name="StandbyPower">
    <xs:annotation>
        <xs:documentation>Standby power is measured for a period of one minute after maintaining the empty car at a terminal landing for the Standby Period (usually 5 minutes) after the finish of the ISO Reference Cycle.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="StandbyPower" type="Power" use="required" />
        <xs:attribute name="StandbyDelay" type="Seconds" use="required" />
        <xs:attribute name="PerformanceLevel" type="ISOPerformanceLevel" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
StandbyPower StandbyPower Required
StandbyDelay StandbyDelay Required
PerformanceLevel PerformanceLevel (Optional)