cs_rodString.xsd 3.18 KB
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema 
	elementFormDefault="qualified" 
	attributeFormDefault="unqualified" 
	targetNamespace="http://www.witsml.org/schemas/131/addendum/combo" 
	xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo" 
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	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:include schemaLocation="cs_rodSegment.xsd"/>
	<xsd:include schemaLocation="cs_rodPump.xsd"/>
	<xsd:include schemaLocation="cs_statusRecord.xsd"/>
	<xsd:include schemaLocation="cs_event.xsd"/>
	<!--                                                     -->
	<xsd:complexType name="cs_rodString">
		<xsd:sequence>
			<xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The type of rod.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="diameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The diamater of the rod.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="length" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The length of the rod.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="rodWeight" type="witsml:massPerLengthMeasure" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The weight of the rod.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="rodSegment" type="witsml:cs_rodSegment" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>The description of a segment of the rod.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="rodPump" type="witsml:cs_rodPump" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>The description of the rod pump</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="statusRecord" type="witsml:cs_statusRecord" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>The recording of a status associated with the string.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="event" type="witsml:cs_event" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>An event associated with the string.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>A remark about the string.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<!--                                                     -->
</xsd:schema>