root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / cs_cementAdditive.xsd @ 16

Revision 16, 3.5 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9        <!--                                                         -->
10        <!-- POSC License Agreement
11        This file is distributed under the POSC License Agreement at
12        http://www.posc.org/about/license.shtml.
13        Use of this file constitutes agreement with the POSC License Agreement.
14        -->
15        <!--                                                         -->
16        <xsd:include schemaLocation="typ_dataTypes.xsd"/>
17        <xsd:include schemaLocation="attgrp_uid.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_cementAdditive">
20                <xsd:annotation>
21                        <xsd:documentation> WITSML - Cement Additive Component Schema </xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="nameAdd" type="witsml:str32" minOccurs="1" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>Additive name.  </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="typeAdd" type="witsml:str32" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>Additive type or Function (Retarder, Visosifier, Weighting agent).  </xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="formAdd" type="witsml:str16" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>Wet or Dry.  </xsd:documentation>
37                                </xsd:annotation>
38                        </xsd:element>
39                        <xsd:element name="densAdd" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
40                                <xsd:annotation>
41                                        <xsd:documentation>Additive density.  </xsd:documentation>
42                                </xsd:annotation>
43                        </xsd:element>
44                        <xsd:choice minOccurs="1" maxOccurs="1">
45                                <xsd:sequence>
46                                        <xsd:element name="typeConc" type="witsml:str16" minOccurs="1" maxOccurs="1">
47                                                <xsd:annotation>
48                                                        <xsd:documentation>ConcentrationType: %BWOC (%By weight of Cement), %BWOB (%By weight of blend),
49                                                        %BWOW (%By weight of water), %BWOBF (%By weight of base fluid) </xsd:documentation>
50                                                </xsd:annotation>
51                                        </xsd:element>
52                                        <xsd:element name="concentration" type="witsml:massConcentrationMeasure" minOccurs="1" maxOccurs="1">
53                                                <xsd:annotation>
54                                                        <xsd:documentation>Concentration Amount: unit type depends of typeConc.  </xsd:documentation>
55                                                </xsd:annotation>
56                                        </xsd:element>
57                                </xsd:sequence>
58                                <xsd:element name="wtSack" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">
59                                        <xsd:annotation>
60                                                <xsd:documentation>Concentration in terms of weight per sack.</xsd:documentation>
61                                        </xsd:annotation>
62                                </xsd:element>
63                                <xsd:element name="volSack" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
64                                        <xsd:annotation>
65                                                <xsd:documentation>Concentration in terms of volume per sack.</xsd:documentation>
66                                        </xsd:annotation>
67                                </xsd:element>
68                        </xsd:choice>
69                        <xsd:element name="additive" type="witsml:massMeasure" minOccurs="1" maxOccurs="1">
70                                <xsd:annotation>
71                                        <xsd:documentation>Additive Amount.  </xsd:documentation>
72                                </xsd:annotation>
73                        </xsd:element>
74                </xsd:sequence>
75                <xsd:attributeGroup ref="witsml:attgrp_uid">
76                        <xsd:annotation>
77                                <xsd:documentation>Unique identifier for the additive.  </xsd:documentation>
78                        </xsd:annotation>
79                </xsd:attributeGroup>
80        </xsd:complexType>
81</xsd:schema>
Note: See TracBrowser for help on using the browser.