Definition Type: Element
Name: MWDparams
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DrillRig.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
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.
Collapse XSD Schema Diagram:
Drilldown into ParameterXSD Diagram of MWDparams
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Parameter DR:Parameter (1) 30