<?xml version="1.0" encoding="utf-16"?>
<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>
|