Show
Ignore:
Timestamp:
09/20/12 09:16:39 (12 years ago)
Author:
karianne
Message:

Changes avgTempBH and avgPresBH from mandatory to optional... as this is what's correct

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • standards/DailyDrillingReport/1.2.0/DDRMLv_1_2_1.xsd

    r342 r369  
    1 <?xml version="1.0" encoding="utf-8" ?> 
    2 <xsd:schema  
    3         elementFormDefault="qualified"  
    4         attributeFormDefault="unqualified" 
    5         targetNamespace="http://www.witsml.org/schemas/1series" 
    6         xmlns:witsml="http://www.witsml.org/schemas/1series"  
    7         xmlns:abs="http://www.energistics.org/schemas/abstract" 
    8         xmlns:xsd="http://www.w3.org/2001/XMLSchema"  
    9         xmlns:gml="http://www.opengis.net/gml/3.2" 
    10         xmlns:sawsdl="http://www.w3.org/ns/sawsdl"> 
     1<?xml version="1.0" encoding="utf-8"?> 
     2<xsd:schema xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:abs="http://www.energistics.org/schemas/abstract" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:sawsdl="http://www.w3.org/ns/sawsdl" targetNamespace="http://www.witsml.org/schemas/1series" elementFormDefault="qualified" attributeFormDefault="unqualified"> 
    113        <!--                                                         --> 
    12  
    134        <xsd:import namespace="http://www.energistics.org/schemas/abstract" schemaLocation="sub_abstractSubstitutionGroup.xsd"/> 
    145        <!--  
     
    3324                <xsd:sequence> 
    3425                        <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17511259"> 
     26                                <xsd:annotation> 
     27                                        <xsd:documentation>Date and time that activities started.</xsd:documentation> 
     28                                </xsd:annotation> 
    3529                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTimStart.--> 
    36  
    37                                 <xsd:annotation> 
    38                                         <xsd:documentation>Date and time that activities started.</xsd:documentation> 
    39                                 </xsd:annotation> 
    4030                        </xsd:element> 
    4131                        <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17511304"> 
     32                                <xsd:annotation> 
     33                                        <xsd:documentation>Date and time that activities were completed.</xsd:documentation> 
     34                                </xsd:annotation> 
    4235                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTimEnd.--> 
    43  
    44                                 <xsd:annotation> 
    45                                         <xsd:documentation>Date and time that activities were completed.</xsd:documentation> 
    46                                 </xsd:annotation> 
    4736                        </xsd:element> 
    4837                        <!--PROFILE: Deleted element duration.--> 
    4938                        <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17732057"> 
    50                                 <!--PROFILE: Changed minOccurs from 0 to 1 for element md.--> 
    51  
    5239                                <xsd:annotation> 
    5340                                        <xsd:documentation>The measured depth to the drilling operation.</xsd:documentation> 
    5441                                        <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-33, Change=Added</xsd:appinfo> 
    5542                                </xsd:annotation> 
     43                                <!--PROFILE: Changed minOccurs from 0 to 1 for element md.--> 
    5644                        </xsd:element> 
    5745                        <xsd:element name="tvd" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS373394891"> 
     
    6250                        </xsd:element> 
    6351                        <xsd:element name="phase" type="witsml:PhaseType" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://projects.dnv.com/reference_data/RD4Browser/default.aspx?RDLDesignation=TCDRS SUPERIOR CLASS"> 
     52                                <xsd:annotation> 
     53                                        <xsd:documentation>Phase (large activity classification) e.g. Drill Surface Hole.</xsd:documentation> 
     54                                        <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-111, Change=Changed-type-from:str16</xsd:appinfo> 
     55                                </xsd:annotation> 
    6456                                <!--PROFILE: Changed type from witsml:kindString to witsml:PhaseType for element phase.--> 
    6557                                <!--PROFILE: Changed minOccurs from 0 to 1 for element phase.--> 
    66  
    67                                 <xsd:annotation> 
    68                                         <xsd:documentation>Phase (large activity classification) e.g. Drill Surface Hole.</xsd:documentation> 
    69                                         <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-111, Change=Changed-type-from:str16</xsd:appinfo> 
    70                                 </xsd:annotation> 
    7158                        </xsd:element> 
    7259                        <!--PROFILE: Deleted element activityCode.--> 
    73                         <xsd:element name="proprietaryCode" type="witsml:ActivityCodeNPD" minOccurs="1" maxOccurs="1" 
    74                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17841409"> 
     60                        <xsd:element name="proprietaryCode" type="witsml:ActivityCodeNPD" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17841409"> 
     61                                <xsd:annotation> 
     62                                        <xsd:documentation>A proprietary code used to define rig activity. The name of the proprietary system should be defined in the namingSystem                                             attribute.</xsd:documentation> 
     63                                        <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-33, Change=Added</xsd:appinfo> 
     64                                </xsd:annotation> 
    7565                                <!--PROFILE: Changed type from witsml:nameStruct to witsml:ActivityCodeNPD for element proprietaryCode.--> 
    7666                                <!--PROFILE: Changed minOccurs from 0 to 1 for element proprietaryCode.--> 
    7767                                <!--PROFILE: Changed maxOccurs from unbounded to 1 for element proprietaryCode.--> 
    78  
    79                                 <xsd:annotation> 
    80                                         <xsd:documentation>A proprietary code used to define rig activity. The name of the proprietary system should be defined in the namingSystem                                             attribute.</xsd:documentation> 
    81                                         <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-33, Change=Added</xsd:appinfo> 
    82                                 </xsd:annotation> 
    8368                        </xsd:element> 
    8469                        <xsd:element name="mdHoleStart" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
     
    10186                        <!--PROFILE: Deleted element mdBitEnd.--> 
    10287                        <xsd:element name="state" type="witsml:MainActivityEvaluation" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17841049"> 
     88                                <xsd:annotation> 
     89                                        <xsd:documentation>Finish, interrupted, failed, etc.</xsd:documentation> 
     90                                </xsd:annotation> 
    10391                                <!--PROFILE: Changed type from witsml:str32 to witsml:MainActivityEvaluation for element state.--> 
    10492                                <!--PROFILE: Changed minOccurs from 0 to 1 for element state.--> 
    105  
    106                                 <xsd:annotation> 
    107                                         <xsd:documentation>Finish, interrupted, failed, etc.</xsd:documentation> 
    108                                 </xsd:annotation> 
    109                         </xsd:element> 
    110                         <xsd:element name="stateDetailActivity" type="witsml:StateDetailActivity" minOccurs="1" maxOccurs="1" 
    111                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17841184"> 
    112                                 <!--PROFILE: Changed minOccurs from 0 to 1 for element stateDetailActivity.--> 
    113  
     93                        </xsd:element> 
     94                        <xsd:element name="stateDetailActivity" type="witsml:StateDetailActivity" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17841184"> 
    11495                                <xsd:annotation> 
    11596                                        <xsd:documentation>The outcome of the detailed activity.</xsd:documentation> 
    11697                                        <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-33, Change=Added</xsd:appinfo> 
    11798                                </xsd:annotation> 
     99                                <!--PROFILE: Changed minOccurs from 0 to 1 for element stateDetailActivity.--> 
    118100                        </xsd:element> 
    119101                        <!--PROFILE: Deleted element operator.--> 
     
    123105                        <!--PROFILE: Deleted element itemState.--> 
    124106                        <xsd:element name="comments" type="witsml:commentString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17723327"> 
     107                                <xsd:annotation> 
     108                                        <xsd:documentation>Comments and Remarks.</xsd:documentation> 
     109                                </xsd:annotation> 
    125110                                <!--PROFILE: Changed minOccurs from 0 to 1 for element comments.--> 
    126  
    127                                 <xsd:annotation> 
    128                                         <xsd:documentation>Comments and Remarks.</xsd:documentation> 
    129                                 </xsd:annotation> 
    130111                        </xsd:element> 
    131112                        <!--PROFILE: Deleted element extensionNameValue.--> 
     
    169150                <xsd:sequence> 
    170151                        <xsd:element name="numBit" type="witsml:str32" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831262"> 
     152                                <xsd:annotation> 
     153                                        <xsd:documentation>Bit number and rerun number e.g. "4.1" for the first rerun of bit 4.</xsd:documentation> 
     154                                </xsd:annotation> 
    171155                                <!--PROFILE: Changed minOccurs from 0 to 1 for element numBit.--> 
    172  
    173                                 <xsd:annotation> 
    174                                         <xsd:documentation>Bit number and rerun number e.g. "4.1" for the first rerun of bit 4.</xsd:documentation> 
    175                                 </xsd:annotation> 
    176156                        </xsd:element> 
    177157                        <xsd:element name="diaBit" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831442"> 
     158                                <xsd:annotation> 
     159                                        <xsd:documentation>Diameter of drilled hole.</xsd:documentation> 
     160                                </xsd:annotation> 
    178161                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element diaBit.--> 
    179  
    180                                 <xsd:annotation> 
    181                                         <xsd:documentation>Diameter of drilled hole.</xsd:documentation> 
    182                                 </xsd:annotation> 
    183162                        </xsd:element> 
    184163                        <!--PROFILE: Deleted element diaPassThru.--> 
    185164                        <!--PROFILE: Deleted element diaPilot.--> 
    186                         <xsd:element name="manufacturer" type="witsml:nameString" minOccurs="1" maxOccurs="1" 
    187          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831532"> 
     165                        <xsd:element name="manufacturer" type="witsml:nameString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831532"> 
     166                                <xsd:annotation> 
     167                                        <xsd:documentation>Manufacturer / supplier of the item.</xsd:documentation> 
     168                                </xsd:annotation> 
    188169                                <!--PROFILE: Changed minOccurs from 0 to 1 for element manufacturer.--> 
    189                                 <xsd:annotation> 
    190                                         <xsd:documentation>Manufacturer / supplier of the item.</xsd:documentation> 
    191                                 </xsd:annotation> 
    192170                        </xsd:element> 
    193171                        <!--PROFILE: Deleted element typeBit.--> 
     
    240218                </xsd:attribute> 
    241219        </xsd:complexType> 
    242  
    243220        <xsd:complexType name="cs_drillingParams"> 
    244221                <xsd:annotation> 
     
    295272                        <!--PROFILE: Deleted element rpmAvDh.--> 
    296273                        <xsd:element name="ropAv" type="witsml:velocityMeasureMetresPerHour" minOccurs="0" maxOccurs="1"> 
     274                                <xsd:annotation> 
     275                                        <xsd:documentation>Average rate of penetration through Interval (m/h).</xsd:documentation> 
     276                                </xsd:annotation> 
    297277                                <!-- PROFILE: Changed type from witsml:velocityMeasure to witsml:velocityMeasureMetresPerHour for element ropAv--> 
    298                                 <xsd:annotation> 
    299                                         <xsd:documentation>Average rate of penetration through Interval (m/h).</xsd:documentation> 
    300                                 </xsd:annotation> 
    301278                        </xsd:element> 
    302279                        <!--PROFILE: Deleted element ropMx.--> 
     
    320297                        <!--PROFILE: Deleted element extensionNameValue.--> 
    321298                        <xsd:element name="mdHoleMadeRun" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
     299                                <xsd:annotation> 
     300                                        <xsd:documentation>Measured depth of hole made current run (m).</xsd:documentation> 
     301                                </xsd:annotation> 
    322302                                <!-- PROFILE: Added element mdHoleMadeRun. --> 
    323                                 <xsd:annotation> 
    324                                         <xsd:documentation>Measured depth of hole made current run (m).</xsd:documentation> 
    325                                 </xsd:annotation> 
    326303                        </xsd:element> 
    327304                        <xsd:element name="hrsDrilled" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1"> 
    328                                 <!-- PROFILE: Added element hrsDrilledRun. --> 
    329305                                <xsd:annotation> 
    330306                                        <xsd:documentation> 
     
    332308                                        </xsd:documentation> 
    333309                                </xsd:annotation> 
     310                                <!-- PROFILE: Added element hrsDrilledRun. --> 
    334311                        </xsd:element> 
    335312                        <xsd:element name="hrsDrilledRun" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1"> 
     313                                <xsd:annotation> 
     314                                        <xsd:documentation>Hours used on current run (m).</xsd:documentation> 
     315                                </xsd:annotation> 
    336316                                <!-- PROFILE: Added element hrsDrilledRun. --> 
    337                                 <xsd:annotation> 
    338                                         <xsd:documentation>Hours used on current run (m).</xsd:documentation> 
    339                                 </xsd:annotation> 
    340317                        </xsd:element> 
    341318                        <xsd:element name="mdTotHoleMade" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
     319                                <xsd:annotation> 
     320                                        <xsd:documentation>Total accumulated Measured depth for the entire run (m).</xsd:documentation> 
     321                                </xsd:annotation> 
    342322                                <!-- PROFILE: Added element mdTotHoleMade. --> 
    343                                 <xsd:annotation> 
    344                                         <xsd:documentation>Total accumulated Measured depth for the entire run (m).</xsd:documentation> 
    345                                 </xsd:annotation> 
    346323                        </xsd:element> 
    347324                        <xsd:element name="totHrsDrilled" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1"> 
     325                                <xsd:annotation> 
     326                                        <xsd:documentation>Total accumulated Hours of drilling for the entire run (h).</xsd:documentation> 
     327                                </xsd:annotation> 
    348328                                <!-- PROFILE: Added element totHrsDrilled. --> 
    349                                 <xsd:annotation> 
    350                                         <xsd:documentation>Total accumulated Hours of drilling for the entire run (h).</xsd:documentation> 
    351                                 </xsd:annotation> 
    352329                        </xsd:element> 
    353330                        <xsd:element name="totRop" type="witsml:velocityMeasureMetresPerHour" minOccurs="0" maxOccurs="1"> 
     331                                <xsd:annotation> 
     332                                        <xsd:documentation>Total accumulated Rate of penetration for the entire run (m/h).</xsd:documentation> 
     333                                </xsd:annotation> 
    354334                                <!-- PROFILE: Added element totRop. --> 
    355                                 <xsd:annotation> 
    356                                         <xsd:documentation>Total accumulated Rate of penetration for the entire run (m/h).</xsd:documentation> 
    357                                 </xsd:annotation> 
    358335                        </xsd:element> 
    359336                </xsd:sequence> 
    360337                <!--Unused: Deleted element attgrp_uid. --> 
    361338        </xsd:complexType> 
    362  
    363339        <!-- Cement job --> 
    364340        <xsd:complexType name="cs_cementStage"> 
     
    381357                        </xsd:element> 
    382358                        <xsd:element name="jobType" type="witsml:cementJobTypes" minOccurs="0" maxOccurs="1"> 
     359                                <xsd:annotation> 
     360                                        <xsd:documentation>Type of cement job (e.g. primary, plug, squeeze, uknown).</xsd:documentation> 
     361                                </xsd:annotation> 
    383362                                <!-- PROFILE: Added element jobType --> 
    384                                 <xsd:annotation> 
    385                                         <xsd:documentation>Type of cement job (e.g. primary, plug, squeeze, uknown).</xsd:documentation> 
    386                                 </xsd:annotation> 
    387363                        </xsd:element> 
    388364                        <xsd:element name="casingStrDia" type="witsml:lengthMeasureInch" minOccurs="0" maxOccurs="1"> 
     365                                <xsd:annotation> 
     366                                        <xsd:documentation>Casing string diameter of the casing cement (in).</xsd:documentation> 
     367                                </xsd:annotation> 
    389368                                <!-- PROFILE: Added element casingStrDia --> 
    390                                 <xsd:annotation> 
    391                                         <xsd:documentation>Casing string diameter of the casing cement (in).</xsd:documentation> 
    392                                 </xsd:annotation> 
    393369                        </xsd:element> 
    394370                        <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1"> 
     371                                <xsd:annotation> 
     372                                        <xsd:documentation>Comments for a cement job.</xsd:documentation> 
     373                                </xsd:annotation> 
    395374                                <!-- PROFILE: Added element comment --> 
    396                                 <xsd:annotation> 
    397                                         <xsd:documentation>Comments for a cement job.</xsd:documentation> 
    398                                 </xsd:annotation> 
    399375                        </xsd:element> 
    400376                        <!-- PROFILE: Deleted element dTimDisplaceStart --> 
     
    561537                <xsd:sequence minOccurs="0"> 
    562538                        <xsd:element name="typeFluid" type="witsml:fluidTypes" minOccurs="0" maxOccurs="1"> 
     539                                <xsd:annotation> 
     540                                        <xsd:documentation>Fluid type: Mud, Wash, Spacer, Slurry.</xsd:documentation> 
     541                                </xsd:annotation> 
    563542                                <!-- PROFILE: Changed type from witsml:str16 to witsml:fluidTypes for element typeFluid --> 
    564                                 <xsd:annotation> 
    565                                         <xsd:documentation>Fluid type: Mud, Wash, Spacer, Slurry.</xsd:documentation> 
    566                                 </xsd:annotation> 
    567543                        </xsd:element> 
    568544                        <!-- PROFILE: Deleted element fluidIndex --> 
     
    595571                        <!-- PROFILE: Deleted element solidVolumeFraction --> 
    596572                        <xsd:element name="volPumped" type="witsml:volumeMeasureCubicMetre" minOccurs="0" maxOccurs="1"> 
     573                                <xsd:annotation> 
     574                                        <xsd:documentation>Volume of cement slurry pumped (m3).</xsd:documentation> 
     575                                </xsd:annotation> 
    597576                                <!-- PROFILE: Changed type from witsml:volumeMeasure to witsml:volumeMeasureCubicMetre for element volPumped --> 
    598                                 <xsd:annotation> 
    599                                         <xsd:documentation>Volume of cement slurry pumped (m3).</xsd:documentation> 
    600                                 </xsd:annotation> 
    601577                        </xsd:element> 
    602578                        <!-- PROFILE: Deleted element volOther --> 
     
    641617                        <!-- PROFILE: Deleted element consTestThickening --> 
    642618                        <xsd:element name="pcFreeWater" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1"> 
     619                                <xsd:annotation> 
     620                                        <xsd:documentation>Percent of free water in a cement slurry (%)</xsd:documentation> 
     621                                </xsd:annotation> 
    643622                                <!-- PROFILE: Changed type from witsml:volumePerVolumeMeasure to witsml:volumePerVolumeMeasurePercent for element pcFreeWater --> 
    644                                 <xsd:annotation> 
    645                                         <xsd:documentation>Percent of free water in a cement slurry (%)</xsd:documentation> 
    646                                 </xsd:annotation> 
    647623                        </xsd:element> 
    648624                        <!-- PROFILE: Deleted element tempFreeWater --> 
     
    835811                                </xsd:annotation> 
    836812                        </xsd:element> 
    837                         <xsd:element name="fileCreationInformation" type="witsml:cs_documentFileCreation" minOccurs="0" 
    838                                  maxOccurs="1"> 
     813                        <xsd:element name="fileCreationInformation" type="witsml:cs_documentFileCreation" minOccurs="0" maxOccurs="1"> 
    839814                                <xsd:annotation> 
    840815                                        <xsd:documentation>The information about the creation of the exchange file. This is not about the creation of the data within the file, but the creation of the file                                            itself.</xsd:documentation> 
     
    919894                <xsd:sequence> 
    920895                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17790447"> 
     896                                <xsd:annotation> 
     897                                        <xsd:documentation>Date and time of the well control incident.</xsd:documentation> 
     898                                </xsd:annotation> 
    921899                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTim.--> 
    922  
    923                                 <xsd:annotation> 
    924                                         <xsd:documentation>Date and time of the well control incident.</xsd:documentation> 
    925                                 </xsd:annotation> 
    926900                        </xsd:element> 
    927901                        <xsd:element name="mdInflow" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17790597"> 
     902                                <xsd:annotation> 
     903                                        <xsd:documentation>The measured depth to the well inflow entry point.</xsd:documentation> 
     904                                </xsd:annotation> 
    928905                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdInflow.--> 
    929  
    930                                 <xsd:annotation> 
    931                                         <xsd:documentation>The measured depth to the well inflow entry point.</xsd:documentation> 
    932                                 </xsd:annotation> 
    933                         </xsd:element> 
    934                         <xsd:element name="tvdInflow" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    935                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17790027"> 
     906                        </xsd:element> 
     907                        <xsd:element name="tvdInflow" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17790027"> 
    936908                                <xsd:annotation> 
    937909                                        <xsd:documentation>The true vertical depth to the well inflow entery point.</xsd:documentation> 
     
    939911                        </xsd:element> 
    940912                        <xsd:element name="phase" type="witsml:PhaseType" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2009/03/XML/RDL/RDS17841274"> 
     913                                <xsd:annotation> 
     914                                        <xsd:documentation>Phase (large activity classification) e.g. Drill Surface Hole.</xsd:documentation> 
     915                                </xsd:annotation> 
    941916                                <!--PROFILE: Changed type from witsml:str16 to witsml:PhaseType for element phase.--> 
    942917                                <!--PROFILE: Changed minOccurs from 0 to 1 for element phase.--> 
    943  
    944                                 <xsd:annotation> 
    945                                         <xsd:documentation>Phase (large activity classification) e.g. Drill Surface Hole.</xsd:documentation> 
    946                                 </xsd:annotation> 
    947918                        </xsd:element> 
    948919                        <!--PROFILE: Deleted element activityCode.--> 
    949                         <xsd:element name="proprietaryCode" type="witsml:ActivityCodeNPD" minOccurs="1" maxOccurs="1" 
    950                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17841409"> 
     920                        <xsd:element name="proprietaryCode" type="witsml:ActivityCodeNPD" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17841409"> 
     921                                <xsd:annotation> 
     922                                        <xsd:documentation>A proprietary code used to define rig activity. The name of the proprietary system should be defined in the namingSystem                                             attribute.</xsd:documentation> 
     923                                </xsd:annotation> 
    951924                                <!--PROFILE: Changed type from witsml:nameStruct to witsml:ActivityCodeNPD for element proprietaryCode.--> 
    952925                                <!--PROFILE: Changed minOccurs from 0 to 1 for element proprietaryCode.--> 
    953926                                <!--PROFILE: Changed maxOccurs from unbounded to 1 for element proprietaryCode.--> 
    954  
    955                                 <xsd:annotation> 
    956                                         <xsd:documentation>A proprietary code used to define rig activity. The name of the proprietary system should be defined in the namingSystem                                             attribute.</xsd:documentation> 
    957                                 </xsd:annotation> 
    958927                        </xsd:element> 
    959928                        <!--PROFILE: Deleted element detailActivity.--> 
    960929                        <xsd:element name="eTimLost" type="witsml:timeMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17888195"> 
     930                                <xsd:annotation> 
     931                                        <xsd:documentation>The amount of time lost because of the well control incident. Commonly specified in hours.</xsd:documentation> 
     932                                </xsd:annotation> 
    961933                                <!--PROFILE: Changed minOccurs from 0 to 1 for element eTimLost.--> 
    962  
    963                                 <xsd:annotation> 
    964                                         <xsd:documentation>The amount of time lost because of the well control incident. Commonly specified in hours.</xsd:documentation> 
    965                                 </xsd:annotation> 
    966934                        </xsd:element> 
    967935                        <xsd:element name="dTimRegained" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789592"> 
     936                                <xsd:annotation> 
     937                                        <xsd:documentation>The date and time at which control of the well is regained.</xsd:documentation> 
     938                                </xsd:annotation> 
    968939                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTimRegained.--> 
    969  
    970                                 <xsd:annotation> 
    971                                         <xsd:documentation>The date and time at which control of the well is regained.</xsd:documentation> 
    972                                 </xsd:annotation> 
    973940                        </xsd:element> 
    974941                        <xsd:element name="diaBit" type="witsml:lengthMeasureInch" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789667"> 
     942                                <xsd:annotation> 
     943                                        <xsd:documentation>The drill bit nominal outside diameter at time of well control incident.</xsd:documentation> 
     944                                </xsd:annotation> 
    975945                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element diaBit.--> 
    976946                                <!--PROFILE: Changed minOccurs from 0 to 1 for element diaBit.--> 
    977  
    978                                 <xsd:annotation> 
    979                                         <xsd:documentation>The drill bit nominal outside diameter at time of well control incident.</xsd:documentation> 
    980                                 </xsd:annotation> 
    981947                        </xsd:element> 
    982948                        <xsd:element name="mdBit" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789832"> 
     949                                <xsd:annotation> 
     950                                        <xsd:documentation>The measured depth of bit at the time of the well control incident.</xsd:documentation> 
     951                                </xsd:annotation> 
    983952                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdBit.--> 
    984  
    985                                 <xsd:annotation> 
    986                                         <xsd:documentation>The measured depth of bit at the time of the well control incident.</xsd:documentation> 
    987                                 </xsd:annotation> 
    988953                        </xsd:element> 
    989954                        <xsd:element name="wtMud" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789232"> 
     955                                <xsd:annotation> 
     956                                        <xsd:documentation>The density of the drilling fluid.</xsd:documentation> 
     957                                </xsd:annotation> 
    990958                                <!--PROFILE: Changed minOccurs from 0 to 1 for element wtMud.--> 
    991  
    992                                 <xsd:annotation> 
    993                                         <xsd:documentation>The density of the drilling fluid.</xsd:documentation> 
    994                                 </xsd:annotation> 
    995959                        </xsd:element> 
    996960                        <xsd:element name="porePressure" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789307"> 
     
    1000964                        </xsd:element> 
    1001965                        <xsd:element name="diaCsgLast" type="witsml:lengthMeasureInch" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659470"> 
     966                                <xsd:annotation> 
     967                                        <xsd:documentation>Diameter of the last installed casing.</xsd:documentation> 
     968                                </xsd:annotation> 
    1002969                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element diaCsgLast.--> 
    1003970                                <!--PROFILE: Changed minOccurs from 0 to 1 for element diaCsgLast.--> 
    1004  
    1005                                 <xsd:annotation> 
    1006                                         <xsd:documentation>Diameter of the last installed casing.</xsd:documentation> 
    1007                                 </xsd:annotation> 
    1008971                        </xsd:element> 
    1009972                        <xsd:element name="mdCsgLast" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659755"> 
     973                                <xsd:annotation> 
     974                                        <xsd:documentation>Measured depth of last casing.</xsd:documentation> 
     975                                </xsd:annotation> 
    1010976                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdCsgLast.--> 
    1011  
    1012                                 <xsd:annotation> 
    1013                                         <xsd:documentation>Measured depth of last casing.</xsd:documentation> 
    1014                                 </xsd:annotation> 
    1015                         </xsd:element> 
    1016                         <xsd:element name="volMudGained" type="witsml:volumeMeasureCubicMetre" minOccurs="1" maxOccurs="1" 
    1017                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789472"> 
     977                        </xsd:element> 
     978                        <xsd:element name="volMudGained" type="witsml:volumeMeasureCubicMetre" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789472"> 
     979                                <xsd:annotation> 
     980                                        <xsd:documentation>The gained volume of drilling fluid due to well kick.</xsd:documentation> 
     981                                </xsd:annotation> 
    1018982                                <!--PROFILE: Changed type from witsml:volumeMeasure to witsml:volumeMeasureCubicMetre for element volMudGained.--> 
    1019983                                <!--PROFILE: Changed minOccurs from 0 to 1 for element volMudGained.--> 
    1020  
    1021                                 <xsd:annotation> 
    1022                                         <xsd:documentation>The gained volume of drilling fluid due to well kick.</xsd:documentation> 
    1023                                 </xsd:annotation> 
    1024                         </xsd:element> 
    1025                         <xsd:element name="presShutInCasing" type="witsml:pressureMeasureBar" minOccurs="1" maxOccurs="1" 
    1026                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789037"> 
     984                        </xsd:element> 
     985                        <xsd:element name="presShutInCasing" type="witsml:pressureMeasureBar" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789037"> 
     986                                <xsd:annotation> 
     987                                        <xsd:documentation>The shut in casing pressure.</xsd:documentation> 
     988                                </xsd:annotation> 
    1027989                                <!--PROFILE: Changed type from witsml:pressureMeasure to witsml:pressureMeasureBar for element presShutInCasing.--> 
    1028990                                <!--PROFILE: Changed minOccurs from 0 to 1 for element presShutInCasing.--> 
    1029  
    1030                                 <xsd:annotation> 
    1031                                         <xsd:documentation>The shut in casing pressure.</xsd:documentation> 
    1032                                 </xsd:annotation> 
    1033                         </xsd:element> 
    1034                         <xsd:element name="presShutInDrill" type="witsml:pressureMeasureBar" minOccurs="1" maxOccurs="1" 
    1035                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17887970"> 
     991                        </xsd:element> 
     992                        <xsd:element name="presShutInDrill" type="witsml:pressureMeasureBar" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17887970"> 
     993                                <xsd:annotation> 
     994                                        <xsd:documentation>The actual pressure in the drill pipe when the rams are closed around it.</xsd:documentation> 
     995                                </xsd:annotation> 
    1036996                                <!--PROFILE: Changed type from witsml:pressureMeasure to witsml:pressureMeasureBar for element presShutInDrill.--> 
    1037997                                <!--PROFILE: Changed minOccurs from 0 to 1 for element presShutInDrill.--> 
    1038  
    1039                                 <xsd:annotation> 
    1040                                         <xsd:documentation>The actual pressure in the drill pipe when the rams are closed around it.</xsd:documentation> 
    1041                                 </xsd:annotation> 
    1042                         </xsd:element> 
    1043                         <xsd:element name="incidentType" type="witsml:WellControlIncidentType" minOccurs="1" maxOccurs="1" 
    1044                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17788857"> 
     998                        </xsd:element> 
     999                        <xsd:element name="incidentType" type="witsml:WellControlIncidentType" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17788857"> 
     1000                                <xsd:annotation> 
     1001                                        <xsd:documentation>The type of well control incident.</xsd:documentation> 
     1002                                </xsd:annotation> 
    10451003                                <!--PROFILE: Changed minOccurs from 0 to 1 for element incidentType.--> 
    1046  
     1004                        </xsd:element> 
     1005                        <xsd:element name="killingType" type="witsml:WellKillingProcedureType" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789157"> 
    10471006                                <xsd:annotation> 
    10481007                                        <xsd:documentation>The type of well control incident.</xsd:documentation> 
    10491008                                </xsd:annotation> 
    1050                         </xsd:element> 
    1051                         <xsd:element name="killingType" type="witsml:WellKillingProcedureType" minOccurs="1" maxOccurs="1" 
    1052                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789157"> 
    10531009                                <!--PROFILE: Changed minOccurs from 0 to 1 for element killingType.--> 
    1054  
    1055                                 <xsd:annotation> 
    1056                                         <xsd:documentation>The type of well control incident.</xsd:documentation> 
    1057                                 </xsd:annotation> 
    10581010                        </xsd:element> 
    10591011                        <xsd:element name="formation" type="witsml:commentString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17788332"> 
     1012                                <xsd:annotation> 
     1013                                        <xsd:documentation>The lithological description of a geological formation at the incident depth.</xsd:documentation> 
     1014                                </xsd:annotation> 
    10601015                                <!--PROFILE: Changed type from witsml:descriptionString to witsml:commentString for element formation.--> 
    10611016                                <!--PROFILE: Changed minOccurs from 0 to 1 for element formation.--> 
    1062  
    1063                                 <xsd:annotation> 
    1064                                         <xsd:documentation>The lithological description of a geological formation at the incident depth.</xsd:documentation> 
    1065                                 </xsd:annotation> 
    1066                         </xsd:element> 
    1067                         <xsd:element name="tempBottom" type="witsml:thermodynamicTemperatureMeasureCelsius" minOccurs="1" 
    1068                                  maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS16631877"> 
     1017                        </xsd:element> 
     1018                        <xsd:element name="tempBottom" type="witsml:thermodynamicTemperatureMeasureCelsius" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS16631877"> 
     1019                                <xsd:annotation> 
     1020                                        <xsd:documentation>the temperature at the bottom of the wellbore.</xsd:documentation> 
     1021                                </xsd:annotation> 
    10691022                                <!--PROFILE: Changed type from witsml:thermodynamicTemperatureMeasure to witsml:thermodynamicTemperatureMeasureCelsius for element tempBottom.--> 
    10701023                                <!--PROFILE: Changed minOccurs from 0 to 1 for element tempBottom.--> 
    1071  
    1072                                 <xsd:annotation> 
    1073                                         <xsd:documentation>the temperature at the bottom of the wellbore.</xsd:documentation> 
    1074                                 </xsd:annotation> 
    1075                         </xsd:element> 
    1076                         <xsd:element name="presMaxChoke" type="witsml:pressureMeasureBar" minOccurs="1" maxOccurs="1" 
    1077                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17788482"> 
     1024                        </xsd:element> 
     1025                        <xsd:element name="presMaxChoke" type="witsml:pressureMeasureBar" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17788482"> 
     1026                                <xsd:annotation> 
     1027                                        <xsd:documentation>The maximum pressure that the choke valve can be exposed to.</xsd:documentation> 
     1028                                </xsd:annotation> 
    10781029                                <!--PROFILE: Changed type from witsml:pressureMeasure to witsml:pressureMeasureBar for element presMaxChoke.--> 
    10791030                                <!--PROFILE: Changed minOccurs from 0 to 1 for element presMaxChoke.--> 
    1080  
    1081                                 <xsd:annotation> 
    1082                                         <xsd:documentation>The maximum pressure that the choke valve can be exposed to.</xsd:documentation> 
    1083                                 </xsd:annotation> 
    10841031                        </xsd:element> 
    10851032                        <xsd:element name="description" type="witsml:commentString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17788557"> 
     1033                                <xsd:annotation> 
     1034                                        <xsd:documentation>A description of the well control incident.</xsd:documentation> 
     1035                                </xsd:annotation> 
    10861036                                <!--PROFILE: Changed type from witsml:descriptionString to witsml:commentString for element description.--> 
    10871037                                <!--PROFILE: Changed minOccurs from 0 to 1 for element description.--> 
    1088  
    1089                                 <xsd:annotation> 
    1090                                         <xsd:documentation>A description of the well control incident.</xsd:documentation> 
    1091                                 </xsd:annotation> 
    10921038                        </xsd:element> 
    10931039                        <!--PROFILE: Deleted element extensionNameValue.--> 
     
    11051051                <xsd:sequence> 
    11061052                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17693740"> 
     1053                                <xsd:annotation> 
     1054                                        <xsd:documentation>Date and time that the core was completed.</xsd:documentation> 
     1055                                </xsd:annotation> 
    11071056                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTim.--> 
    1108  
    1109                                 <xsd:annotation> 
    1110                                         <xsd:documentation>Date and time that the core was completed.</xsd:documentation> 
    1111                                 </xsd:annotation> 
    11121057                        </xsd:element> 
    11131058                        <xsd:element name="coreNumber" type="witsml:nameString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17694745"> 
     1059                                <xsd:annotation> 
     1060                                        <xsd:documentation>Core identification number.</xsd:documentation> 
     1061                                </xsd:annotation> 
    11141062                                <!--PROFILE: Changed minOccurs from 0 to 1 for element coreNumber.--> 
    1115  
    1116                                 <xsd:annotation> 
    1117                                         <xsd:documentation>Core identification number.</xsd:documentation> 
    1118                                 </xsd:annotation> 
    11191063                        </xsd:element> 
    11201064                        <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17694790"> 
     1065                                <xsd:annotation> 
     1066                                        <xsd:documentation>Measured depth at the top of the cored interval.</xsd:documentation> 
     1067                                </xsd:annotation> 
    11211068                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdTop.--> 
    1122  
    1123                                 <xsd:annotation> 
    1124                                         <xsd:documentation>Measured depth at the top of the cored interval.</xsd:documentation> 
    1125                                 </xsd:annotation> 
    11261069                        </xsd:element> 
    11271070                        <xsd:element name="mdBottom" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17694340"> 
     1071                                <xsd:annotation> 
     1072                                        <xsd:documentation>Measured depth at the bottom of the cored interval.</xsd:documentation> 
     1073                                </xsd:annotation> 
    11281074                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdBottom.--> 
    1129  
    1130                                 <xsd:annotation> 
    1131                                         <xsd:documentation>Measured depth at the bottom of the cored interval.</xsd:documentation> 
    1132                                 </xsd:annotation> 
    11331075                        </xsd:element> 
    11341076                        <xsd:element name="tvdTop" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17832507"> 
     
    11371079                                </xsd:annotation> 
    11381080                        </xsd:element> 
    1139                         <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    1140                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17832972"> 
     1081                        <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17832972"> 
    11411082                                <xsd:annotation> 
    11421083                                        <xsd:documentation>True vertical depth at the bottom of the cored interval.</xsd:documentation> 
    11431084                                </xsd:annotation> 
    11441085                        </xsd:element> 
    1145                         <xsd:element name="lenRecovered" type="witsml:lengthMeasureMetre" minOccurs="1" maxOccurs="1" 
    1146                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17694505"> 
     1086                        <xsd:element name="lenRecovered" type="witsml:lengthMeasureMetre" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17694505"> 
     1087                                <xsd:annotation> 
     1088                                        <xsd:documentation>Length of core recovered.</xsd:documentation> 
     1089                                </xsd:annotation> 
    11471090                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureMetre for element lenRecovered.--> 
    11481091                                <!--PROFILE: Changed minOccurs from 0 to 1 for element lenRecovered.--> 
    1149  
    1150                                 <xsd:annotation> 
    1151                                         <xsd:documentation>Length of core recovered.</xsd:documentation> 
    1152                                 </xsd:annotation> 
    1153                         </xsd:element> 
    1154                         <xsd:element name="recoverPc" type="witsml:volumePerVolumeMeasurePercent" minOccurs="1" maxOccurs="1" 
    1155                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17694625"> 
     1092                        </xsd:element> 
     1093                        <xsd:element name="recoverPc" type="witsml:volumePerVolumeMeasurePercent" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17694625"> 
     1094                                <xsd:annotation> 
     1095                                        <xsd:documentation>The relative amount of core recovered.</xsd:documentation> 
     1096                                </xsd:annotation> 
    11561097                                <!--PROFILE: Changed minOccurs from 0 to 1 for element recoverPc.--> 
    1157  
    1158                                 <xsd:annotation> 
    1159                                         <xsd:documentation>The relative amount of core recovered.</xsd:documentation> 
    1160                                 </xsd:annotation> 
    11611098                        </xsd:element> 
    11621099                        <xsd:element name="lenBarrel" type="witsml:lengthMeasureMetre" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17694145"> 
     1100                                <xsd:annotation> 
     1101                                        <xsd:documentation>Length of core barrel.</xsd:documentation> 
     1102                                </xsd:annotation> 
    11631103                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureMetre for element lenBarrel.--> 
    11641104                                <!--PROFILE: Changed minOccurs from 0 to 1 for element lenBarrel.--> 
    1165  
    1166                                 <xsd:annotation> 
    1167                                         <xsd:documentation>Length of core barrel.</xsd:documentation> 
    1168                                 </xsd:annotation> 
    1169                         </xsd:element> 
    1170                         <xsd:element name="innerBarrelType" type="witsml:InnerBarrelType" minOccurs="0" maxOccurs="1" 
    1171                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17832597"> 
     1105                        </xsd:element> 
     1106                        <xsd:element name="innerBarrelType" type="witsml:InnerBarrelType" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17832597"> 
    11721107                                <xsd:annotation> 
    11731108                                        <xsd:documentation>Core inner barrel type.</xsd:documentation> 
     
    11751110                        </xsd:element> 
    11761111                        <xsd:element name="coreDescription" type="witsml:commentString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17693860"> 
     1112                                <xsd:annotation> 
     1113                                        <xsd:documentation>General core description.</xsd:documentation> 
     1114                                </xsd:annotation> 
    11771115                                <!--PROFILE: Changed minOccurs from 0 to 1 for element coreDescription.--> 
    1178  
    1179                                 <xsd:annotation> 
    1180                                         <xsd:documentation>General core description.</xsd:documentation> 
    1181                                 </xsd:annotation> 
    11821116                        </xsd:element> 
    11831117                        <!--PROFILE: Deleted element extensionNameValue.--> 
     
    12001134                        </xsd:element> 
    12011135                        <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17772749"> 
     1136                                <xsd:annotation> 
     1137                                        <xsd:documentation>The measured depth to the operation end point due to failure.</xsd:documentation> 
     1138                                </xsd:annotation> 
    12021139                                <!--PROFILE: Changed minOccurs from 0 to 1 for element md.--> 
    1203  
    1204                                 <xsd:annotation> 
    1205                                         <xsd:documentation>The measured depth to the operation end point due to failure.</xsd:documentation> 
    1206                                 </xsd:annotation> 
    12071140                        </xsd:element> 
    12081141                        <xsd:element name="tvd" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS373406121"> 
     
    12121145                        </xsd:element> 
    12131146                        <xsd:element name="equipClass" type="witsml:EquipmentCodeNPD" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17771429"> 
     1147                                <xsd:annotation> 
     1148                                        <xsd:documentation>The classification of the equipment that failed.</xsd:documentation> 
     1149                                </xsd:annotation> 
    12141150                                <!--PROFILE: Changed type from witsml:kindString to witsml:EquipmentCodeNPD for element equipClass.--> 
    12151151                                <!--PROFILE: Changed minOccurs from 0 to 1 for element equipClass.--> 
    1216  
    1217                                 <xsd:annotation> 
    1218                                         <xsd:documentation>The classification of the equipment that failed.</xsd:documentation> 
    1219                                 </xsd:annotation> 
    12201152                        </xsd:element> 
    12211153                        <xsd:element name="eTimMissProduction" type="witsml:timeMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17773139"> 
     1154                                <xsd:annotation> 
     1155                                        <xsd:documentation>The missed production time due to equipment failure.</xsd:documentation> 
     1156                                </xsd:annotation> 
    12221157                                <!--PROFILE: Changed minOccurs from 0 to 1 for element eTimMissProduction.--> 
    1223  
    1224                                 <xsd:annotation> 
    1225                                         <xsd:documentation>The missed production time due to equipment failure.</xsd:documentation> 
    1226                                 </xsd:annotation> 
    12271158                        </xsd:element> 
    12281159                        <xsd:element name="dTimRepair" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17772914"> 
     1160                                <xsd:annotation> 
     1161                                        <xsd:documentation>The date and time at which the production equipment was repaired and ready for production.</xsd:documentation> 
     1162                                </xsd:annotation> 
    12291163                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTimRepair.--> 
    1230  
    1231                                 <xsd:annotation> 
    1232                                         <xsd:documentation>The date and time at which the production equipment was repaired and ready for production.</xsd:documentation> 
    1233                                 </xsd:annotation> 
    12341164                        </xsd:element> 
    12351165                        <xsd:element name="description" type="witsml:commentString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17772869"> 
     1166                                <xsd:annotation> 
     1167                                        <xsd:documentation>A description that gives a information about the equipment failure.</xsd:documentation> 
     1168                                </xsd:annotation> 
    12361169                                <!--PROFILE: Changed type from witsml:descriptionString to witsml:commentString for element description.--> 
    12371170                                <!--PROFILE: Changed minOccurs from 0 to 1 for element description.--> 
    1238  
    1239                                 <xsd:annotation> 
    1240                                         <xsd:documentation>A description that gives a information about the equipment failure.</xsd:documentation> 
    1241                                 </xsd:annotation> 
    12421171                        </xsd:element> 
    12431172                        <!--PROFILE: Deleted element extensionNameValue.--> 
     
    12551184                <xsd:sequence> 
    12561185                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17704510"> 
     1186                                <xsd:annotation> 
     1187                                        <xsd:documentation>Date and time that the wireline formation test was completed.</xsd:documentation> 
     1188                                </xsd:annotation> 
    12571189                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTim.--> 
    1258  
    1259                                 <xsd:annotation> 
    1260                                         <xsd:documentation>Date and time that the wireline formation test was completed.</xsd:documentation> 
    1261                                 </xsd:annotation> 
    12621190                        </xsd:element> 
    12631191                        <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17856531"> 
     1192                                <xsd:annotation> 
     1193                                        <xsd:documentation>Measured depth of the wireline formation test.</xsd:documentation> 
     1194                                </xsd:annotation> 
    12641195                                <!--PROFILE: Changed minOccurs from 0 to 1 for element md.--> 
    1265  
    1266                                 <xsd:annotation> 
    1267                                         <xsd:documentation>Measured depth of the wireline formation test.</xsd:documentation> 
    1268                                 </xsd:annotation> 
    12691196                        </xsd:element> 
    12701197                        <xsd:element name="tvd" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17704585"> 
     
    12731200                                </xsd:annotation> 
    12741201                        </xsd:element> 
    1275                         <xsd:element name="presPore" type="witsml:pressureMeasureMegaPascals" minOccurs="1" maxOccurs="1" 
    1276                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17608469"> 
     1202                        <xsd:element name="presPore" type="witsml:pressureMeasureMegaPascals" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17608469"> 
     1203                                <xsd:annotation> 
     1204                                        <xsd:documentation>The formation pore pressure. The pressure of fluids within the pores of a reservoir, usually hydrostatic pressure, or the pressure exerted by a                                              column of water from the formation's depth to sea level.</xsd:documentation> 
     1205                                </xsd:annotation> 
    12771206                                <!--PROFILE: Changed type from witsml:pressureMeasure to witsml:pressureMeasureMegaPascals for element presPore.--> 
    12781207                                <!--PROFILE: Changed minOccurs from 0 to 1 for element presPore.--> 
    1279  
    1280                                 <xsd:annotation> 
    1281                                         <xsd:documentation>The formation pore pressure. The pressure of fluids within the pores of a reservoir, usually hydrostatic pressure, or the pressure exerted by a                                              column of water from the formation's depth to sea level.</xsd:documentation> 
    1282                                 </xsd:annotation> 
    12831208                        </xsd:element> 
    12841209                        <xsd:element name="goodSeal" type="witsml:logicalBoolean" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17704780"> 
     1210                                <xsd:annotation> 
     1211                                        <xsd:documentation>True ("true" or "1") indicates that there was a good seal for the wireline formation test. False ("false" or "0") or not given indicates                                             otherwise.</xsd:documentation> 
     1212                                </xsd:annotation> 
    12851213                                <!--PROFILE: Changed minOccurs from 0 to 1 for element goodSeal.--> 
    1286  
    1287                                 <xsd:annotation> 
    1288                                         <xsd:documentation>True ("true" or "1") indicates that there was a good seal for the wireline formation test. False ("false" or "0") or not given indicates                                             otherwise.</xsd:documentation> 
    1289                                 </xsd:annotation> 
    12901214                        </xsd:element> 
    12911215                        <xsd:element name="mdSample" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17704900"> 
     1216                                <xsd:annotation> 
     1217                                        <xsd:documentation>Measured depth where the fluid sample was taken.</xsd:documentation> 
     1218                                </xsd:annotation> 
    12921219                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdSample.--> 
    1293  
    1294                                 <xsd:annotation> 
    1295                                         <xsd:documentation>Measured depth where the fluid sample was taken.</xsd:documentation> 
    1296                                 </xsd:annotation> 
    1297                         </xsd:element> 
    1298                         <xsd:element name="dominateComponent" type="witsml:DominateCopmponentTypeNPD" minOccurs="1" maxOccurs="1" 
    1299                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17704210"> 
     1220                        </xsd:element> 
     1221                        <xsd:element name="dominateComponent" type="witsml:DominateCopmponentTypeNPD" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17704210"> 
     1222                                <xsd:annotation> 
     1223                                        <xsd:documentation>The dominate component in the fluid sample.</xsd:documentation> 
     1224                                </xsd:annotation> 
    13001225                                <!--PROFILE: Changed type from witsml:kindString to witsml:DominateCopmponentTypeNPD for element dominateComponent.--> 
    13011226                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dominateComponent.--> 
    1302  
    1303                                 <xsd:annotation> 
    1304                                         <xsd:documentation>The dominate component in the fluid sample.</xsd:documentation> 
    1305                                 </xsd:annotation> 
    13061227                        </xsd:element> 
    13071228                        <xsd:element name="densityHC" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS373424931"> 
     1229                                <xsd:annotation> 
     1230                                        <xsd:documentation>The density of hydrocarbon component of the fluid sample.</xsd:documentation> 
     1231                                </xsd:annotation> 
    13081232                                <!--PROFILE: Changed minOccurs from 0 to 1 for element densityHC.--> 
    1309  
    1310                                 <xsd:annotation> 
    1311                                         <xsd:documentation>The density of hydrocarbon component of the fluid sample.</xsd:documentation> 
    1312                                 </xsd:annotation> 
    1313                         </xsd:element> 
    1314                         <xsd:element name="volumeSample" type="witsml:volumeMeasureCubicDeciMetre" minOccurs="1" maxOccurs="1" 
    1315                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17704405"> 
     1233                        </xsd:element> 
     1234                        <xsd:element name="volumeSample" type="witsml:volumeMeasureCubicDeciMetre" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17704405"> 
     1235                                <xsd:annotation> 
     1236                                        <xsd:documentation>The volume of the fluid sample.</xsd:documentation> 
     1237                                </xsd:annotation> 
    13161238                                <!--PROFILE: Changed type from witsml:volumeMeasure to witsml:volumeMeasureCubicDeciMetre for element volumeSample.--> 
    13171239                                <!--PROFILE: Changed minOccurs from 0 to 1 for element volumeSample.--> 
    1318  
    1319                                 <xsd:annotation> 
    1320                                         <xsd:documentation>The volume of the fluid sample.</xsd:documentation> 
    1321                                 </xsd:annotation> 
    13221240                        </xsd:element> 
    13231241                        <xsd:element name="description" type="witsml:commentString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17704120"> 
     1242                                <xsd:annotation> 
     1243                                        <xsd:documentation>A description that describes the wireline formation test in more detail.</xsd:documentation> 
     1244                                </xsd:annotation> 
    13241245                                <!--PROFILE: Changed type from witsml:descriptionString to witsml:commentString for element description.--> 
    13251246                                <!--PROFILE: Changed minOccurs from 0 to 1 for element description.--> 
    1326  
    1327                                 <xsd:annotation> 
    1328                                         <xsd:documentation>A description that describes the wireline formation test in more detail.</xsd:documentation> 
    1329                                 </xsd:annotation> 
    13301247                        </xsd:element> 
    13311248                        <!--PROFILE: Deleted element extensionNameValue.--> 
     
    13481265                        </xsd:element> 
    13491266                        <xsd:element name="readingType" type="witsml:GasPeakType" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17893235"> 
     1267                                <xsd:annotation> 
     1268                                        <xsd:documentation>Type of gas reading.</xsd:documentation> 
     1269                                </xsd:annotation> 
    13501270                                <!--PROFILE: Changed minOccurs from 0 to 1 for element readingType.--> 
    1351  
    1352                                 <xsd:annotation> 
    1353                                         <xsd:documentation>Type of gas reading.</xsd:documentation> 
    1354                                 </xsd:annotation> 
    13551271                        </xsd:element> 
    13561272                        <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17892935"> 
     1273                                <xsd:annotation> 
     1274                                        <xsd:documentation>Measured depth at the top of the interval.</xsd:documentation> 
     1275                                </xsd:annotation> 
    13571276                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdTop.--> 
    1358  
    1359                                 <xsd:annotation> 
    1360                                         <xsd:documentation>Measured depth at the top of the interval.</xsd:documentation> 
    1361                                 </xsd:annotation> 
    13621277                        </xsd:element> 
    13631278                        <xsd:element name="mdBottom" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17893070"> 
     
    13711286                                </xsd:annotation> 
    13721287                        </xsd:element> 
    1373                         <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    1374                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17892710"> 
     1288                        <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17892710"> 
    13751289                                <xsd:annotation> 
    13761290                                        <xsd:documentation>True vertical depth at the bottom of the interval.</xsd:documentation> 
     
    13781292                        </xsd:element> 
    13791293                        <xsd:element name="gasHigh" type="witsml:volumePerVolumeMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17892170"> 
     1294                                <xsd:annotation> 
     1295                                        <xsd:documentation>The highest gas reading.</xsd:documentation> 
     1296                                </xsd:annotation> 
    13801297                                <!--PROFILE: Changed minOccurs from 0 to 1 for element gasHigh.--> 
    1381  
    1382                                 <xsd:annotation> 
    1383                                         <xsd:documentation>The highest gas reading.</xsd:documentation> 
    1384                                 </xsd:annotation> 
    13851298                        </xsd:element> 
    13861299                        <xsd:element name="gasLow" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17892260"> 
     
    13891302                                </xsd:annotation> 
    13901303                        </xsd:element> 
    1391                         <xsd:element name="meth" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" 
    1392                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17892350"> 
     1304                        <xsd:element name="meth" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17892350"> 
     1305                                <xsd:annotation> 
     1306                                        <xsd:documentation>Methane (C1) concentration.</xsd:documentation> 
     1307                                </xsd:annotation> 
    13931308                                <!--PROFILE: Changed type from witsml:volumePerVolumeMeasure to witsml:volumePerVolumeMeasurePartPerMillion for element meth.--> 
    1394  
    1395                                 <xsd:annotation> 
    1396                                         <xsd:documentation>Methane (C1) concentration.</xsd:documentation> 
    1397                                 </xsd:annotation> 
    1398                         </xsd:element> 
    1399                         <xsd:element name="eth" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" 
    1400                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17892485"> 
     1309                        </xsd:element> 
     1310                        <xsd:element name="eth" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17892485"> 
     1311                                <xsd:annotation> 
     1312                                        <xsd:documentation>Ethane (C2) concentration.</xsd:documentation> 
     1313                                </xsd:annotation> 
    14011314                                <!--PROFILE: Changed type from witsml:volumePerVolumeMeasure to witsml:volumePerVolumeMeasurePartPerMillion for element eth.--> 
    1402  
    1403                                 <xsd:annotation> 
    1404                                         <xsd:documentation>Ethane (C2) concentration.</xsd:documentation> 
    1405                                 </xsd:annotation> 
    1406                         </xsd:element> 
    1407                         <xsd:element name="prop" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" 
    1408                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17891900"> 
     1315                        </xsd:element> 
     1316                        <xsd:element name="prop" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17891900"> 
     1317                                <xsd:annotation> 
     1318                                        <xsd:documentation>Propane (C3) concentration.</xsd:documentation> 
     1319                                </xsd:annotation> 
    14091320                                <!--PROFILE: Changed type from witsml:volumePerVolumeMeasure to witsml:volumePerVolumeMeasurePartPerMillion for element prop.--> 
    1410  
    1411                                 <xsd:annotation> 
    1412                                         <xsd:documentation>Propane (C3) concentration.</xsd:documentation> 
    1413                                 </xsd:annotation> 
    1414                         </xsd:element> 
    1415                         <xsd:element name="ibut" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" 
    1416                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS374341731"> 
     1321                        </xsd:element> 
     1322                        <xsd:element name="ibut" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS374341731"> 
     1323                                <xsd:annotation> 
     1324                                        <xsd:documentation>iso-Butane (iC4) concentration.</xsd:documentation> 
     1325                                </xsd:annotation> 
    14171326                                <!--PROFILE: Changed type from witsml:volumePerVolumeMeasure to witsml:volumePerVolumeMeasurePartPerMillion for element ibut.--> 
    1418  
    1419                                 <xsd:annotation> 
    1420                                         <xsd:documentation>iso-Butane (iC4) concentration.</xsd:documentation> 
    1421                                 </xsd:annotation> 
    1422                         </xsd:element> 
    1423                         <xsd:element name="nbut" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" 
    1424                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS374350471"> 
     1327                        </xsd:element> 
     1328                        <xsd:element name="nbut" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS374350471"> 
     1329                                <xsd:annotation> 
     1330                                        <xsd:documentation>nor-Butane (nC4) concentration.</xsd:documentation> 
     1331                                </xsd:annotation> 
    14251332                                <!--PROFILE: Changed type from witsml:volumePerVolumeMeasure to witsml:volumePerVolumeMeasurePartPerMillion for element nbut.--> 
    1426  
    1427                                 <xsd:annotation> 
    1428                                         <xsd:documentation>nor-Butane (nC4) concentration.</xsd:documentation> 
    1429                                 </xsd:annotation> 
    1430                         </xsd:element> 
    1431                         <xsd:element name="ipent" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" 
    1432                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS374357751"> 
     1333                        </xsd:element> 
     1334                        <xsd:element name="ipent" type="witsml:volumePerVolumeMeasurePartPerMillion" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS374357751"> 
     1335                                <xsd:annotation> 
     1336                                        <xsd:documentation>iso-Pentane (iC5) concentration.</xsd:documentation> 
     1337                                </xsd:annotation> 
    14331338                                <!--PROFILE: Changed type from witsml:volumePerVolumeMeasure to witsml:volumePerVolumeMeasurePartPerMillion for element ipent.--> 
    1434  
    1435                                 <xsd:annotation> 
    1436                                         <xsd:documentation>iso-Pentane (iC5) concentration.</xsd:documentation> 
    1437                                 </xsd:annotation> 
    14381339                        </xsd:element> 
    14391340                        <!--PROFILE: Deleted element extensionNameValue.--> 
     
    14511352                <xsd:sequence> 
    14521353                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS328364008"> 
     1354                                <xsd:annotation> 
     1355                                        <xsd:documentation>Date and time that the well test was completed.</xsd:documentation> 
     1356                                </xsd:annotation> 
    14531357                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTim.--> 
    1454  
    1455                                 <xsd:annotation> 
    1456                                         <xsd:documentation>Date and time that the well test was completed.</xsd:documentation> 
    1457                                 </xsd:annotation> 
    14581358                        </xsd:element> 
    14591359                        <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17713095"> 
     1360                                <xsd:annotation> 
     1361                                        <xsd:documentation>Measured depth at the top of the lithology interval.</xsd:documentation> 
     1362                                </xsd:annotation> 
    14601363                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdTop.--> 
    1461  
    1462                                 <xsd:annotation> 
    1463                                         <xsd:documentation>Measured depth at the top of the lithology interval.</xsd:documentation> 
    1464                                 </xsd:annotation> 
    14651364                        </xsd:element> 
    14661365                        <xsd:element name="mdBottom" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17712870"> 
     1366                                <xsd:annotation> 
     1367                                        <xsd:documentation>Measured depth at the bottom of the lithology interval.</xsd:documentation> 
     1368                                </xsd:annotation> 
    14671369                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdBottom.--> 
    1468  
    1469                                 <xsd:annotation> 
    1470                                         <xsd:documentation>Measured depth at the bottom of the lithology interval.</xsd:documentation> 
    1471                                 </xsd:annotation> 
    14721370                        </xsd:element> 
    14731371                        <xsd:element name="tvdTop" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17857516"> 
     
    14761374                                </xsd:annotation> 
    14771375                        </xsd:element> 
    1478                         <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    1479                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17857921"> 
     1376                        <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17857921"> 
    14801377                                <xsd:annotation> 
    14811378                                        <xsd:documentation>True vertical depth at the bottom of the lithology interval.</xsd:documentation> 
     
    14831380                        </xsd:element> 
    14841381                        <xsd:element name="show" type="witsml:commentString" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS375160921"> 
     1382                                <xsd:annotation> 
     1383                                        <xsd:documentation>A textual description of any shows in the interval.</xsd:documentation> 
     1384                                </xsd:annotation> 
    14851385                                <!--PROFILE: Changed type from witsml:descriptionString to witsml:commentString for element show.--> 
    1486  
    1487                                 <xsd:annotation> 
    1488                                         <xsd:documentation>A textual description of any shows in the interval.</xsd:documentation> 
    1489                                 </xsd:annotation> 
    14901386                        </xsd:element> 
    14911387                        <xsd:element name="lithology" type="witsml:commentString" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17712795"> 
     1388                                <xsd:annotation> 
     1389                                        <xsd:documentation>A description that gives a geological/lithological description/evaluation of the interval.</xsd:documentation> 
     1390                                </xsd:annotation> 
    14921391                                <!--PROFILE: Changed type from witsml:descriptionString to witsml:commentString for element lithology.--> 
    1493  
    1494                                 <xsd:annotation> 
    1495                                         <xsd:documentation>A description that gives a geological/lithological description/evaluation of the interval.</xsd:documentation> 
    1496                                 </xsd:annotation> 
    14971392                        </xsd:element> 
    14981393                        <!--PROFILE: Deleted element extensionNameValue.--> 
     
    15151410                        </xsd:element> 
    15161411                        <xsd:element name="runNumber" type="witsml:str16" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17692038"> 
     1412                                <xsd:annotation> 
     1413                                        <xsd:documentation>Log run number. For measurement while drilling, this should be the bottom hole assembly number.</xsd:documentation> 
     1414                                </xsd:annotation> 
    15171415                                <!--PROFILE: Changed minOccurs from 0 to 1 for element runNumber.--> 
    1518  
    1519                                 <xsd:annotation> 
    1520                                         <xsd:documentation>Log run number. For measurement while drilling, this should be the bottom hole assembly number.</xsd:documentation> 
    1521                                 </xsd:annotation> 
    15221416                        </xsd:element> 
    15231417                        <xsd:element name="serviceCompany" type="witsml:nameString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17691993"> 
     1418                                <xsd:annotation> 
     1419                                        <xsd:documentation>Name of contractor who provided the service.</xsd:documentation> 
     1420                                </xsd:annotation> 
    15241421                                <!--PROFILE: Changed minOccurs from 0 to 1 for element serviceCompany.--> 
    1525  
    1526                                 <xsd:annotation> 
    1527                                         <xsd:documentation>Name of contractor who provided the service.</xsd:documentation> 
    1528                                 </xsd:annotation> 
    15291422                        </xsd:element> 
    15301423                        <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17691558"> 
     1424                                <xsd:annotation> 
     1425                                        <xsd:documentation>Measured depth at the top of the logged interval.</xsd:documentation> 
     1426                                </xsd:annotation> 
    15311427                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdTop.--> 
    1532  
    1533                                 <xsd:annotation> 
    1534                                         <xsd:documentation>Measured depth at the top of the logged interval.</xsd:documentation> 
    1535                                 </xsd:annotation> 
    15361428                        </xsd:element> 
    15371429                        <xsd:element name="mdBottom" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17691393"> 
     1430                                <xsd:annotation> 
     1431                                        <xsd:documentation>Measured depth at the bottom of the logged interval.</xsd:documentation> 
     1432                                </xsd:annotation> 
    15381433                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdBottom.--> 
    1539  
    1540                                 <xsd:annotation> 
    1541                                         <xsd:documentation>Measured depth at the bottom of the logged interval.</xsd:documentation> 
    1542                                 </xsd:annotation> 
    15431434                        </xsd:element> 
    15441435                        <xsd:element name="tvdTop" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17857516"> 
     
    15471438                                </xsd:annotation> 
    15481439                        </xsd:element> 
    1549                         <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    1550                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17857921"> 
     1440                        <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17857921"> 
    15511441                                <xsd:annotation> 
    15521442                                        <xsd:documentation>True vertical depth at the bottom of the logged interval.</xsd:documentation> 
     
    15541444                        </xsd:element> 
    15551445                        <xsd:element name="tool" type="witsml:descriptionString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17692083"> 
     1446                                <xsd:annotation> 
     1447                                        <xsd:documentation>A description of the logging tool.</xsd:documentation> 
     1448                                </xsd:annotation> 
    15561449                                <!--PROFILE: Changed type from witsml:kindString to witsml:descriptionString for element tool.--> 
    15571450                                <!--PROFILE: Changed minOccurs from 0 to 1 for element tool.--> 
    1558  
    1559                                 <xsd:annotation> 
    1560                                         <xsd:documentation>A description of the logging tool.</xsd:documentation> 
    1561                                 </xsd:annotation> 
    15621451                        </xsd:element> 
    15631452                        <xsd:choice> 
    1564                                 <xsd:element name="tempBHCT" type="witsml:thermodynamicTemperatureMeasureCelsius" minOccurs="0" 
    1565                                          maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17691153"> 
    1566                                         <!--PROFILE: Changed type from witsml:thermodynamicTemperatureMeasure to witsml:thermodynamicTemperatureMeasureCelsius for element tempBHCT.--> 
    1567  
     1453                                <xsd:element name="tempBHCT" type="witsml:thermodynamicTemperatureMeasureCelsius" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17691153"> 
    15681454                                        <xsd:annotation> 
    15691455                                                <xsd:documentation>Bottom hole circulating temperature.</xsd:documentation> 
    15701456                                        </xsd:annotation> 
     1457                                        <!--PROFILE: Changed type from witsml:thermodynamicTemperatureMeasure to witsml:thermodynamicTemperatureMeasureCelsius for element tempBHCT.--> 
    15711458                                </xsd:element> 
    15721459                                <xsd:sequence> 
    1573                                         <xsd:element name="tempBHST" type="witsml:thermodynamicTemperatureMeasureCelsius" minOccurs="0" 
    1574                                                  maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17836159"> 
    1575                                                 <!--PROFILE: Changed type from witsml:thermodynamicTemperatureMeasure to witsml:thermodynamicTemperatureMeasureCelsius for element tempBHST.--> 
    1576  
     1460                                        <xsd:element name="tempBHST" type="witsml:thermodynamicTemperatureMeasureCelsius" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17836159"> 
    15771461                                                <xsd:annotation> 
    15781462                                                        <xsd:documentation>Bottom hole temperature static.</xsd:documentation> 
    15791463                                                </xsd:annotation> 
     1464                                                <!--PROFILE: Changed type from witsml:thermodynamicTemperatureMeasure to witsml:thermodynamicTemperatureMeasureCelsius for element tempBHST.--> 
    15801465                                        </xsd:element> 
    15811466                                        <xsd:element name="eTimStatic" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17691303"> 
    1582                                                 <!--PROFILE: Changed type from witsml:timeMeasure to witsml:timeMeasureHour for element eTimStatic.--> 
    1583  
    15841467                                                <xsd:annotation> 
    15851468                                                        <xsd:documentation>Ellapsed time since circulation stopped.</xsd:documentation> 
    15861469                                                </xsd:annotation> 
     1470                                                <!--PROFILE: Changed type from witsml:timeMeasure to witsml:timeMeasureHour for element eTimStatic.--> 
    15871471                                        </xsd:element> 
    15881472                                </xsd:sequence> 
    15891473                        </xsd:choice> 
    15901474                        <xsd:element name="mdTempTool" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17836564"> 
     1475                                <xsd:annotation> 
     1476                                        <xsd:documentation>Measured depth to the temperature measurement tool.</xsd:documentation> 
     1477                                </xsd:annotation> 
    15911478                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdTempTool.--> 
    1592  
    1593                                 <xsd:annotation> 
    1594                                         <xsd:documentation>Measured depth to the temperature measurement tool.</xsd:documentation> 
    1595                                 </xsd:annotation> 
    1596                         </xsd:element> 
    1597                         <xsd:element name="tvdTempTool" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    1598                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17836024"> 
     1479                        </xsd:element> 
     1480                        <xsd:element name="tvdTempTool" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17836024"> 
    15991481                                <xsd:annotation> 
    16001482                                        <xsd:documentation>True vertical depth to the temperature measurement tool.</xsd:documentation> 
     
    16151497                <xsd:sequence> 
    16161498                        <xsd:element name="dTimOpen" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17797330"> 
     1499                                <xsd:annotation> 
     1500                                        <xsd:documentation>The date and time at which the well perforation interval is opened.</xsd:documentation> 
     1501                                </xsd:annotation> 
    16171502                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTimOpen.--> 
    1618  
    1619                                 <xsd:annotation> 
    1620                                         <xsd:documentation>The date and time at which the well perforation interval is opened.</xsd:documentation> 
    1621                                 </xsd:annotation> 
    16221503                        </xsd:element> 
    16231504                        <xsd:element name="dTimClose" type="witsml:timestamp" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17797405"> 
     
    16271508                        </xsd:element> 
    16281509                        <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17797480"> 
     1510                                <xsd:annotation> 
     1511                                        <xsd:documentation>Measured depth at the top of the perforation interval.</xsd:documentation> 
     1512                                </xsd:annotation> 
    16291513                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdTop.--> 
    1630  
    1631                                 <xsd:annotation> 
    1632                                         <xsd:documentation>Measured depth at the top of the perforation interval.</xsd:documentation> 
    1633                                 </xsd:annotation> 
    16341514                        </xsd:element> 
    16351515                        <xsd:element name="mdBottom" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17796970"> 
     1516                                <xsd:annotation> 
     1517                                        <xsd:documentation>Measured depth at the bottom of the perforation interval.</xsd:documentation> 
     1518                                </xsd:annotation> 
    16361519                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdBottom.--> 
    1637  
    1638                                 <xsd:annotation> 
    1639                                         <xsd:documentation>Measured depth at the bottom of the perforation interval.</xsd:documentation> 
    1640                                 </xsd:annotation> 
    16411520                        </xsd:element> 
    16421521                        <xsd:element name="tvdTop" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17854791"> 
     
    16451524                                </xsd:annotation> 
    16461525                        </xsd:element> 
    1647                         <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    1648                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17855226"> 
     1526                        <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17855226"> 
    16491527                                <xsd:annotation> 
    16501528                                        <xsd:documentation>True vertical depth at the bottom of the perforation interval.</xsd:documentation> 
     
    16691547                                </xsd:annotation> 
    16701548                        </xsd:element> 
    1671                         <xsd:element name="equivalentMudWeight" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1" 
    1672                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789307"> 
     1549                        <xsd:element name="equivalentMudWeight" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17789307"> 
    16731550                                <xsd:annotation> 
    16741551                                        <xsd:documentation>The equivalent mud weight value of the pore pressure reading.</xsd:documentation> 
     
    16761553                        </xsd:element> 
    16771554                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17683945"> 
     1555                                <xsd:annotation> 
     1556                                        <xsd:documentation>Date and time at the reading was made.</xsd:documentation> 
     1557                                </xsd:annotation> 
    16781558                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTim.--> 
    1679  
    1680                                 <xsd:annotation> 
    1681                                         <xsd:documentation>Date and time at the reading was made.</xsd:documentation> 
    1682                                 </xsd:annotation> 
    16831559                        </xsd:element> 
    16841560                        <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17684935"> 
     1561                                <xsd:annotation> 
     1562                                        <xsd:documentation>The measured depth where the readings were recorded.</xsd:documentation> 
     1563                                </xsd:annotation> 
    16851564                                <!--PROFILE: Changed minOccurs from 0 to 1 for element md.--> 
    1686  
    1687                                 <xsd:annotation> 
    1688                                         <xsd:documentation>The measured depth where the readings were recorded.</xsd:documentation> 
    1689                                 </xsd:annotation> 
    16901565                        </xsd:element> 
    16911566                        <xsd:element name="tvd" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17847750"> 
     
    17081583                <xsd:sequence> 
    17091584                        <xsd:element name="reportNo" type="witsml:positiveCount" minOccurs="0" maxOccurs="1"> 
     1585                                <xsd:annotation> 
     1586                                        <xsd:documentation>Sequence number of daily drilling report.</xsd:documentation> 
     1587                                </xsd:annotation> 
    17101588                                <!-- PROFILE: Added element reportNo --> 
    1711                                 <xsd:annotation> 
    1712                                         <xsd:documentation>Sequence number of daily drilling report.</xsd:documentation> 
    1713                                 </xsd:annotation> 
    1714                         </xsd:element> 
    1715                         <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1" 
    1716          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17644855"> 
     1589                        </xsd:element> 
     1590                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17644855"> 
     1591                                <xsd:annotation> 
     1592                                        <xsd:documentation>the date and time that for which the well status is reported.</xsd:documentation> 
     1593                                </xsd:annotation> 
    17171594                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTim.--> 
    1718                                 <xsd:annotation> 
    1719                                         <xsd:documentation>the date and time that for which the well status is reported.</xsd:documentation> 
    1720                                 </xsd:annotation> 
    1721                         </xsd:element> 
    1722                         <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" 
    1723          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17644930"> 
     1595                        </xsd:element> 
     1596                        <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17644930"> 
     1597                                <xsd:annotation> 
     1598                                        <xsd:documentation>Wellbore measured depth at the end of the report period.</xsd:documentation> 
     1599                                </xsd:annotation> 
    17241600                                <!--PROFILE: Changed minOccurs from 0 to 1 for element md.--> 
    1725                                 <xsd:annotation> 
    1726                                         <xsd:documentation>Wellbore measured depth at the end of the report period.</xsd:documentation> 
    1727                                 </xsd:annotation> 
    1728                         </xsd:element> 
    1729                         <xsd:element name="tvd" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    1730          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17851070"> 
     1601                        </xsd:element> 
     1602                        <xsd:element name="tvd" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17851070"> 
    17311603                                <xsd:annotation> 
    17321604                                        <xsd:documentation>Wellbore true vertical depth at the end of the report.</xsd:documentation> 
    17331605                                </xsd:annotation> 
    17341606                        </xsd:element> 
    1735                         <xsd:element name="mdPlugTop" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" 
    1736          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659110"> 
     1607                        <xsd:element name="mdPlugTop" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659110"> 
    17371608                                <xsd:annotation> 
    17381609                                        <xsd:documentation>The measured plug back depth.</xsd:documentation> 
    17391610                                </xsd:annotation> 
    17401611                        </xsd:element> 
    1741                         <xsd:element name="diaHole" type="witsml:lengthMeasureInch" minOccurs="0" maxOccurs="1" 
    1742          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17644585"> 
     1612                        <xsd:element name="diaHole" type="witsml:lengthMeasureInch" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17644585"> 
     1613                                <xsd:annotation> 
     1614                                        <xsd:documentation>Hole nominal inside diameter.</xsd:documentation> 
     1615                                </xsd:annotation> 
    17431616                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element diaHole.--> 
    1744                                 <xsd:annotation> 
    1745                                         <xsd:documentation>Hole nominal inside diameter.</xsd:documentation> 
    1746                                 </xsd:annotation> 
    1747                         </xsd:element> 
    1748                         <xsd:element name="mdDiaHoleStart" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" 
    1749          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659230"> 
     1617                        </xsd:element> 
     1618                        <xsd:element name="mdDiaHoleStart" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659230"> 
    17501619                                <xsd:annotation> 
    17511620                                        <xsd:documentation>The measured depth to the start of the current hole diameter.</xsd:documentation> 
    17521621                                </xsd:annotation> 
    17531622                        </xsd:element> 
    1754                         <xsd:element name="diaPilot" type="witsml:lengthMeasureInch" minOccurs="0" maxOccurs="1" 
    1755          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659350"> 
     1623                        <xsd:element name="diaPilot" type="witsml:lengthMeasureInch" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659350"> 
     1624                                <xsd:annotation> 
     1625                                        <xsd:documentation>Pilot hole nominal inside diameter at reporting time.</xsd:documentation> 
     1626                                </xsd:annotation> 
    17561627                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element diaPilot.--> 
    1757                                 <xsd:annotation> 
    1758                                         <xsd:documentation>Pilot hole nominal inside diameter at reporting time.</xsd:documentation> 
    1759                                 </xsd:annotation> 
    1760                         </xsd:element> 
    1761                         <xsd:element name="mdDiaPilotPlan" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" 
    1762          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17851160"> 
     1628                        </xsd:element> 
     1629                        <xsd:element name="mdDiaPilotPlan" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17851160"> 
    17631630                                <xsd:annotation> 
    17641631                                        <xsd:documentation>The planned measured depth of the pilot hole.</xsd:documentation> 
    17651632                                </xsd:annotation> 
    17661633                        </xsd:element> 
    1767                         <xsd:element name="tvdDiaPilotPlan" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    1768          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17660205"> 
     1634                        <xsd:element name="tvdDiaPilotPlan" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17660205"> 
    17691635                                <xsd:annotation> 
    17701636                                        <xsd:documentation>The planned true vertical depth of the pilot hole.</xsd:documentation> 
    17711637                                </xsd:annotation> 
    17721638                        </xsd:element> 
    1773                         <xsd:element name="typeWellbore" type="witsml:WellboreType" minOccurs="0" maxOccurs="1" 
    1774          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17660325"> 
     1639                        <xsd:element name="typeWellbore" type="witsml:WellboreType" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17660325"> 
    17751640                                <xsd:annotation> 
    17761641                                        <xsd:documentation>Type of wellbore.</xsd:documentation> 
    17771642                                </xsd:annotation> 
    17781643                        </xsd:element> 
    1779                         <xsd:element name="mdKickoff" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" 
    1780          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17660400"> 
     1644                        <xsd:element name="mdKickoff" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17660400"> 
    17811645                                <xsd:annotation> 
    17821646                                        <xsd:documentation>Measured depth to the kickoff point of the wellbore.</xsd:documentation> 
    17831647                                </xsd:annotation> 
    17841648                        </xsd:element> 
    1785                         <xsd:element name="tvdKickoff" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" 
    1786          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850980"> 
     1649                        <xsd:element name="tvdKickoff" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850980"> 
    17871650                                <xsd:annotation> 
    17881651                                        <xsd:documentation>True vertical depth to the kickoff point of the wellbore.</xsd:documentation> 
     
    17901653                        </xsd:element> 
    17911654                        <!--PROFILE: Deleted element parentWellbore.--> 
    1792                         <xsd:element name="strengthForm" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" 
    1793          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659800"> 
     1655                        <xsd:element name="strengthForm" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659800"> 
    17941656                                <xsd:annotation> 
    17951657                                        <xsd:documentation>The measured formation strength. This should be the final measurement before the end of the report period.</xsd:documentation> 
    17961658                                </xsd:annotation> 
    17971659                        </xsd:element> 
    1798                         <xsd:element name="mdStrengthForm" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" 
    1799          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17660055"> 
     1660                        <xsd:element name="mdStrengthForm" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17660055"> 
    18001661                                <xsd:annotation> 
    18011662                                        <xsd:documentation>The measured depth of the formation strength measuement.</xsd:documentation> 
    18021663                                </xsd:annotation> 
    18031664                        </xsd:element> 
    1804                         <xsd:element name="tvdStrengthForm" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    1805          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850755"> 
     1665                        <xsd:element name="tvdStrengthForm" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850755"> 
    18061666                                <xsd:annotation> 
    18071667                                        <xsd:documentation>The true vertical depth of the formation strength measuement.</xsd:documentation> 
    18081668                                </xsd:annotation> 
    18091669                        </xsd:element> 
    1810                         <xsd:element name="diaCsgLast" type="witsml:lengthMeasureInch" minOccurs="0" maxOccurs="1" 
    1811          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659470"> 
     1670                        <xsd:element name="diaCsgLast" type="witsml:lengthMeasureInch" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659470"> 
     1671                                <xsd:annotation> 
     1672                                        <xsd:documentation>Diameter of last casing.</xsd:documentation> 
     1673                                </xsd:annotation> 
    18121674                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element diaCsgLast.--> 
    1813                                 <xsd:annotation> 
    1814                                         <xsd:documentation>Diameter of last casing.</xsd:documentation> 
    1815                                 </xsd:annotation> 
    1816                         </xsd:element> 
    1817                         <xsd:element name="mdCsgLast" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" 
    1818          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659755"> 
     1675                        </xsd:element> 
     1676                        <xsd:element name="mdCsgLast" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659755"> 
    18191677                                <xsd:annotation> 
    18201678                                        <xsd:documentation>Measured depth of last casing.</xsd:documentation> 
    18211679                                </xsd:annotation> 
    18221680                        </xsd:element> 
    1823                         <xsd:element name="tvdCsgLast" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    1824          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850890"> 
     1681                        <xsd:element name="tvdCsgLast" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850890"> 
    18251682                                <xsd:annotation> 
    18261683                                        <xsd:documentation>True vertical depth of last casing.</xsd:documentation> 
    18271684                                </xsd:annotation> 
    18281685                        </xsd:element> 
    1829                         <xsd:element name="presTestType" type="witsml:PresTestType" minOccurs="0" maxOccurs="1" 
    1830          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17658975"> 
     1686                        <xsd:element name="presTestType" type="witsml:PresTestType" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17658975"> 
    18311687                                <xsd:annotation> 
    18321688                                        <xsd:documentation>The type of pressure test that was run during this reporting period.</xsd:documentation> 
    18331689                                </xsd:annotation> 
    18341690                        </xsd:element> 
    1835                         <xsd:element name="mdPlanned" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" 
    1836          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850395"> 
     1691                        <xsd:element name="mdPlanned" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850395"> 
    18371692                                <xsd:annotation> 
    18381693                                        <xsd:documentation>Measured depth of plan for this day number (report period).</xsd:documentation> 
    18391694                                </xsd:annotation> 
    18401695                        </xsd:element> 
    1841                         <xsd:element name="distDrill" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1" 
    1842          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850485"> 
     1696                        <xsd:element name="distDrill" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850485"> 
    18431697                                <xsd:annotation> 
    18441698                                        <xsd:documentation>Distance drilled during this reporting period. This should be measured along the centerline of the wellbore.</xsd:documentation> 
    18451699                                </xsd:annotation> 
    18461700                        </xsd:element> 
    1847                         <xsd:element name="elevKelly" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1" 
    1848          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850575"> 
     1701                        <xsd:element name="elevKelly" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850575"> 
    18491702                                <xsd:annotation> 
    18501703                                        <xsd:documentation>Elevation of the rotary kelly bushing.</xsd:documentation> 
     
    18521705                        </xsd:element> 
    18531706                        <xsd:element name="waterDepth" type="witsml:lengthMeasureMetre" minOccurs="0" maxOccurs="1"> 
     1707                                <xsd:annotation> 
     1708                                        <xsd:documentation>Water depth in Mean sea level (m).</xsd:documentation> 
     1709                                </xsd:annotation> 
    18541710                                <!-- PROFILE: Added element waterDepth --> 
    1855                                 <xsd:annotation> 
    1856                                         <xsd:documentation>Water depth in Mean sea level (m).</xsd:documentation> 
    1857                                 </xsd:annotation> 
    1858                         </xsd:element> 
    1859                         <xsd:element name="sum24Hr" type="witsml:commentString" minOccurs="1" maxOccurs="1" 
    1860          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17658390"> 
     1711                        </xsd:element> 
     1712                        <xsd:element name="sum24Hr" type="witsml:commentString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17658390"> 
     1713                                <xsd:annotation> 
     1714                                        <xsd:documentation>A summary that sumarizes the activities performed and the status of the ongoing activities from the reporting period.</xsd:documentation> 
     1715                                </xsd:annotation> 
    18611716                                <!--PROFILE: Changed minOccurs from 0 to 1 for element sum24Hr.--> 
    1862                                 <xsd:annotation> 
    1863                                         <xsd:documentation>A summary that sumarizes the activities performed and the status of the ongoing activities from the reporting period.</xsd:documentation> 
    1864                                 </xsd:annotation> 
    1865                         </xsd:element> 
    1866                         <xsd:element name="forecast24Hr" type="witsml:commentString" minOccurs="1" maxOccurs="1" 
    1867          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17658465"> 
     1717                        </xsd:element> 
     1718                        <xsd:element name="forecast24Hr" type="witsml:commentString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17658465"> 
     1719                                <xsd:annotation> 
     1720                                        <xsd:documentation>A summary that sumarizes the planned activities the next reporting period.</xsd:documentation> 
     1721                                </xsd:annotation> 
    18681722                                <!--PROFILE: Changed minOccurs from 0 to 1 for element forecast24Hr.--> 
    1869                                 <xsd:annotation> 
    1870                                         <xsd:documentation>A summary that sumarizes the planned activities the next reporting period.</xsd:documentation> 
    1871                                 </xsd:annotation> 
    1872                         </xsd:element> 
    1873                         <xsd:element name="ropCurrent" type="witsml:velocityMeasureMetresPerHour" minOccurs="0" maxOccurs="1" 
    1874          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850095"> 
     1723                        </xsd:element> 
     1724                        <xsd:element name="ropCurrent" type="witsml:velocityMeasureMetresPerHour" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17850095"> 
     1725                                <xsd:annotation> 
     1726                                        <xsd:documentation>Rate of penetration at the end of the reporting period.</xsd:documentation> 
     1727                                </xsd:annotation> 
    18751728                                <!--PROFILE: Changed type from witsml:velocityMeasure to witsml:velocityMeasureMetresPerHour for element ropCurrent.--> 
    1876                                 <xsd:annotation> 
    1877                                         <xsd:documentation>Rate of penetration at the end of the reporting period.</xsd:documentation> 
    1878                                 </xsd:annotation> 
    18791729                        </xsd:element> 
    18801730                        <xsd:element name="tightWell" type="witsml:logicalBoolean" minOccurs="1" maxOccurs="1"> 
     1731                                <xsd:annotation> 
     1732                                        <xsd:documentation>Indicates if a well is tight or not.</xsd:documentation> 
     1733                                </xsd:annotation> 
    18811734                                <!-- PROFILE: Added element thightWell --> 
    1882                                 <xsd:annotation> 
    1883                                         <xsd:documentation>Indicates if a well is tight or not.</xsd:documentation> 
    1884                                 </xsd:annotation> 
    18851735                        </xsd:element> 
    18861736                        <xsd:element name="hpht" type="witsml:logicalBoolean" minOccurs="1" maxOccurs="1"> 
     1737                                <xsd:annotation> 
     1738                                        <xsd:documentation>Indicates if a wellbore is classified as HPHT (High Pressure - High Temperature) or not.</xsd:documentation> 
     1739                                </xsd:annotation> 
    18871740                                <!-- PROFILE: Added element hpht --> 
    1888                                 <xsd:annotation> 
    1889                                         <xsd:documentation>Indicates if a wellbore is classified as HPHT (High Pressure - High Temperature) or not.</xsd:documentation> 
    1890                                 </xsd:annotation> 
    1891                         </xsd:element> 
    1892                         <xsd:element name="avgPresBH" type="witsml:pressureMeasurePsig" minOccurs="1" maxOccurs="1"> 
     1741                        </xsd:element> 
     1742                        <xsd:element name="avgPresBH" type="witsml:pressureMeasurePsig" minOccurs="0" maxOccurs="1"> 
     1743                                <xsd:annotation> 
     1744                                        <xsd:documentation>Averagae bottomhole pressure (psig).</xsd:documentation> 
     1745                                </xsd:annotation> 
    18931746                                <!-- PROFILE: Added element avgPresBH --> 
    1894                                 <xsd:annotation> 
    1895                                         <xsd:documentation>Averagae bottomhole pressure (psig).</xsd:documentation> 
    1896                                 </xsd:annotation> 
    1897                         </xsd:element> 
    1898                         <xsd:element name="avgTempBH" type="witsml:thermodynamicTemperatureMeasureCelsius" minOccurs="1" maxOccurs="1"> 
     1747                        </xsd:element> 
     1748                        <xsd:element name="avgTempBH" type="witsml:thermodynamicTemperatureMeasureCelsius" minOccurs="0" maxOccurs="1"> 
     1749                                <xsd:annotation> 
     1750                                        <xsd:documentation>A bottomhole temperature that is the expected bottomhole temperature (c).</xsd:documentation> 
     1751                                </xsd:annotation> 
    18991752                                <!-- PROFILE: Added element expTempBH --> 
    1900                                 <xsd:annotation> 
    1901                                         <xsd:documentation>A bottomhole temperature that is the expected bottomhole temperature (c).</xsd:documentation> 
    1902                                 </xsd:annotation> 
    19031753                        </xsd:element> 
    19041754                        <xsd:element name="fixedRig" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1"> 
     1755                                <xsd:annotation> 
     1756                                        <xsd:documentation>A daily drilling report class that classifies rig types true (1) if the rig is fiexed false (0) if the rig is mobile.</xsd:documentation> 
     1757                                </xsd:annotation> 
    19051758                                <!-- PROFILE: Added element rigType --> 
    1906                                 <xsd:annotation> 
    1907                                         <xsd:documentation>A daily drilling report class that classifies rig types true (1) if the rig is fiexed false (0) if the rig is mobile.</xsd:documentation> 
    1908                                 </xsd:annotation> 
    19091759                        </xsd:element> 
    19101760                        <!--PROFILE: Deleted element rig.--> 
     
    19581808                <xsd:sequence> 
    19591809                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17795795"> 
     1810                                <xsd:annotation> 
     1811                                        <xsd:documentation>Date and time at which a preliminary zonation is established.</xsd:documentation> 
     1812                                </xsd:annotation> 
    19601813                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTim.--> 
    1961  
    1962                                 <xsd:annotation> 
    1963                                         <xsd:documentation>Date and time at which a preliminary zonation is established.</xsd:documentation> 
    1964                                 </xsd:annotation> 
    19651814                        </xsd:element> 
    19661815                        <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17795870"> 
     1816                                <xsd:annotation> 
     1817                                        <xsd:documentation>Measured depth at the top of the formation.</xsd:documentation> 
     1818                                </xsd:annotation> 
    19671819                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdTop.--> 
    1968  
    1969                                 <xsd:annotation> 
    1970                                         <xsd:documentation>Measured depth at the top of the formation.</xsd:documentation> 
    1971                                 </xsd:annotation> 
    19721820                        </xsd:element> 
    19731821                        <xsd:element name="tvdTop" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17796065"> 
     
    19771825                        </xsd:element> 
    19781826                        <xsd:element name="description" type="witsml:commentString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17788332"> 
     1827                                <xsd:annotation> 
     1828                                        <xsd:documentation>A lithological description of the geological formation at the given depth.</xsd:documentation> 
     1829                                </xsd:annotation> 
    19791830                                <!--PROFILE: Changed type from witsml:descriptionString to witsml:commentString for element description.--> 
    19801831                                <!--PROFILE: Changed minOccurs from 0 to 1 for element description.--> 
    1981  
    1982                                 <xsd:annotation> 
    1983                                         <xsd:documentation>A lithological description of the geological formation at the given depth.</xsd:documentation> 
    1984                                 </xsd:annotation> 
    19851832                        </xsd:element> 
    19861833                        <!--PROFILE: Deleted element extensionNameValue.--> 
     
    20141861                        </xsd:element> 
    20151862                        <xsd:element name="incl" type="witsml:planeAngleMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17687922"> 
     1863                                <xsd:annotation> 
     1864                                        <xsd:documentation>Hole inclination, measured from vertical.</xsd:documentation> 
     1865                                </xsd:annotation> 
    20161866                                <!--PROFILE: Changed minOccurs from 0 to 1 for element incl.--> 
    2017  
    2018                                 <xsd:annotation> 
    2019                                         <xsd:documentation>Hole inclination, measured from vertical.</xsd:documentation> 
    2020                                 </xsd:annotation> 
    20211867                        </xsd:element> 
    20221868                        <xsd:element name="azi" type="witsml:planeAngleMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17688267"> 
     1869                                <xsd:annotation> 
     1870                                        <xsd:documentation>Hole azimuth. Corrected to wells azimuth reference.</xsd:documentation> 
     1871                                </xsd:annotation> 
    20231872                                <!--PROFILE: Changed minOccurs from 0 to 1 for element azi.--> 
    2024  
    2025                                 <xsd:annotation> 
    2026                                         <xsd:documentation>Hole azimuth. Corrected to wells azimuth reference.</xsd:documentation> 
    2027                                 </xsd:annotation> 
    20281873                        </xsd:element> 
    20291874                        <!--PROFILE: Deleted element vertSect.--> 
     
    20701915                        </xsd:element> 
    20711916                        <xsd:element name="rigAlias" type="witsml:cs_alias" minOccurs="0" maxOccurs="2" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17645305"> 
     1917                                <xsd:annotation> 
     1918                                        <xsd:documentation>A name of the fixed or movable facility being used to drill the wellbore.</xsd:documentation> 
     1919                                </xsd:annotation> 
    20721920                                <!--PROFILE: Changed maxOccurs from unbounded to 2 for element rigAlias.--> 
    2073  
    2074                                 <xsd:annotation> 
    2075                                         <xsd:documentation>A name of the fixed or movable facility being used to drill the wellbore.</xsd:documentation> 
    2076                                 </xsd:annotation> 
    20771921                        </xsd:element> 
    20781922                </xsd:sequence> 
     
    20841928                <xsd:sequence> 
    20851929                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699490"> 
     1930                                <xsd:annotation> 
     1931                                        <xsd:documentation>Date and time that the well test was completed.</xsd:documentation> 
     1932                                </xsd:annotation> 
    20861933                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTim.--> 
    2087  
    2088                                 <xsd:annotation> 
    2089                                         <xsd:documentation>Date and time that the well test was completed.</xsd:documentation> 
    2090                                 </xsd:annotation> 
    20911934                        </xsd:element> 
    20921935                        <xsd:element name="testType" type="witsml:WellTestType" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17701590"> 
     1936                                <xsd:annotation> 
     1937                                        <xsd:documentation>The type of well test.</xsd:documentation> 
     1938                                </xsd:annotation> 
    20931939                                <!--PROFILE: Changed minOccurs from 0 to 1 for element testType.--> 
    2094  
    2095                                 <xsd:annotation> 
    2096                                         <xsd:documentation>The type of well test.</xsd:documentation> 
    2097                                 </xsd:annotation> 
    20981940                        </xsd:element> 
    20991941                        <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17701335"> 
     1942                                <xsd:annotation> 
     1943                                        <xsd:documentation>The number of the well test.</xsd:documentation> 
     1944                                </xsd:annotation> 
    21001945                                <!--PROFILE: Changed minOccurs from 0 to 1 for element testNumber.--> 
    2101  
    2102                                 <xsd:annotation> 
    2103                                         <xsd:documentation>The number of the well test.</xsd:documentation> 
    2104                                 </xsd:annotation> 
    21051946                        </xsd:element> 
    21061947                        <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17701290"> 
     1948                                <xsd:annotation> 
     1949                                        <xsd:documentation>Measured depth at the top of the test interval.</xsd:documentation> 
     1950                                </xsd:annotation> 
    21071951                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdTop.--> 
    2108  
    2109                                 <xsd:annotation> 
    2110                                         <xsd:documentation>Measured depth at the top of the test interval.</xsd:documentation> 
    2111                                 </xsd:annotation> 
    21121952                        </xsd:element> 
    21131953                        <xsd:element name="mdBottom" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17701380"> 
     1954                                <xsd:annotation> 
     1955                                        <xsd:documentation>Measured depth at the bottom of the test interval.</xsd:documentation> 
     1956                                </xsd:annotation> 
    21141957                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mdBottom.--> 
    2115  
    2116                                 <xsd:annotation> 
    2117                                         <xsd:documentation>Measured depth at the bottom of the test interval.</xsd:documentation> 
    2118                                 </xsd:annotation> 
    21191958                        </xsd:element> 
    21201959                        <xsd:element name="tvdTop" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS328363958"> 
     
    21231962                                </xsd:annotation> 
    21241963                        </xsd:element> 
    2125                         <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" 
    2126                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS328363900"> 
     1964                        <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS328363900"> 
    21271965                                <xsd:annotation> 
    21281966                                        <xsd:documentation>True vertical depth at the bottom of the test interval.</xsd:documentation> 
    21291967                                </xsd:annotation> 
    21301968                        </xsd:element> 
    2131                         <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasureMilliMetre" minOccurs="1" maxOccurs="1" 
    2132                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17701110"> 
     1969                        <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasureMilliMetre" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17701110"> 
     1970                                <xsd:annotation> 
     1971                                        <xsd:documentation>The diameter of the choke opening.</xsd:documentation> 
     1972                                </xsd:annotation> 
    21331973                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureMilliMetre for element chokeOrificeSize.--> 
    21341974                                <!--PROFILE: Changed minOccurs from 0 to 1 for element chokeOrificeSize.--> 
    2135  
    2136                                 <xsd:annotation> 
    2137                                         <xsd:documentation>The diameter of the choke opening.</xsd:documentation> 
    2138                                 </xsd:annotation> 
    21391975                        </xsd:element> 
    21401976                        <xsd:element name="densityOil" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700690"> 
     1977                                <xsd:annotation> 
     1978                                        <xsd:documentation>The density of the produced oil.</xsd:documentation> 
     1979                                </xsd:annotation> 
    21411980                                <!--PROFILE: Changed minOccurs from 0 to 1 for element densityOil.--> 
    2142  
    2143                                 <xsd:annotation> 
    2144                                         <xsd:documentation>The density of the produced oil.</xsd:documentation> 
    2145                                 </xsd:annotation> 
    21461981                        </xsd:element> 
    21471982                        <xsd:element name="densityWater" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS16430300"> 
     1983                                <xsd:annotation> 
     1984                                        <xsd:documentation>The density of the produced water.</xsd:documentation> 
     1985                                </xsd:annotation> 
    21481986                                <!--PROFILE: Changed minOccurs from 0 to 1 for element densityWater.--> 
    2149  
    2150                                 <xsd:annotation> 
    2151                                         <xsd:documentation>The density of the produced water.</xsd:documentation> 
    2152                                 </xsd:annotation> 
    21531987                        </xsd:element> 
    21541988                        <xsd:element name="densityGas" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17881266"> 
     1989                                <xsd:annotation> 
     1990                                        <xsd:documentation>The density of the produced gas.</xsd:documentation> 
     1991                                </xsd:annotation> 
    21551992                                <!--PROFILE: Changed minOccurs from 0 to 1 for element densityGas.--> 
    2156  
    2157                                 <xsd:annotation> 
    2158                                         <xsd:documentation>The density of the produced gas.</xsd:documentation> 
    2159                                 </xsd:annotation> 
    2160                         </xsd:element> 
    2161                         <xsd:element name="flowRateOil" type="witsml:volumeFlowRateMeasureCubicMetresPerDay" minOccurs="1" 
    2162                                  maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700915"> 
     1993                        </xsd:element> 
     1994                        <xsd:element name="flowRateOil" type="witsml:volumeFlowRateMeasureCubicMetresPerDay" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700915"> 
     1995                                <xsd:annotation> 
     1996                                        <xsd:documentation>The maximum rate at which oil was produced.</xsd:documentation> 
     1997                                </xsd:annotation> 
    21631998                                <!--PROFILE: Changed type from witsml:volumeFlowRateMeasure to witsml:volumeFlowRateMeasureCubicMetresPerDay for element flowRateOil.--> 
    21641999                                <!--PROFILE: Changed minOccurs from 0 to 1 for element flowRateOil.--> 
    2165  
    2166                                 <xsd:annotation> 
    2167                                         <xsd:documentation>The maximum rate at which oil was produced.</xsd:documentation> 
    2168                                 </xsd:annotation> 
    2169                         </xsd:element> 
    2170                         <xsd:element name="flowRateWater" type="witsml:volumeFlowRateMeasureCubicMetresPerDay" minOccurs="1" 
    2171                                  maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700765"> 
     2000                        </xsd:element> 
     2001                        <xsd:element name="flowRateWater" type="witsml:volumeFlowRateMeasureCubicMetresPerDay" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700765"> 
     2002                                <xsd:annotation> 
     2003                                        <xsd:documentation>The maximum rate at which water was produced.</xsd:documentation> 
     2004                                </xsd:annotation> 
    21722005                                <!--PROFILE: Changed type from witsml:volumeFlowRateMeasure to witsml:volumeFlowRateMeasureCubicMetresPerDay for element flowRateWater.--> 
    21732006                                <!--PROFILE: Changed minOccurs from 0 to 1 for element flowRateWater.--> 
    2174  
    2175                                 <xsd:annotation> 
    2176                                         <xsd:documentation>The maximum rate at which water was produced.</xsd:documentation> 
    2177                                 </xsd:annotation> 
    2178                         </xsd:element> 
    2179                         <xsd:element name="flowRateGas" type="witsml:volumeFlowRateMeasureMillionCubicMetresPerDay" minOccurs="1" 
    2180                                  maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700480"> 
     2007                        </xsd:element> 
     2008                        <xsd:element name="flowRateGas" type="witsml:volumeFlowRateMeasureMillionCubicMetresPerDay" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700480"> 
     2009                                <xsd:annotation> 
     2010                                        <xsd:documentation>The maximum rate at which gas was produced.</xsd:documentation> 
     2011                                </xsd:annotation> 
    21812012                                <!--PROFILE: Changed type from witsml:volumeFlowRateMeasure to witsml:volumeFlowRateMeasureMillionCubicMetresPerDay for element flowRateGas.--> 
    21822013                                <!--PROFILE: Changed minOccurs from 0 to 1 for element flowRateGas.--> 
    2183  
    2184                                 <xsd:annotation> 
    2185                                         <xsd:documentation>The maximum rate at which gas was produced.</xsd:documentation> 
    2186                                 </xsd:annotation> 
    2187                         </xsd:element> 
    2188                         <xsd:element name="presShutIn" type="witsml:pressureMeasureMegaPascals" minOccurs="1" maxOccurs="1" 
    2189                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700360"> 
     2014                        </xsd:element> 
     2015                        <xsd:element name="presShutIn" type="witsml:pressureMeasureMegaPascals" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700360"> 
     2016                                <xsd:annotation> 
     2017                                        <xsd:documentation>The final shut in pressure.</xsd:documentation> 
     2018                                </xsd:annotation> 
    21902019                                <!--PROFILE: Changed type from witsml:pressureMeasure to witsml:pressureMeasureMegaPascals for element presShutIn.--> 
    21912020                                <!--PROFILE: Changed minOccurs from 0 to 1 for element presShutIn.--> 
    2192  
    2193                                 <xsd:annotation> 
    2194                                         <xsd:documentation>The final shut in pressure.</xsd:documentation> 
    2195                                 </xsd:annotation> 
    2196                         </xsd:element> 
    2197                         <xsd:element name="presFlowing" type="witsml:pressureMeasureMegaPascals" minOccurs="1" maxOccurs="1" 
    2198                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700645"> 
     2021                        </xsd:element> 
     2022                        <xsd:element name="presFlowing" type="witsml:pressureMeasureMegaPascals" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700645"> 
     2023                                <xsd:annotation> 
     2024                                        <xsd:documentation>The final flowing pressure.</xsd:documentation> 
     2025                                </xsd:annotation> 
    21992026                                <!--PROFILE: Changed type from witsml:pressureMeasure to witsml:pressureMeasureMegaPascals for element presFlowing.--> 
    22002027                                <!--PROFILE: Changed minOccurs from 0 to 1 for element presFlowing.--> 
    2201  
    2202                                 <xsd:annotation> 
    2203                                         <xsd:documentation>The final flowing pressure.</xsd:documentation> 
    2204                                 </xsd:annotation> 
    2205                         </xsd:element> 
    2206                         <xsd:element name="presBottom" type="witsml:pressureMeasureMegaPascals" minOccurs="1" maxOccurs="1" 
    2207                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700075"> 
     2028                        </xsd:element> 
     2029                        <xsd:element name="presBottom" type="witsml:pressureMeasureMegaPascals" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700075"> 
     2030                                <xsd:annotation> 
     2031                                        <xsd:documentation>The final bottom hole pressure.</xsd:documentation> 
     2032                                </xsd:annotation> 
    22082033                                <!--PROFILE: Changed type from witsml:pressureMeasure to witsml:pressureMeasureMegaPascals for element presBottom.--> 
    22092034                                <!--PROFILE: Changed minOccurs from 0 to 1 for element presBottom.--> 
    2210  
    2211                                 <xsd:annotation> 
    2212                                         <xsd:documentation>The final bottom hole pressure.</xsd:documentation> 
    2213                                 </xsd:annotation> 
    2214                         </xsd:element> 
    2215                         <xsd:element name="gasOilRatio" type="witsml:volumePerVolumeMeasureCubicMetresPerCubicMetre" minOccurs="1" 
    2216                                  maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700000"> 
     2035                        </xsd:element> 
     2036                        <xsd:element name="gasOilRatio" type="witsml:volumePerVolumeMeasureCubicMetresPerCubicMetre" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700000"> 
     2037                                <xsd:annotation> 
     2038                                        <xsd:documentation>The ratio of the volume of gas to the volume of oil.</xsd:documentation> 
     2039                                </xsd:annotation> 
    22172040                                <!--PROFILE: Changed type from witsml:volumePerVolumeMeasure to witsml:volumePerVolumeMeasureCubicMetresPerCubicMetre for element gasOilRatio.--> 
    22182041                                <!--PROFILE: Changed minOccurs from 0 to 1 for element gasOilRatio.--> 
    2219  
    2220                                 <xsd:annotation> 
    2221                                         <xsd:documentation>The ratio of the volume of gas to the volume of oil.</xsd:documentation> 
    2222                                 </xsd:annotation> 
    2223                         </xsd:element> 
    2224                         <xsd:element name="waterOilRatio" type="witsml:volumePerVolumeMeasureCubicMetresPerCubicMetre" 
    2225                                  minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700240"> 
     2042                        </xsd:element> 
     2043                        <xsd:element name="waterOilRatio" type="witsml:volumePerVolumeMeasureCubicMetresPerCubicMetre" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17700240"> 
     2044                                <xsd:annotation> 
     2045                                        <xsd:documentation>The relative amount of water per amount of oil.</xsd:documentation> 
     2046                                </xsd:annotation> 
    22262047                                <!--PROFILE: Changed type from witsml:volumePerVolumeMeasure to witsml:volumePerVolumeMeasureCubicMetresPerCubicMetre for element waterOilRatio.--> 
    22272048                                <!--PROFILE: Changed minOccurs from 0 to 1 for element waterOilRatio.--> 
    2228  
    2229                                 <xsd:annotation> 
    2230                                         <xsd:documentation>The relative amount of water per amount of oil.</xsd:documentation> 
    2231                                 </xsd:annotation> 
    2232                         </xsd:element> 
    2233                         <xsd:element name="chloride" type="witsml:massConcentrationMeasurePartPerMillion" minOccurs="1" 
    2234                                  maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699730"> 
     2049                        </xsd:element> 
     2050                        <xsd:element name="chloride" type="witsml:massConcentrationMeasurePartPerMillion" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699730"> 
     2051                                <xsd:annotation> 
     2052                                        <xsd:documentation>The relative amount of chloride in the produced water.</xsd:documentation> 
     2053                                </xsd:annotation> 
    22352054                                <!--PROFILE: Changed type from witsml:massConcentrationMeasure to witsml:massConcentrationMeasurePartPerMillion for element chloride.--> 
    22362055                                <!--PROFILE: Changed minOccurs from 0 to 1 for element chloride.--> 
    2237  
    2238                                 <xsd:annotation> 
    2239                                         <xsd:documentation>The relative amount of chloride in the produced water.</xsd:documentation> 
    2240                                 </xsd:annotation> 
    2241                         </xsd:element> 
    2242                         <xsd:element name="carbonDioxide" type="witsml:massConcentrationMeasurePartPerMillion" minOccurs="1" 
    2243                                  maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699610"> 
     2056                        </xsd:element> 
     2057                        <xsd:element name="carbonDioxide" type="witsml:massConcentrationMeasurePartPerMillion" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699610"> 
     2058                                <xsd:annotation> 
     2059                                        <xsd:documentation>The relative amount of CO2 gas.</xsd:documentation> 
     2060                                </xsd:annotation> 
    22442061                                <!--PROFILE: Changed type from witsml:massConcentrationMeasure to witsml:massConcentrationMeasurePartPerMillion for element carbonDioxide.--> 
    22452062                                <!--PROFILE: Changed minOccurs from 0 to 1 for element carbonDioxide.--> 
    2246  
    2247                                 <xsd:annotation> 
    2248                                         <xsd:documentation>The relative amount of CO2 gas.</xsd:documentation> 
    2249                                 </xsd:annotation> 
    2250                         </xsd:element> 
    2251                         <xsd:element name="hydrogenSulfide" type="witsml:massConcentrationMeasurePartPerMillion" minOccurs="1" 
    2252                                  maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699880"> 
     2063                        </xsd:element> 
     2064                        <xsd:element name="hydrogenSulfide" type="witsml:massConcentrationMeasurePartPerMillion" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699880"> 
     2065                                <xsd:annotation> 
     2066                                        <xsd:documentation>The relative amount of H2S gas.</xsd:documentation> 
     2067                                </xsd:annotation> 
    22532068                                <!--PROFILE: Changed type from witsml:massConcentrationMeasure to witsml:massConcentrationMeasurePartPerMillion for element hydrogenSulfide.--> 
    22542069                                <!--PROFILE: Changed minOccurs from 0 to 1 for element hydrogenSulfide.--> 
    2255  
    2256                                 <xsd:annotation> 
    2257                                         <xsd:documentation>The relative amount of H2S gas.</xsd:documentation> 
    2258                                 </xsd:annotation> 
    2259                         </xsd:element> 
    2260                         <xsd:element name="volOilTotal" type="witsml:volumeMeasureCubicMetre" minOccurs="1" maxOccurs="1" 
    2261                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699280"> 
     2070                        </xsd:element> 
     2071                        <xsd:element name="volOilTotal" type="witsml:volumeMeasureCubicMetre" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699280"> 
     2072                                <xsd:annotation> 
     2073                                        <xsd:documentation>The total amount of oil produced. This includes oil that was disposed of (e.g., burned).</xsd:documentation> 
     2074                                </xsd:annotation> 
    22622075                                <!--PROFILE: Changed type from witsml:volumeMeasure to witsml:volumeMeasureCubicMetre for element volOilTotal.--> 
    22632076                                <!--PROFILE: Changed minOccurs from 0 to 1 for element volOilTotal.--> 
    2264  
    2265                                 <xsd:annotation> 
    2266                                         <xsd:documentation>The total amount of oil produced. This includes oil that was disposed of (e.g., burned).</xsd:documentation> 
    2267                                 </xsd:annotation> 
    2268                         </xsd:element> 
    2269                         <xsd:element name="volGasTotal" type="witsml:volumeMeasureMillionCubicMetres" minOccurs="1" maxOccurs="1" 
    2270                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699400"> 
     2077                        </xsd:element> 
     2078                        <xsd:element name="volGasTotal" type="witsml:volumeMeasureMillionCubicMetres" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699400"> 
     2079                                <xsd:annotation> 
     2080                                        <xsd:documentation>The total amount of gas produced. This includes gas that was disposed of (e.g., burned).</xsd:documentation> 
     2081                                </xsd:annotation> 
    22712082                                <!--PROFILE: Changed type from witsml:volumeMeasure to witsml:volumeMeasureMillionCubicMetres for element volGasTotal.--> 
    22722083                                <!--PROFILE: Changed minOccurs from 0 to 1 for element volGasTotal.--> 
    2273  
    2274                                 <xsd:annotation> 
    2275                                         <xsd:documentation>The total amount of gas produced. This includes gas that was disposed of (e.g., burned).</xsd:documentation> 
    2276                                 </xsd:annotation> 
    2277                         </xsd:element> 
    2278                         <xsd:element name="volWaterTotal" type="witsml:volumeMeasureCubicMetre" minOccurs="1" maxOccurs="1" 
    2279                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699565"> 
     2084                        </xsd:element> 
     2085                        <xsd:element name="volWaterTotal" type="witsml:volumeMeasureCubicMetre" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17699565"> 
     2086                                <xsd:annotation> 
     2087                                        <xsd:documentation>The total amount of water produced. This includes water that was disposed of.</xsd:documentation> 
     2088                                </xsd:annotation> 
    22802089                                <!--PROFILE: Changed type from witsml:volumeMeasure to witsml:volumeMeasureCubicMetre for element volWaterTotal.--> 
    22812090                                <!--PROFILE: Changed minOccurs from 0 to 1 for element volWaterTotal.--> 
    2282  
    2283                                 <xsd:annotation> 
    2284                                         <xsd:documentation>The total amount of water produced. This includes water that was disposed of.</xsd:documentation> 
    2285                                 </xsd:annotation> 
    2286                         </xsd:element> 
    2287                         <xsd:element name="volOilStored" type="witsml:volumeMeasureCubicMetre" minOccurs="1" maxOccurs="1" 
    2288                                  sawsdl:modelReference="http://projects.dnv.com/reference_data/RD4Browser/default.aspx?RDLDesignation=TOTAL OIL VOLUME STORED FROM WELL TEST - M3"> 
     2091                        </xsd:element> 
     2092                        <xsd:element name="volOilStored" type="witsml:volumeMeasureCubicMetre" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://projects.dnv.com/reference_data/RD4Browser/default.aspx?RDLDesignation=TOTAL OIL VOLUME STORED FROM WELL TEST - M3"> 
     2093                                <xsd:annotation> 
     2094                                        <xsd:documentation>The total amount of produced oil that was stored.</xsd:documentation> 
     2095                                </xsd:annotation> 
    22892096                                <!--PROFILE: Changed type from witsml:volumeMeasure to witsml:volumeMeasureCubicMetre for element volOilStored.--> 
    22902097                                <!--PROFILE: Changed minOccurs from 0 to 1 for element volOilStored.--> 
    2291  
    2292                                 <xsd:annotation> 
    2293                                         <xsd:documentation>The total amount of produced oil that was stored.</xsd:documentation> 
    2294                                 </xsd:annotation> 
    22952098                        </xsd:element> 
    22962099                        <!--PROFILE: Deleted element extensionNameValue.--> 
     
    23122115                <xsd:sequence minOccurs="0"> 
    23132116                        <xsd:element name="type" type="witsml:tubularTypes" minOccurs="0" maxOccurs="1"> 
     2117                                <xsd:annotation> 
     2118                                        <xsd:documentation>The type of tubular (e.g., c=casing, t=tubing, l=liner).</xsd:documentation> 
     2119                                </xsd:annotation> 
    23142120                                <!-- PROFILE: Changed type from witsml:str32 to witsml:tubularTypes for element type --> 
    2315                                 <xsd:annotation> 
    2316                                         <xsd:documentation>The type of tubular (e.g., c=casing, t=tubing, l=liner).</xsd:documentation> 
    2317                                 </xsd:annotation> 
    23182121                        </xsd:element> 
    23192122                        <xsd:element name="id" type="witsml:lengthMeasureInch" minOccurs="0" maxOccurs="1"> 
     2123                                <xsd:annotation> 
     2124                                        <xsd:documentation>The inside diameter of the tubular used (in).</xsd:documentation> 
     2125                                </xsd:annotation> 
    23202126                                <!-- PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element type --> 
    2321                                 <xsd:annotation> 
    2322                                         <xsd:documentation>The inside diameter of the tubular used (in).</xsd:documentation> 
    2323                                 </xsd:annotation> 
    23242127                        </xsd:element> 
    23252128                        <xsd:element name="od" type="witsml:lengthMeasureInch" minOccurs="0" maxOccurs="1"> 
     2129                                <xsd:annotation> 
     2130                                        <xsd:documentation>The outside diameter of the tubular used (in).</xsd:documentation> 
     2131                                </xsd:annotation> 
    23262132                                <!-- PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element type --> 
    2327                                 <xsd:annotation> 
    2328                                         <xsd:documentation>The outside diameter of the tubular used (in).</xsd:documentation> 
    2329                                 </xsd:annotation> 
    23302133                        </xsd:element> 
    23312134                        <xsd:element name="weight" type="witsml:massPerLengthMeasurePoundsMassPerFoot" minOccurs="0" maxOccurs="1"> 
     2135                                <xsd:annotation> 
     2136                                        <xsd:documentation>The weight per length of the tubular (pound/ft).</xsd:documentation> 
     2137                                </xsd:annotation> 
    23322138                                <!-- PROFILE: Changed type from witsml:massPerLengthMeasure to witsml:massPerLengthMeasurePoundsMassPerFoot for element type --> 
    2333                                 <xsd:annotation> 
    2334                                         <xsd:documentation>The weight per length of the tubular (pound/ft).</xsd:documentation> 
    2335                                 </xsd:annotation> 
    23362139                        </xsd:element> 
    23372140                        <xsd:element name="grade" type="witsml:str32" minOccurs="0" maxOccurs="1"> 
     
    23642167                                </xsd:annotation> 
    23652168                        </xsd:element> 
    2366                         <xsd:element name="casing_liner_tubing_run" type="witsml:cs_stimJobStage" minOccurs='0' maxOccurs='1'> 
     2169                        <xsd:element name="casing_liner_tubing_run" type="witsml:cs_stimJobStage" minOccurs="0" maxOccurs="1"> 
     2170                                <xsd:annotation> 
     2171                                        <xsd:documentation>Information about a casing_liner_tubing run.</xsd:documentation> 
     2172                                </xsd:annotation> 
    23672173                                <!-- PROFILE: Added element casing_liner_tubing_run --> 
    2368                                 <xsd:annotation> 
    2369                                         <xsd:documentation>Information about a casing_liner_tubing run.</xsd:documentation> 
    2370                                 </xsd:annotation> 
    23712174                        </xsd:element> 
    23722175                        <!-- PROFILE: deleted element tvdTop --> 
     
    25352338                <xsd:sequence> 
    25362339                        <xsd:element name="type" type="witsml:str32" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17684695"> 
    2537                                 <!--PROFILE: Changed minOccurs from 0 to 1 for element type.--> 
    2538  
    25392340                                <xsd:annotation> 
    25402341                                        <xsd:documentation>Description for the type of fluid.</xsd:documentation> 
    25412342                                        <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-110, Change=Fix-typo</xsd:appinfo> 
    25422343                                </xsd:annotation> 
     2344                                <!--PROFILE: Changed minOccurs from 0 to 1 for element type.--> 
    25432345                        </xsd:element> 
    25442346                        <!--PROFILE: Deleted element locationSample.--> 
    25452347                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17683990"> 
     2348                                <xsd:annotation> 
     2349                                        <xsd:documentation>The time when fluid readings were recorded.</xsd:documentation> 
     2350                                </xsd:annotation> 
    25462351                                <!--PROFILE: Changed minOccurs from 0 to 1 for element dTim.--> 
    2547  
    2548                                 <xsd:annotation> 
    2549                                         <xsd:documentation>The time when fluid readings were recorded.</xsd:documentation> 
    2550                                 </xsd:annotation> 
    25512352                        </xsd:element> 
    25522353                        <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17839324"> 
    2553                                 <!--PROFILE: Changed minOccurs from 0 to 1 for element md.--> 
    2554  
    25552354                                <xsd:annotation> 
    25562355                                        <xsd:documentation>The measured depth where the fluid readings were recorded.</xsd:documentation> 
    25572356                                        <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-110, Change=Fix-typo</xsd:appinfo> 
    25582357                                </xsd:annotation> 
     2358                                <!--PROFILE: Changed minOccurs from 0 to 1 for element md.--> 
    25592359                        </xsd:element> 
    25602360                        <xsd:element name="tvd" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17839024"> 
     
    25642364                                </xsd:annotation> 
    25652365                        </xsd:element> 
    2566                         <xsd:element name="presBopRating" type="witsml:pressureMeasureBar" minOccurs="1" maxOccurs="1" 
    2567                                  sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17686740"> 
     2366                        <xsd:element name="presBopRating" type="witsml:pressureMeasureBar" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17686740"> 
     2367                                <xsd:annotation> 
     2368                                        <xsd:documentation>Maximum pressure rating of the blow out preventer.</xsd:documentation> 
     2369                                        <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-33, Change=Added</xsd:appinfo> 
     2370                                </xsd:annotation> 
    25682371                                <!--PROFILE: Changed type from witsml:pressureMeasure to witsml:pressureMeasureBar for element presBopRating.--> 
    25692372                                <!--PROFILE: Changed minOccurs from 0 to 1 for element presBopRating.--> 
    2570  
    2571                                 <xsd:annotation> 
    2572                                         <xsd:documentation>Maximum pressure rating of the blow out preventer.</xsd:documentation> 
    2573                                         <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-33, Change=Added</xsd:appinfo> 
    2574                                 </xsd:annotation> 
    25752373                        </xsd:element> 
    25762374                        <xsd:element name="mudClass" type="witsml:MudClass" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17684065"> 
    2577                                 <!--PROFILE: Changed minOccurs from 0 to 1 for element mudClass.--> 
    2578  
    25792375                                <xsd:annotation> 
    25802376                                        <xsd:documentation>The class of the drilling fluid.</xsd:documentation> 
    25812377                                        <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-33, Change=Added</xsd:appinfo> 
    25822378                                </xsd:annotation> 
     2379                                <!--PROFILE: Changed minOccurs from 0 to 1 for element mudClass.--> 
    25832380                        </xsd:element> 
    25842381                        <xsd:element name="density" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17659935"> 
     2382                                <xsd:annotation> 
     2383                                        <xsd:documentation>Fluid density.</xsd:documentation> 
     2384                                </xsd:annotation> 
    25852385                                <!--PROFILE: Changed minOccurs from 0 to 1 for element density.--> 
    2586  
    2587                                 <xsd:annotation> 
    2588                                         <xsd:documentation>Fluid density.</xsd:documentation> 
    2589                                 </xsd:annotation> 
    25902386                        </xsd:element> 
    25912387                        <!--PROFILE: Deleted element visFunnel.--> 
    25922388                        <!--PROFILE: Deleted element tempVis.--> 
    25932389                        <xsd:element name="pv" type="witsml:dynamicViscosityMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17684275"> 
     2390                                <xsd:annotation> 
     2391                                        <xsd:documentation>Plastic viscosity.</xsd:documentation> 
     2392                                </xsd:annotation> 
    25942393                                <!--PROFILE: Changed minOccurs from 0 to 1 for element pv.--> 
    2595  
    2596                                 <xsd:annotation> 
    2597                                         <xsd:documentation>Plastic viscosity.</xsd:documentation> 
    2598                                 </xsd:annotation> 
    25992394                        </xsd:element> 
    26002395                        <xsd:element name="yp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17684395"> 
     2396                                <xsd:annotation> 
     2397                                        <xsd:documentation>Yield point (Bingham and Herschel Bulkley models).</xsd:documentation> 
     2398                                </xsd:annotation> 
    26012399                                <!--PROFILE: Changed minOccurs from 0 to 1 for element yp.--> 
    2602  
    2603                                 <xsd:annotation> 
    2604                                         <xsd:documentation>Yield point (Bingham and Herschel Bulkley models).</xsd:documentation> 
    2605                                 </xsd:annotation> 
    26062400                        </xsd:element> 
    26072401                        <!--PROFILE: Deleted element gel10Sec.--> 
     
    30072801                                </xsd:annotation> 
    30082802                        </xsd:element> 
    3009                         <xsd:element name="methodVariant" type="witsml:ProjectionVariantsObliqueMercator" minOccurs="0" 
    3010                                  maxOccurs="1"> 
     2803                        <xsd:element name="methodVariant" type="witsml:ProjectionVariantsObliqueMercator" minOccurs="0" maxOccurs="1"> 
    30112804                                <xsd:annotation> 
    30122805                                        <xsd:documentation>DEPRECATED. Projection method variant - establishes minor variations of the projection. Geoshare proposal.</xsd:documentation> 
     
    34273220                                </xsd:element> 
    34283221                                <xsd:element name="versionKind" type="witsml:OpsReportVersion" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17817431"> 
    3429                                         <!--PROFILE: Changed minOccurs from 0 to 1 for element versionKind.--> 
    3430  
    34313222                                        <xsd:annotation> 
    34323223                                                <xsd:documentation>The kind of report version. For example, a preliminary version.</xsd:documentation> 
    34333224                                        </xsd:annotation> 
     3225                                        <!--PROFILE: Changed minOccurs from 0 to 1 for element versionKind.--> 
    34343226                                </xsd:element> 
    34353227                                <xsd:element name="createDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS328364064"> 
    3436                                         <!--PROFILE: Changed minOccurs from 0 to 1 for element createDate.--> 
    3437  
    34383228                                        <xsd:annotation> 
    34393229                                                <xsd:documentation>The date and time of the report creation. A later timestamp indicates a newer version. In order to update values in a report a full updated                                                  copy of the original report should be submitted.</xsd:documentation> 
    34403230                                        </xsd:annotation> 
     3231                                        <!--PROFILE: Changed minOccurs from 0 to 1 for element createDate.--> 
    34413232                                </xsd:element> 
    34423233                                <xsd:element name="wellAlias" type="witsml:cs_wellAlias" minOccurs="1" maxOccurs="1"> 
    3443                                         <!--PROFILE: Changed minOccurs from 0 to 1 for element wellAlias.--> 
    3444  
    34453234                                        <xsd:annotation> 
    34463235                                                <xsd:documentation>An alternative name of the well (in a naming system). The above well name should be included in the list of aliases so that its origin can be                                                        known.</xsd:documentation> 
    34473236                                        </xsd:annotation> 
     3237                                        <!--PROFILE: Changed minOccurs from 0 to 1 for element wellAlias.--> 
    34483238                                </xsd:element> 
    34493239                                <xsd:element name="wellboreAlias" type="witsml:cs_wellAlias" minOccurs="2" maxOccurs="2"> 
    3450                                         <!--PROFILE: Changed minOccurs from 0 to 2 for element wellboreAlias.--> 
    3451                                         <!--PROFILE: Changed maxOccurs from unbounded to 2 for element wellboreAlias.--> 
    3452  
    34533240                                        <xsd:annotation> 
    34543241                                                <xsd:documentation>An alternative name of the wellbore (in a naming system). The above well name should be included in the list of aliases so that its origin can                                                       be known.</xsd:documentation> 
    34553242                                        </xsd:annotation> 
     3243                                        <!--PROFILE: Changed minOccurs from 0 to 2 for element wellboreAlias.--> 
     3244                                        <!--PROFILE: Changed maxOccurs from unbounded to 2 for element wellboreAlias.--> 
    34563245                                </xsd:element> 
    34573246                                <xsd:element name="wellDatum" type="witsml:cs_wellDatum" minOccurs="0" maxOccurs="unbounded"> 
     
    34653254                                        </xsd:annotation> 
    34663255                                </xsd:element> 
    3467                                 <xsd:element name="wellboreInfo" type="witsml:cs_drillReportWellboreInfo" minOccurs="0" maxOccurs="1" 
    3468                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17799789"> 
     3256                                <xsd:element name="wellboreInfo" type="witsml:cs_drillReportWellboreInfo" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17799789"> 
    34693257                                        <xsd:annotation> 
    34703258                                                <xsd:documentation>General information about a wellbore. The well is represented by the original wellbore.</xsd:documentation> 
    34713259                                        </xsd:annotation> 
    34723260                                </xsd:element> 
    3473                                 <xsd:element name="statusInfo" type="witsml:cs_drillReportStatusInfo" minOccurs="0" maxOccurs="1" 
    3474                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17799868"> 
    3475                                         <!--PROFILE: Changed maxOccurs from unbounded to 1 for element statusInfo.--> 
     3261                                <xsd:element name="statusInfo" type="witsml:cs_drillReportStatusInfo" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17799868"> 
    34763262                                        <xsd:annotation> 
    34773263                                                <xsd:documentation>General status information.</xsd:documentation> 
    34783264                                        </xsd:annotation> 
     3265                                        <!--PROFILE: Changed maxOccurs from unbounded to 1 for element statusInfo.--> 
    34793266                                </xsd:element> 
    34803267                                <xsd:element name="bitRecord" type="witsml:cs_bitRecord" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831397"> 
     
    35003287                                        </xsd:annotation> 
    35013288                                </xsd:element> 
    3502                                 <xsd:element name="porePressure" type="witsml:cs_drillReportPorePressure" minOccurs="0" maxOccurs="unbounded" 
    3503                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17799947"> 
     3289                                <xsd:element name="porePressure" type="witsml:cs_drillReportPorePressure" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17799947"> 
    35043290                                        <xsd:annotation> 
    35053291                                                <xsd:documentation>Information about the pore pressure.</xsd:documentation> 
    35063292                                        </xsd:annotation> 
    35073293                                </xsd:element> 
    3508                                 <xsd:element name="extendedReport" type="witsml:timestampedCommentString" minOccurs="0" maxOccurs="1" 
    3509                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17687235"> 
    3510                                         <!--PROFILE: Changed type from witsml:timestampedDescriptionString to witsml:timestampedCommentString for element extendedReport.--> 
    3511  
     3294                                <xsd:element name="extendedReport" type="witsml:timestampedCommentString" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17687235"> 
    35123295                                        <xsd:annotation> 
    35133296                                                <xsd:documentation>A description of what happened from the end of report to an alternative time before the end of the next report. This is intended to allow a                                                  preliminary description of what happened from the end of the report (commonly midnight) until the time of submission of a preliminary report (commonly 6:00 in                                                  the morning).</xsd:documentation> 
    35143297                                        </xsd:annotation> 
     3298                                        <!--PROFILE: Changed type from witsml:timestampedDescriptionString to witsml:timestampedCommentString for element extendedReport.--> 
    35153299                                </xsd:element> 
    3516                                 <xsd:element name="surveyStation" type="witsml:cs_drillReportSurveyStation" minOccurs="0" maxOccurs="unbounded" 
    3517                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17854338"> 
     3300                                <xsd:element name="surveyStation" type="witsml:cs_drillReportSurveyStation" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17854338"> 
    35183301                                        <xsd:annotation> 
    35193302                                                <xsd:documentation>A survey station recorded during the report interval.</xsd:documentation> 
     
    35253308                                        </xsd:annotation> 
    35263309                                </xsd:element> 
    3527                                 <xsd:element name="logInfo" type="witsml:cs_drillReportLogInfo" minOccurs="0" maxOccurs="unbounded" 
    3528                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17836969"> 
     3310                                <xsd:element name="logInfo" type="witsml:cs_drillReportLogInfo" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17836969"> 
    35293311                                        <xsd:annotation> 
    35303312                                                <xsd:documentation>General information about a log.</xsd:documentation> 
    35313313                                        </xsd:annotation> 
    35323314                                </xsd:element> 
    3533                                 <xsd:element name="coreInfo" type="witsml:cs_drillReportCoreInfo" minOccurs="0" maxOccurs="unbounded" 
    3534                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17833062"> 
     3315                                <xsd:element name="coreInfo" type="witsml:cs_drillReportCoreInfo" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17833062"> 
    35353316                                        <xsd:annotation> 
    35363317                                                <xsd:documentation>General information about a core.</xsd:documentation> 
    35373318                                        </xsd:annotation> 
    35383319                                </xsd:element> 
    3539                                 <xsd:element name="wellTestInfo" type="witsml:cs_drillReportWellTestInfo" minOccurs="0" maxOccurs="unbounded" 
    3540                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17881131"> 
     3320                                <xsd:element name="wellTestInfo" type="witsml:cs_drillReportWellTestInfo" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17881131"> 
    35413321                                        <xsd:annotation> 
    35423322                                                <xsd:documentation>General information about a production well test.</xsd:documentation> 
    35433323                                        </xsd:annotation> 
    35443324                                </xsd:element> 
    3545                                 <xsd:element name="formTestInfo" type="witsml:cs_drillReportFormTestInfo" minOccurs="0" maxOccurs="unbounded" 
    3546                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17856636"> 
     3325                                <xsd:element name="formTestInfo" type="witsml:cs_drillReportFormTestInfo" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17856636"> 
    35473326                                        <xsd:annotation> 
    35483327                                                <xsd:documentation>General information about a wireline formation test.</xsd:documentation> 
    35493328                                        </xsd:annotation> 
    35503329                                </xsd:element> 
    3551                                 <xsd:element name="lithShowInfo" type="witsml:cs_drillReportLithShowInfo" minOccurs="0" maxOccurs="unbounded" 
    3552                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17858011"> 
     3330                                <xsd:element name="lithShowInfo" type="witsml:cs_drillReportLithShowInfo" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17858011"> 
    35533331                                        <xsd:annotation> 
    35543332                                                <xsd:documentation>General information about the lithology and shows in an interval.</xsd:documentation> 
    35553333                                        </xsd:annotation> 
    35563334                                </xsd:element> 
    3557                                 <xsd:element name="equipFailureInfo" type="witsml:cs_drillReportEquipFailureInfo" minOccurs="0" 
    3558                                          maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17834522"> 
     3335                                <xsd:element name="equipFailureInfo" type="witsml:cs_drillReportEquipFailureInfo" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17834522"> 
    35593336                                        <xsd:annotation> 
    35603337                                                <xsd:documentation>General information about equipment failure.</xsd:documentation> 
    35613338                                        </xsd:annotation> 
    35623339                                </xsd:element> 
    3563                                 <xsd:element name="controlIncidentInfo" type="witsml:cs_drillReportControlIncidentInfo" minOccurs="0" 
    3564                                          maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17887880"> 
     3340                                <xsd:element name="controlIncidentInfo" type="witsml:cs_drillReportControlIncidentInfo" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17887880"> 
    35653341                                        <xsd:annotation> 
    35663342                                                <xsd:documentation>General information about a well control incident.</xsd:documentation> 
    35673343                                        </xsd:annotation> 
    35683344                                </xsd:element> 
    3569                                 <xsd:element name="stratInfo" type="witsml:cs_drillReportStratInfo" minOccurs="0" maxOccurs="unbounded" 
    3570                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS373305601"> 
     3345                                <xsd:element name="stratInfo" type="witsml:cs_drillReportStratInfo" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS373305601"> 
    35713346                                        <xsd:annotation> 
    35723347                                                <xsd:documentation>General information about a well control incident.</xsd:documentation> 
    35733348                                        </xsd:annotation> 
    35743349                                </xsd:element> 
    3575                                 <xsd:element name="perfInfo" type="witsml:cs_drillReportPerfInfo" minOccurs="0" maxOccurs="unbounded" 
    3576                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17855316"> 
     3350                                <xsd:element name="perfInfo" type="witsml:cs_drillReportPerfInfo" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17855316"> 
    35773351                                        <xsd:annotation> 
    35783352                                                <xsd:documentation>General information about a well control incident.</xsd:documentation> 
    35793353                                        </xsd:annotation> 
    35803354                                </xsd:element> 
    3581                                 <xsd:element name="gasReadingInfo" type="witsml:cs_drillReportGasReadingInfo" minOccurs="0" maxOccurs="unbounded" 
    3582                                          sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17879652"> 
     3355                                <xsd:element name="gasReadingInfo" type="witsml:cs_drillReportGasReadingInfo" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17879652"> 
    35833356                                        <xsd:annotation> 
    35843357                                                <xsd:documentation>General information about a gas reading.</xsd:documentation> 
     
    52505023                </xsd:annotation> 
    52515024                <xsd:simpleContent> 
    5252                         <xsd:extension base="witsml:abstractNameString"> 
    5253                                 <!--PROFILE: Deleted attribute uidRef.--> 
    5254                         </xsd:extension> 
     5025                        <xsd:extension base="witsml:abstractNameString"/> 
     5026                        <!--PROFILE: Deleted attribute uidRef.--> 
    52555027                </xsd:simpleContent> 
    52565028        </xsd:complexType> 
     
    57245496                </xsd:annotation> 
    57255497                <xsd:restriction base="witsml:abstractUomEnum"> 
     5498                        <xsd:enumeration value="g/cm3"/> 
     5499                        <xsd:enumeration value="sg"/> 
    57265500                        <!--PROFILE: Deleted enumeration value="kg/m3".--> 
    57275501                        <!--PROFILE: Deleted enumeration value="10Mg/m3".--> 
    57285502                        <!--PROFILE: Deleted enumeration value="dAPI".--> 
    5729  
    5730                         <xsd:enumeration value="g/cm3"/> 
    57315503                        <!-- Added 22feb2011 --> 
    5732                         <xsd:enumeration value="sg"/> 
    57335504                        <!-- END Added 22feb2011 --> 
    57345505                        <!--PROFILE: Deleted enumeration value="g/dm3".--> 
     
    59235694                </xsd:annotation> 
    59245695                <xsd:restriction base="witsml:abstractUomEnum"> 
     5696                        <xsd:enumeration value="dega"/> 
    59255697                        <!--PROFILE: Deleted enumeration value="rad".--> 
    59265698                        <!--PROFILE: Deleted enumeration value="c".--> 
    59275699                        <!--PROFILE: Deleted enumeration value="ccgr".--> 
    59285700                        <!--PROFILE: Deleted enumeration value="cgr".--> 
    5929  
    5930                         <xsd:enumeration value="dega"/> 
    59315701                        <!--PROFILE: Deleted enumeration value="gon".--> 
    59325702                        <!--PROFILE: Deleted enumeration value="gr".-->