<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="LTPPaccPts" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Report data for each pair of load point / dump point.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="LTPPLdrawPtN" type="IR:IRtext">
<xsd:annotation>
<xsd:documentation>Name of the draw (load point) accessed in the reported job</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LTPPLdrawPtID" type="IR:IRtextLong" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Electronic (tag) ID of the draw (load point) in this combination (Name in 1.1.5.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LTPPLdumpPtN" type="IR:IRtext">
<xsd:annotation>
<xsd:documentation>Name of the dump point in this combination</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LTPPLdumpPtID" type="IR:IRtextLong" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Electronic (tag) ID of the draw (load point) in this combination (Name in 1.1.5.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LTPPLmass" type="xsd:float">
<xsd:annotation>
<xsd:documentation>Mass transported between this point pair during reporting period in t. Min accuracy: 0.01t</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LTPPLcycl">
<xsd:annotation>
<xsd:documentation>Number of cycles travelled between this point pair during reporting period</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:unsignedInt">
<xsd:minExclusive value="0" />
<xsd:maxExclusive value="65535" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="LTPPLdist" type="xsd:float">
<xsd:annotation>
<xsd:documentation>Distance travelled between those two points during reporting period. Accumulated distance of al rounds travelled. Both routes are counted! Accuracy: 0,01 km</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LTPPLopObserv" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Operator observations regarding the travelway, load or dump points during reporting period (e.g. loose rock, bad roadway,... Preliminarily a string, later we can add preselect-lists for easier operator input!</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="0" />
<xsd:maxLength value="1024" />
<xsd:whiteSpace value="preserve" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="LTPPTimeRep" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Time reporting for access to the particular load / Dump point pair. Multiple elements may be required as work can be interrupted and restarted again at a later time during reporting period.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="LTPPStartTime" type="xsd:time">
<xsd:annotation>
<xsd:documentation>Start time when access to this load point / dump point pair was started.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LTPPEndTime" type="xsd:time">
<xsd:annotation>
<xsd:documentation>Time when working with the load point / dump point pair ended.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|