Definition Type: Element
Name: CompactMWDdata
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DrillRig.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Documentation:
Hole MWD data list. This is the compact version of the MWD data list without discrete data elements. This version generates a small data-set and requires less amount of memory. For more information see "IREDES Drill Rig profile description" document.
Collapse XSD Schema Diagram:
Drilldown into Sample Drilldown into MWDparamsXSD Diagram of CompactMWDdata
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="CompactMWDdata">
    <xsd:annotation>
        <xsd:documentation>Hole MWD data list. This is the compact version of the MWD data list without discrete data elements. This version generates a small data-set and requires less amount of memory. For more information see "IREDES Drill Rig profile description" document.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="MWDparams">
                <xsd:annotation>
                    <xsd:documentation>Parameter declaration list. This list includes all the sampled MWD parameters included in the Sample list to follow. The order of declared parameters is the same as the order in each sample. </xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="Parameter" maxOccurs="30">
                            <xsd:annotation>
                                <xsd:documentation>Declaration of parameters names including unit and full name as attributes. Only parameters defined in the "DetailedMWDdata" element are valid.</xsd:documentation>
                            </xsd:annotation>
                            <xsd:complexType>
                                <xsd:simpleContent>
                                    <xsd:extension base="IR:IRtextShort">
                                        <xsd:attribute name="Unit" type="IR:IRtextShort" use="required" />
                                        <xsd:attribute name="Full" type="IR:IRtextShort" use="optional" />
                                    </xsd:extension>
                                </xsd:simpleContent>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Sample" maxOccurs="5000">
                <xsd:annotation>
                    <xsd:documentation>Measurement Sample data</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="Val" type="IR:IRtextLong">
                            <xsd:annotation>
                                <xsd:documentation>Sample data in order as declared in MWDparams, including TimeTag and Depth as attributes. Data is presented in string format and separated by space chr. Only data for parameters defined in the "MWDparams" element are included.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MWDparams DR:MWDparams (1) (1)
Sample DR:Sample (1) 5000