-<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="cs_extensionNameValue.xsd"/>
 <xsd:include schemaLocation="attgrp_uid.xsd"/>
<!--
                                                         
 -->
-<xsd:complexType name="cs_blockCurveInfo">
-<xsd:annotation>
 <xsd:documentation>Descriptor of a curve associated with a block. This captures the representational aspects of the curve. The data semantics is defined by logCurveInfo.</xsd:documentation>
 </xsd:annotation>
-<xsd:sequence>
-<xsd:element name="curveId" type="witsml:refString" minOccurs="1" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>A pointer to the curveInfo's curveId that this curve represents.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="columnIndex" type="witsml:nonNegativeCount" minOccurs="1" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>A 1-based index of curve data in the data records. A value of zero indicates an implied curve with no values in the data record. If data records are not returned then the values have no meaning and each server may return different values (e.g., all ones or all zeros).</xsd:documentation>
 <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-72, Change=Modified-description</xsd:appinfo>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="minIndex" type="witsml:genericMeasure" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>The minimum index value at which the first valid data point is located. This value will be properly set by the server to reflect data in the returned document.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="maxIndex" type="witsml:genericMeasure" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>The maximum index value at which the last valid data point is located. This value will be properly set by the server to reflect data in the returned document. </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="minDateTimeIndex" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>The minimum index value at which the first valid data point is located. This value will be properly set by the server to reflect data in the returned document. </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="maxDateTimeIndex" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>The maximum index value at which the last valid data point is located. This value will be properly set by the server to reflect data in the returned document. </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="extensionNameValue" type="witsml:cs_extensionNameValue" minOccurs="0" maxOccurs="unbounded">
-<xsd:annotation>
 <xsd:documentation>Extensions to the schema based on a name-value construct.</xsd:documentation>
 <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-71, Change=Added</xsd:appinfo>
 </xsd:annotation>
 </xsd:element>
 </xsd:sequence>
-<xsd:attributeGroup ref="witsml:attgrp_uid">
-<xsd:annotation>
 <xsd:documentation>Unique identifier for the curve information. </xsd:documentation>
 </xsd:annotation>
 </xsd:attributeGroup>
 </xsd:complexType>
<!--
                                                         
 -->
 </xsd:schema>