cs_productionActivity.xsd 3.16 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="cs_alarm.xsd"/>
	<xsd:include schemaLocation="cs_cargoShipOperation.xsd"/>
	<xsd:include schemaLocation="cs_lostProduction.xsd"/>
	<xsd:include schemaLocation="cs_marineOperation.xsd"/>
	<xsd:include schemaLocation="cs_operationalComment.xsd"/>
	<xsd:include schemaLocation="cs_shutdown.xsd"/>
	<xsd:include schemaLocation="cs_waterCleaningQuality.xsd"/>
	<!--                                                         -->
	<xsd:complexType name="cs_productionActivity">
		<xsd:annotation>
			<xsd:documentation>WITSML - Production Activity Component Schema.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="lostProduction" type="witsml:cs_lostProduction" minOccurs="0" maxOccurs="1">
				<xsd:annotation>
					<xsd:documentation>Infomation about a lost production.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="waterCleaningQuality" type="witsml:cs_waterCleaningQuality" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Information about the contaminants in water, and the general water quality.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="shutdown" type="witsml:cs_shutdown" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Infomation about a shutdown event.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="alarm" type="witsml:cs_alarm" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Infomation about an alarm.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="marineOperation" type="witsml:cs_marineOperation" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Information about a marine operation.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="cargoShipOperation" type="witsml:cs_cargoShipOperation" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Information about a cargo operation.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="operationalComment" type="witsml:cs_operationalComment" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>A comment about a kind of operation.
					The time of the operation can be specified.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>