<?xml version="1.0" encoding="utf-16"?>
<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>
|