Definition Type: Element
Name: LTPPLcycl
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:
Number of cycles travelled between this point pair during reporting period
Collapse XSD Schema Diagram:
XSD Diagram of LTPPLcycl
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>