Definition Type: Element
Name: LTPPLopObserv
Namespace: http://www.iredes.org/xml/LHD
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: LHDTrucks.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
ContentType Restriction
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!
Collapse XSD Schema Diagram:
XSD Diagram of LTPPLopObserv
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>