Schema Name: CementingTemplate.xsd
Target Namespace: http://www.api.org/pidXML
Documentation:
CementingTemplate American Petroleum Institute (API), Petroleum Industry Data Exchange (PIDX) 2006 1.2 CementingTemplate element serves as the root node for PIDX transactions.
Collapse XSD Schema Code:

<schema targetNamespace="http://www.api.org/pidXML" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:pidx="http://www.api.org/pidXML" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2">
	<annotation>
		<documentation>
			<schemaName>CementingTemplate</schemaName>
			<copyright>American Petroleum Institute (API), Petroleum Industry Data Exchange (PIDX) 2006</copyright>
			<schemaVersion>1.2</schemaVersion>
			<description>CementingTemplate element serves as the root node for PIDX transactions.</description>
		</documentation>
	</annotation>
	<include schemaLocation="PIDXLib.xsd"/>
	<element name="BargeRequiredFlag" type="boolean"/>
	<element name="BottomHoleCirculationTemperature" type="pidx:MeasurementType"/>
	<element name="BottomHoleStaticTemperature" type="pidx:MeasurementType"/>
	<element name="CasingGrade" type="string"/>
	<element name="CasingInformation">
		<complexType>
			<sequence>
				<element ref="pidx:CasingSize"/>
				<element ref="pidx:CasingGrade" minOccurs="0"/>
				<element ref="pidx:CasingWeight" minOccurs="0"/>
				<element ref="pidx:PreviousCasingSize" minOccurs="0"/>
				<element ref="pidx:PreviousCasingWeight" minOccurs="0"/>
				<element ref="pidx:PreviousCasingMeasureDepth" minOccurs="0"/>
				<element ref="pidx:PreviousCasingTrueVerticalDepth" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
	<element name="CasingSize" type="pidx:MeasurementType"/>
	<element name="CasingWeight" type="pidx:MeasurementType"/>
	<element name="CementAboveLiner" type="pidx:MeasurementType"/>
	<element name="CementDescription" type="string"/>
	<element name="CementDetail">
		<complexType>
			<sequence>
				<element ref="pidx:PreflushSpaceDensity" minOccurs="0"/>
				<sequence minOccurs="0">
					<element ref="pidx:DesiredPreflushSpacer"/>
					<element ref="pidx:Description" minOccurs="0"/>
				</sequence>
				<element ref="pidx:PercentExcess" minOccurs="0"/>
				<element ref="pidx:Lead" minOccurs="0"/>
				<element ref="pidx:Tail" minOccurs="0"/>
				<element ref="pidx:CementTopNominal" minOccurs="0"/>
				<element ref="pidx:CementHeight" minOccurs="0"/>
				<element ref="pidx:CementAboveLiner" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
	<element name="CementHeight" type="pidx:MeasurementType"/>
	<element name="CementingTemplate">
		<complexType>
			<sequence>
				<element ref="pidx:TemplateProperties"/>
				<element ref="pidx:CementingTemplateDetail"/>
			</sequence>
			<attribute ref="pidx:version" use="optional"/>
		</complexType>
	</element>
	<element name="CementingTemplateDetail">
		<complexType>
			<sequence>
				<element ref="pidx:JobType"/>
				<element ref="pidx:WellDetail"/>
				<element ref="pidx:CasingInformation"/>
				<element ref="pidx:BargeRequiredFlag" minOccurs="0"/>
				<element ref="pidx:JobDescription" minOccurs="0"/>
				<element ref="pidx:OneWayMileage" minOccurs="0"/>
				<element ref="pidx:MudDetail" minOccurs="0"/>
				<element ref="pidx:CementDetail" minOccurs="0"/>
				<element ref="pidx:Comment" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
	<element name="CementTopNominal" type="pidx:MeasurementType"/>
	<element name="DesiredFill" type="pidx:MeasurementType"/>
	<element name="DesiredPreflushSpacer" type="pidx:DesiredPreflushSpaceType"/>
	<element name="H2SInHoleFlag" type="boolean"/>
	<element name="JobType" type="pidx:JobType"/>
	<element name="Lead">
		<complexType>
			<sequence>
				<element ref="pidx:PercentExcess" minOccurs="0"/>
				<element ref="pidx:DesiredFill" minOccurs="0"/>
				<element ref="pidx:CementDescription" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
	<element name="LinerTopDepth" type="pidx:MeasurementType"/>
	<element name="MudDetail">
		<complexType>
			<sequence>
				<element ref="pidx:MudType" minOccurs="0"/>
				<element ref="pidx:MudWeight" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
	<element name="MudType" type="string"/>
	<element name="MudWeight" type="pidx:MeasurementType"/>
	<element name="OneWayMileage" type="pidx:MeasurementType"/>
	<element name="OpenHoleSize" type="pidx:MeasurementType"/>
	<element name="PercentExcess" type="decimal"/>
	<element name="PercentH2SInHole" type="decimal"/>
	<element name="PreflushSpaceDensity" type="pidx:MeasurementType"/>
	<element name="PreviousCasingMeasureDepth" type="pidx:MeasurementType"/>
	<element name="PreviousCasingSize" type="pidx:MeasurementType"/>
	<element name="PreviousCasingTrueVerticalDepth" type="pidx:MeasurementType"/>
	<element name="PreviousCasingWeight" type="pidx:MeasurementType"/>
	<element name="ResponseDate" type="date"/>
	<element name="ShoeJointLength" type="pidx:MeasurementType"/>
	<element name="Tail">
		<complexType>
			<sequence>
				<element ref="pidx:PercentExcess" minOccurs="0"/>
				<element ref="pidx:DesiredFill" minOccurs="0"/>
				<element ref="pidx:CementDescription" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
	<element name="TemplateIssuedDate" type="date"/>
	<element name="TemplateNumber" type="string"/>
	<element name="TemplateProperties">
		<complexType>
			<sequence>
				<element ref="pidx:TemplateNumber"/>
				<element ref="pidx:TemplateIssuedDate"/>
				<element ref="pidx:CommodityCode"/>
				<element ref="pidx:ReferenceInformation" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="pidx:ResponseDate" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
	<element name="TemplateResponseDueDate" type="date"/>
	<element name="TotalDepth" type="pidx:MeasurementType"/>
	<element name="WaterDepthNominal" type="pidx:MeasurementType"/>
	<element name="WellDetail">
		<complexType>
			<sequence>
				<element ref="pidx:TotalDepth"/>
				<element ref="pidx:OpenHoleSize"/>
				<element ref="pidx:ShoeJointLength" minOccurs="0"/>
				<element ref="pidx:BottomHoleStaticTemperature" minOccurs="0"/>
				<element ref="pidx:LinerTopDepth" minOccurs="0"/>
				<element ref="pidx:WaterDepthNominal" minOccurs="0"/>
				<element ref="pidx:BottomHoleCirculationTemperature" minOccurs="0"/>
				<element ref="pidx:H2SInHoleFlag" minOccurs="0"/>
				<element ref="pidx:PercentH2SInHole" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
</schema>
Collapse Elements: