<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="DRPPcarrier">
<xsd:annotation>
<xsd:documentation>Carrier specific performance data</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="TimeTag" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>Time tag for recording of data. Date and time when the particular "carrier" object was finalized.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeRun" type="xsd:duration">
<xsd:annotation>
<xsd:documentation>Run time on main power. Accumulative Parameter. START COUNTING: Any time when main power supply is switched on. STOP COUNTING: Any time when main power supply is switched off. No load dependent correction of counted time. When main power supply is a Diesel engine, this parameter equals to Diesel engine time. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeTram" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Tramming time. Accumulative Parameter. START COUNTING: As soon as machine starts moving STOP COUNTING: As soon as machine stops. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DieselMotor" type="IR:IRoptionType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Diesel Motor Production performance reporting element. To be extracted from J1939!</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|