Definition Type: Element
Name: DRPPcarrier
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DrillRig.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Documentation:
Carrier specific performance data
Collapse XSD Schema Diagram:
Drilldown into DieselMotor Drilldown into TimeTram Drilldown into TimeRun Drilldown into TimeTagXSD Diagram of DRPPcarrier
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeTag DR:TimeTag (1) (1)
TimeRun DR:TimeRun (1) (1)
TimeTram DR:TimeTram 0 (1)
DieselMotor DR:DieselMotor 0 (1)