<?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>
|