Definition Type: Element
Name: DeviationData
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DrillRig.xsd
MinOccurs (1)
MaxOccurs 1000
Abstract False
Collapse XSD Schema Diagram:
Drilldown into DevHorizAngle Drilldown into DevVertAngle Drilldown into DepthTag Drilldown into TimeTagXSD Diagram of DeviationData
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="DeviationData" maxOccurs="1000">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="TimeTag" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Time tag for recording of data</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="DepthTag" type="DRDepthTag">
                <xsd:annotation>
                    <xsd:documentation>Hole depth tag for recording of data UNIT: meter Internal tag to be used as relative reference only. May not be used for external coordiante system reference</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="DevVertAngle" type="IR:IRangle">
                <xsd:annotation>
                    <xsd:documentation>Hole deviation horizontal angle. UNIT: degrees To be used as relative reference to the previous point only. May not be used for external coordiante system reference. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="DevHorizAngle" type="IR:IRangle">
                <xsd:annotation>
                    <xsd:documentation>Hole deviation horizontal angle. UNIT: degrees To be used as relative reference to the previous point only. May not be used for external coordiante system reference. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeTag DR:TimeTag 0 (1)
DepthTag DR:DepthTag (1) (1)
DevVertAngle DR:DevVertAngle (1) (1)
DevHorizAngle DR:DevHorizAngle (1) (1)