Definition Type: Element
Name: LTPPTimeRep
Namespace: http://www.iredes.org/xml/LHD
Containing Schema: LHDTrucks.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract False
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.
Collapse XSD Schema Diagram:
Drilldown into LTPPEndTime Drilldown into LTPPStartTimeXSD Diagram of LTPPTimeRep
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LTPPStartTime LT:LTPPStartTime (1) (1)
LTPPEndTime LT:LTPPEndTime (1) (1)