Definition Type: ComplexType
Name: ReferenceEnergyProfile
Containing Schema: LiftInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StandbyPower Drilldown into IdlePower Drilldown into RunningEnergy Drilldown into Date Drilldown into Time Drilldown into TDXSD Diagram of ReferenceEnergyProfile
Collapse XSD Schema Code:
<xs:complexType name="ReferenceEnergyProfile">
    <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="RunningEnergy">
            <xs:annotation>
                <xs:documentation>Energy consumed by a running lift when making a Reference Cycle during which the empty car is run from the bottom terminal to the top, and then back to the bottom terminal including two complete door cycles.
Erc - Is the total energy used by Reference Cycle.
Espr - Is the normalised value of Erc (ref: CIBSE Guide D)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:attribute name="Erc" type="Energy" use="required" />
                <xs:attribute name="Espr" type="Energy" use="optional" />
                <xs:attribute name="PerformanceLevel" type="ISOPerformanceLevel" use="optional" />
            </xs:complexType>
        </xs:element>
        <xs:element name="IdlePower">
            <xs:annotation>
                <xs:documentation>Idle power is measured for a period of one minute, starting immediately after finishing an ISO Reference Cycle.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:attribute name="IdlePower" type="Power" use="required" />
                <xs:attribute name="PerformanceLevel" type="ISOPerformanceLevel" />
            </xs:complexType>
        </xs:element>
        <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>
    </xs:sequence>
    <xs:attributeGroup ref="TD" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RunningEnergy RunningEnergy (1) (1)
IdlePower IdlePower (1) (1)
StandbyPower StandbyPower (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Time Time Required
Date Date Optional
Collapse Derivation Tree:
Collapse References:
ReferenceEnergy