Definition Type: Element
Name: LTPPMission
Namespace: http://www.iredes.org/xml/LHD
Containing Schema: LHDTrucks.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Documentation:
Report for each tramming order ("mission") run during the reporting period. One object per mission! One "mission" is defined as tramming from A to B.
Collapse XSD Schema Diagram:
Drilldown into LTPPMopID Drilldown into LTPPMtramDist Drilldown into LTPPMtramEnd Drilldown into LTPPMpayldQ Drilldown into LTPPMpayld Drilldown into LTPPMtimeAct Drilldown into LTPPMwaitgen Drilldown into LTPPMaction Drilldown into LTPPMwaitPoint Drilldown into LTPPMissEnd Drilldown into LTPPMisstart Drilldown into LTPPMarea Drilldown into LTPPMptToType Drilldown into LTPPMptToID Drilldown into LTPPMptToN Drilldown into LTPPMptFromType Drilldown into LTPPMptFromID Drilldown into LTPPMptFromN Drilldown into LTPPMisSeqXSD Diagram of LTPPMission
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="LTPPMission">
    <xsd:annotation>
        <xsd:documentation>Report for each tramming order ("mission") run during the reporting period. One object per mission! One "mission" is defined as tramming from A to B.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="LTPPMisSeq" type="xsd:positiveInteger">
                <xsd:annotation>
                    <xsd:documentation>Sequence number of the mission. Starting at 1 with the first mission in the reporting period</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMptFromN" type="IR:IRtext">
                <xsd:annotation>
                    <xsd:documentation>Name of the point where the mission originated (tramming started)</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMptFromID" type="IR:IRtextLong" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Electronic (Tag) ID of the point where the mission originated (Tramming started). Electronic ID of the point stated in LTPPMptFromN.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMptFromType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Type of the point where the mission started</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="IR:IRtext">
                        <xsd:enumeration value="LoadPt" />
                        <xsd:enumeration value="DumpPt" />
                        <xsd:enumeration value="Parking" />
                        <xsd:enumeration value="Workshop" />
                        <xsd:enumeration value="Others" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="LTPPMptToN" type="IR:IRtext">
                <xsd:annotation>
                    <xsd:documentation>Name of the destination point, where the tramming finished and the mission ended</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMptToID" type="IR:IRtextLong" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Electronic (tag) ID of the point where the mission ended (destination point)</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMptToType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Type of the point where the mission ended</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="IR:IRtext">
                        <xsd:enumeration value="LoadPt" />
                        <xsd:enumeration value="DumpPt" />
                        <xsd:enumeration value="Parking" />
                        <xsd:enumeration value="Boulder" />
                        <xsd:enumeration value="Workshop" />
                        <xsd:enumeration value="Others" />
                        <xsd:enumeration value="" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="LTPPMarea" type="IR:IRtextLong" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>ID for the mine area the machine is operating in. Usually both departure and destination points should be located in this area</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMisstart" type="xsd:dateTime">
                <xsd:annotation>
                    <xsd:documentation>Time tag when the mission started</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMissEnd">
                <xsd:annotation>
                    <xsd:documentation>End time of the mission. Counting ends when the machine is ready to start the next mission, including all waiting before the next mission can be started.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMwaitPoint" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Waiting time for destination point availability</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMaction">
                <xsd:annotation>
                    <xsd:documentation>Action to be carried out at destination point specified in LTPPMptToN</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="IR:IRtext">
                        <xsd:enumeration value="Load" />
                        <xsd:enumeration value="Dump" />
                        <xsd:enumeration value="Parking" />
                        <xsd:enumeration value="Workshop" />
                        <xsd:enumeration value="Other" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="LTPPMwaitgen" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Accumulated waiting time during the mission, excluding the time reported in LTPPMwaitPoint</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMtimeAct" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Duration of the action carried out at the destination point in LTPPMaction. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMpayld" type="xsd:float">
                <xsd:annotation>
                    <xsd:documentation>Tonnage of payload carried between start and destination points</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMpayldQ" type="IR:IRtext" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Payload quality indicator. - Data type preliminarily set to text!</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMtramEnd" type="xsd:dateTime">
                <xsd:annotation>
                    <xsd:documentation>Tramming end time: Time stamp when the tramming ended at destination point</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMtramDist" type="xsd:float">
                <xsd:annotation>
                    <xsd:documentation>Tramming distance between start and destination point. Unit: km; Resolution: 0.0001km (10cm)</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LTPPMopID" type="IR:IRtext" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Operator ID</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LTPPMisSeq LT:LTPPMisSeq (1) (1)
LTPPMptFromN LT:LTPPMptFromN (1) (1)
LTPPMptFromID LT:LTPPMptFromID 0 (1)
LTPPMptFromType LT:LTPPMptFromType 0 (1)
LTPPMptToN LT:LTPPMptToN (1) (1)
LTPPMptToID LT:LTPPMptToID 0 (1)
LTPPMptToType LT:LTPPMptToType 0 (1)
LTPPMarea LT:LTPPMarea 0 (1)
LTPPMisstart LT:LTPPMisstart (1) (1)
LTPPMissEnd LT:LTPPMissEnd (1) (1)
LTPPMwaitPoint LT:LTPPMwaitPoint 0 (1)
LTPPMaction LT:LTPPMaction (1) (1)
LTPPMwaitgen LT:LTPPMwaitgen 0 (1)
LTPPMtimeAct LT:LTPPMtimeAct 0 (1)
LTPPMpayld LT:LTPPMpayld (1) (1)
LTPPMpayldQ LT:LTPPMpayldQ 0 (1)
LTPPMtramEnd LT:LTPPMtramEnd (1) (1)
LTPPMtramDist LT:LTPPMtramDist (1) (1)
LTPPMopID LT:LTPPMopID 0 (1)