Definition Type: Element
Name: TurnedOff
Namespace: http://www.iredes.org/xml
Type: duration:http://www.w3.org/2001/XMLSchema
Containing Schema: IRappBaseClasses.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Documentation:
Machine intentionally put in "OFF" state. This state is only counted if the machine is intentionally deactivated by an operator. Observe that a "switch off"  while the machine is in "Wait Repair" mode will be counted as "wait repair" until the machine is switched on again.
START COUNTING: As soon as the machine is intentionally turned OFF. Observe that a "switch off"  while the machine is in "Wait Repair" mode will be counted as "wait repair" until the machine is switched on again.
STOP COUNTING: As soon as the machine is turned on again.
Collapse XSD Schema Diagram:
XSD Diagram of TurnedOff
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="TurnedOff" type="xsd:duration">
    <xsd:annotation>
        <xsd:documentation>Machine intentionally put in "OFF" state. This state is only counted if the machine is intentionally deactivated by an operator. Observe that a "switch off"  while the machine is in "Wait Repair" mode will be counted as "wait repair" until the machine is switched on again.</xsd:documentation>
        <xsd:documentation>START COUNTING: As soon as the machine is intentionally turned OFF. Observe that a "switch off"  while the machine is in "Wait Repair" mode will be counted as "wait repair" until the machine is switched on again.</xsd:documentation>
        <xsd:documentation>STOP COUNTING: As soon as the machine is turned on again.</xsd:documentation>
    </xsd:annotation>
</xsd:element>