<?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>
|