<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="PositionQuality" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Local position used that is: position of face (tunneling) or position of the plan (mining)</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="DRpositionType">
<xsd:sequence>
<xsd:element name="SetUpType" type="IR:IRtextShort">
<xsd:annotation>
<xsd:documentation>Type of setup used. Laser line, Spatial laser, Manual aiming, External Nav. System, ... Until further notice this is free text. In a future release this may be changed to enumerations</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|