Definition Type: Element
Name: PositionQuality
Namespace: http://www.iredes.org/xml/DrillRig
Type: DR:DRpositionType
Containing Schema: DrillRig.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
Documentation:
Local position used that is: position of face (tunneling) or position of the plan (mining)
Collapse XSD Schema Diagram:
Drilldown into PointDepth Drilldown into SetUpType Drilldown into EquipmentData Drilldown into Bearing Drilldown into LineIdRef Drilldown into PosComment Drilldown into PlanIdRef Drilldown into CoordSystem Drilldown into PositionName Drilldown into PositionId Drilldown into DRpositionTypeXSD Diagram of PositionQuality
Collapse XSD Schema Code:
<?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:element name="PointDepth" type="xsd:double" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Position in tunnel at which the log was generated. Refers to the PointDeth tag in the curve table in the tunnel line. </xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PositionId DR:PositionId 0 (1)
PositionName DR:PositionName 0 (1)
CoordSystem DR:CoordSystem (1) (1)
PlanIdRef DR:PlanIdRef (1) (1)
PosComment DR:PosComment 0 (1)
LineIdRef DR:LineIdRef 0 (1)
Bearing DR:Bearing 0 (1)
EquipmentData DR:EquipmentData 0 (1)
SetUpType DR:SetUpType (1) (1)
PointDepth DR:PointDepth 0 (1)
Collapse Derivation Tree: