-<xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.witsml.org/schemas/1series" version="1.4.0">
<!--
                                                         
 -->
<!--
 Energistics License Agreement
	This file is distributed under the Energistics License Agreement at
	http://www.energistics.org
	Use of this file constitutes agreement with the Energistics License Agreement.
	Copyright (c) 2008 Energistics. All rights reserved.
	Energistics, WITSML, PRODML and RESQML are trademarks or registered trademarks of Energistics.
	
 -->
<!--
                                                         
 -->
 <xsd:include schemaLocation="typ_dataTypes.xsd"/>
<!--
                                                         
 -->
-<xsd:complexType name="cs_wellLogData">
-<xsd:annotation>
 <xsd:documentation>WITSML Log - Curve Information. The order of the blocks in the container should match the order specified by direction.</xsd:documentation>
 </xsd:annotation>
-<xsd:sequence>
-<xsd:element name="data" type="witsml:data" minOccurs="0" maxOccurs="unbounded">
-<xsd:annotation>
 <xsd:documentation>Normally a comma delimited list of data values (see dataDelimiter). This essentially represents one row of a table where the curve mnemonics represent the column headings. The first value in the list represents columnIndex=1.</xsd:documentation>
 <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-43, Change=Modified-description</xsd:appinfo>
 </xsd:annotation>
 </xsd:element>
 </xsd:sequence>
 </xsd:complexType>
<!--
                                                         
 -->
-<xsd:complexType name="data">
-<xsd:annotation>
 <xsd:documentation>The actual data corresponding to the curves defined in the LOGCURVEINFO element. A comma delimited list of data values with one value for each curve on the log (e.g., "xxx,yyy, zzz"). For array curves, the value of the array curve will be a space delimited list of values that are contained within the commas that delimit the value for that curve (e.g., "xxx,aa bb cc,zzz"). This essentially represents one row of a table where the curve mnemonics represent the column headings. The order of the nodes for each block should match the order implied by "direction".</xsd:documentation>
 </xsd:annotation>
-<xsd:simpleContent>
-<xsd:extension base="xsd:string">
-<xsd:attribute name="id" type="witsml:refString" use="optional">
-<xsd:annotation>
 <xsd:documentation>A pointer to the block descriptor's uid that this level represents. If more than one block descriptor is specified then this attribute is required.</xsd:documentation>
 </xsd:annotation>
 </xsd:attribute>
 </xsd:extension>
 </xsd:simpleContent>
 </xsd:complexType>
 </xsd:schema>