-<xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.witsml.org/schemas/131" version="1.3.1">
<!--
                                                         
 -->
<!--
 POSC License Agreement
	This file is distributed under the POSC License Agreement at
	http://www.posc.org/about/license.shtml.
	Use of this file constitutes agreement with the POSC License Agreement.
	
 -->
<!--
                                                         
 -->
 <xsd:include schemaLocation="typ_dataTypes.xsd"/>
<!--
                                                         
 -->
-<xsd:complexType name="cs_cementPumpSchedule">
-<xsd:annotation>
 <xsd:documentation> WITSML - Cement Pump Schedule Component Schema </xsd:documentation>
 </xsd:annotation>
-<xsd:sequence>
-<xsd:element name="eTimPump" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>(Elapsed time period during the fluid is pumped. </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="ratePump" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>Rate fluid is pumped. 0 means it is a pause. </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="volPump" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>Volume pumped = eTimPump * ratePump. </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="strokePump" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>Number of pump strokes for the fluid to be pumped (assumes pump output known). </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="presBack" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>Back pressure applied during pumping stage. </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="eTimShutdown" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>If shutdown event, the elapsed time duration. </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>Comments and Remarks. </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
 </xsd:sequence>
 </xsd:complexType>
 </xsd:schema>