Definition Type: Element
Name: LTPPaccPts
Namespace: http://www.iredes.org/xml/LHD
Containing Schema: LHDTrucks.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract False
Documentation:
Report data for each pair of load point / dump point.
Collapse XSD Schema Diagram:
Drilldown into LTPPTimeRep Drilldown into LTPPLopObserv Drilldown into LTPPLdist Drilldown into LTPPLcycl Drilldown into LTPPLmass Drilldown into LTPPLdumpPtID Drilldown into LTPPLdumpPtN Drilldown into LTPPLdrawPtID Drilldown into LTPPLdrawPtNXSD Diagram of LTPPaccPts
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LTPPLdrawPtN LT:LTPPLdrawPtN (1) (1)
LTPPLdrawPtID LT:LTPPLdrawPtID 0 (1)
LTPPLdumpPtN LT:LTPPLdumpPtN (1) (1)
LTPPLdumpPtID LT:LTPPLdumpPtID 0 (1)
LTPPLmass LT:LTPPLmass (1) (1)
LTPPLcycl LT:LTPPLcycl (1) (1)
LTPPLdist LT:LTPPLdist (1) (1)
LTPPLopObserv LT:LTPPLopObserv 0 (1)
LTPPTimeRep LT:LTPPTimeRep 0 unbounded