Definition Type: Element
Name: LTPPCyclTot
Namespace: http://www.iredes.org/xml/LHD
Type: unsignedInt:http://www.w3.org/2001/XMLSchema
Containing Schema: LHDTrucks.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
Total number of working cycles (rounds) completed during the reporting period
Collapse XSD Schema Diagram:
XSD Diagram of LTPPCyclTot
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="LTPPCyclTot">
    <xsd:annotation>
        <xsd:documentation>Total number of working cycles (rounds) completed during the reporting period </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:unsignedInt">
            <xsd:minInclusive value="0" />
            <xsd:maxInclusive value="65535" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>