<?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>
|