Show
Ignore:
Timestamp:
02/22/11 13:52:47 (13 years ago)
Author:
yaolu
Message:

Updated xsl, xml, and xsd file to the newest ConceptAndDefinitions?.xls

Location:
projects/DailyDrillingReport_1.2/XML/HTMLreport
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • projects/DailyDrillingReport_1.2/XML/HTMLreport/WITSML_drillReport_profiled_schema_2011_01_29.xsd

    r131 r135  
    2121        <!-- ADDED 07/02-2011 --> 
    2222        <!-- Header --> 
    23         <xsd:complexType name="header"> 
     23        <xsd:complexType name="reportHeader"> 
    2424                <xsd:annotation> 
    2525                        <xsd:documentation>Information about this report.</xsd:documentation> 
     
    3333                                                </xsd:annotation> 
    3434                                        </xsd:element> 
    35                                         <xsd:element name="reportNo" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1"> 
     35                                        <xsd:element name="reportNo" type="witsml:positiveCount" minOccurs="0" maxOccurs="1"> 
    3636                                                <xsd:annotation> 
    3737                                                        <xsd:documentation>Sequence number of daily drilling report.</xsd:documentation> 
     
    7474                </xsd:annotation> 
    7575                <xsd:restriction base="witsml:abstractTypeEnum"> 
    76                         <xsd:enumeration value="f" data="Fixed Rig"> 
     76                        <xsd:enumeration value="Fixed rig"> 
    7777                                <xsd:annotation> 
    7878                                        <xsd:documentation>Fixed rig</xsd:documentation> 
    7979                                </xsd:annotation> 
    8080                        </xsd:enumeration> 
    81                         <xsd:enumeration value="m"> 
     81                        <xsd:enumeration value="Movable rig"> 
    8282                                <xsd:annotation> 
    8383                                        <xsd:documentation>Movable rig</xsd:documentation> 
     
    140140 
    141141                        <!-- Added 07/02 - 2011 --> 
    142                         <xsd:complexContent> 
    143                                 <xsd:extension base="abs:abstractObject"> 
    144                                         <xsd:sequence> 
    145                                                 <xsd:element name="mdHoleStart" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
    146                                                         <xsd:annotation> 
    147                                                                 <xsd:documentation>Meassured depth at start of the activity (m).</xsd:documentation> 
    148                                                         </xsd:annotation> 
    149                                                 </xsd:element> 
    150                                                 <xsd:element name="mdHoleEnd" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
    151                                                         <xsd:annotation> 
    152                                                                 <xsd:documentation>Meassured depth at end of the activity (m).</xsd:documentation> 
    153                                                         </xsd:annotation> 
    154                                                 </xsd:element> 
    155                                         </xsd:sequence> 
    156                                 </xsd:extension> 
    157                         </xsd:complexContent> 
     142                        <xsd:element name="mdHoleStart" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
     143                                <xsd:annotation> 
     144                                        <xsd:documentation>Meassured depth at start of the activity (m).</xsd:documentation> 
     145                                </xsd:annotation> 
     146                        </xsd:element> 
     147                        <xsd:element name="mdHoleEnd" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
     148                                <xsd:annotation> 
     149                                        <xsd:documentation>Meassured depth at end of the activity (m).</xsd:documentation> 
     150                                </xsd:annotation> 
     151                        </xsd:element> 
    158152                        <!-- END Added 07/02 - 2011 --> 
    159153 
     
    236230                </xsd:annotation> 
    237231                <xsd:sequence> 
     232                        <xsd:element name="diaBit" type="witsml:lengthMeasureInch" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831442"> 
     233                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element diaBit.--> 
     234                                <xsd:annotation> 
     235                                        <xsd:documentation>Diameter of drilled hole.</xsd:documentation> 
     236                                </xsd:annotation> 
     237                        </xsd:element> 
    238238                        <xsd:element name="numBit" type="witsml:str32" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831262"> 
    239239                                <!--PROFILE: Changed minOccurs from 0 to 1 for element numBit.--> 
     
    242242                                </xsd:annotation> 
    243243                        </xsd:element> 
    244                         <xsd:element name="diaBit" type="witsml:lengthMeasureInch" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831442"> 
    245                                 <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element diaBit.--> 
    246                                 <xsd:annotation> 
    247                                         <xsd:documentation>Diameter of drilled hole.</xsd:documentation> 
    248                                 </xsd:annotation> 
    249                         </xsd:element> 
    250244                        <!--PROFILE: Deleted element diaPassThru.--> 
    251245                        <!--PROFILE: Deleted element diaPilot.--> 
    252                         <xsd:element name="manufacturer" type="witsml:nameString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831532"> 
    253                                 <!--PROFILE: Changed minOccurs from 0 to 1 for element manufacturer.--> 
    254                                 <xsd:annotation> 
    255                                         <xsd:documentation>Manufacturer / supplier of the item.</xsd:documentation> 
    256                                 </xsd:annotation> 
    257                         </xsd:element> 
     246                        <!--PROFILE: Deleted element manufacturer.--> 
    258247                        <!--PROFILE: Deleted element typeBit.--> 
    259248                        <!--PROFILE: Deleted element cost.--> 
    260                         <xsd:element name="codeMfg" type="witsml:str32" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831487"> 
    261                                 <!--PROFILE: Changed minOccurs from 0 to 1 for element codeMfg.--> 
    262                                 <xsd:annotation> 
    263                                         <xsd:documentation>The manufacturers code for the bit.</xsd:documentation> 
     249                        <xsd:element name="codeMfg" type="witsml:str32" minOccurs="0" maxOccurs="1"> 
     250                                <xsd:annotation> 
     251                                        <xsd:documentation>The manufacturers code for the bit</xsd:documentation> 
    264252                                        <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-33, Change=Added</xsd:appinfo> 
    265                                 </xsd:annotation> 
    266                         </xsd:element> 
    267                         <!-- Added 07/02 - 2011 --> 
    268                         <xsd:element name="serialNo" type="witsml:uidString" minOccurs="0" maxOccurs="1"> 
    269                                 <xsd:annotation> 
    270                                         <xsd:documentation>UiD for a bit</xsd:documentation> 
    271                                         <!-- Missing: Added element serialNo --> 
    272                                 </xsd:annotation> 
    273                         </xsd:element> 
    274                         <xsd:element name="tfa" type="witsml:areaMeasureSquareInch" minOccurs="0" maxOccurs="1"> 
    275                                 <xsd:annotation> 
    276                                         <xsd:documentation>Total flow area for bit (in2)</xsd:documentation> 
    277                                         <!-- Missing: Added element tfa --> 
    278                                 </xsd:annotation> 
    279                         </xsd:element> 
    280                         <xsd:element name="dTimIn" type="witsml:timestamp" minOccurs="0" maxOccurs="1"> 
    281                                 <xsd:annotation> 
    282                                         <xsd:documentation>Start date and time of drill bit run.</xsd:documentation> 
    283                                         <!-- Missing: Added element dTimIn --> 
    284                                 </xsd:annotation> 
    285                         </xsd:element> 
    286                         <xsd:element name="dTimOut" type="witsml:timestamp" minOccurs="0" maxOccurs="1"> 
    287                                 <xsd:annotation> 
    288                                         <xsd:documentation>End date and time of drill bit run.</xsd:documentation> 
    289                                         <!-- Missing: Added element dTimOut --> 
    290                                 </xsd:annotation> 
    291                         </xsd:element> 
    292                         <xsd:element name="hrsDrilled" type="witsml:timeMeasureHrs" minOccurs="0" maxOccurs="1"> 
    293                                 <xsd:annotation> 
    294                                         <xsd:documentation>Hourse drilled in reporting period (hrs).</xsd:documentation> 
    295                                         <!-- Missing: Added element hrsDrilled --> 
    296                                 </xsd:annotation> 
    297                         </xsd:element> 
    298                         <xsd:element name="mdHoleStart" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
    299                                 <xsd:annotation> 
    300                                         <xsd:documentation>Measured depth at start of drill bit run (MD).</xsd:documentation> 
    301                                         <!-- Missing: Added element mdHoleStart --> 
    302                                 </xsd:annotation> 
    303                         </xsd:element> 
    304                         <xsd:element name="mdHoleEnd" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
    305                                 <xsd:annotation> 
    306                                         <xsd:documentation>Measured depth at end of drill bit run (MD).</xsd:documentation> 
    307                                         <!-- Missing: Added element mdHoldeEnd --> 
    308                                 </xsd:annotation> 
    309                         </xsd:element> 
    310                         <xsd:element name="dullGrade" type="witsml:dullGrade_CHECK" minOccurs="0" maxOccurs="1"> 
     253                                        <!-- Missing: Added element dullGrade --> 
     254                                </xsd:annotation> 
     255                        </xsd:element> 
     256                        <!--PROFILE: Deleted element serialNo. 
     257                        Missing: Added element serialNo--> 
     258                        <xsd:element name="dullGrade" type="witsml:str32" minOccurs="0" maxOccurs="1"> 
    311259                                <xsd:annotation> 
    312260                                        <xsd:documentation>Dull grade according to IADC?</xsd:documentation> 
    313261                                        <!-- Missing: Added element dullGrade --> 
    314                                 </xsd:annotation> 
    315                         </xsd:element> 
    316                         <xsd:element name="maxWob" type="witsml:volumeMeasureCubicDeciMetre" minOccurs="0" maxOccurs="1"> 
    317                                 <xsd:annotation> 
    318                                         <xsd:documentation>Maximum weight of bit in reporting period (m3).</xsd:documentation> 
    319                                         <!-- Missing: Added element maxWob --> 
    320                                 </xsd:annotation> 
    321                         </xsd:element> 
    322                         <xsd:element name="maxRpm" type="witsml:anglePerTimeMeasureRpm" minOccurs="0" maxOccurs="1"> 
    323                                 <xsd:annotation> 
    324                                         <xsd:documentation>Maximum rotational speed in reporting period (rpm).</xsd:documentation> 
    325                                         <!-- Missing: Added element maxRpm --> 
    326                                 </xsd:annotation> 
    327                         </xsd:element> 
    328                         <xsd:element name="maxCircRate" type="witsml:volumeFlowRateMeasureCubicMeterPerMin" minOccurs="0" maxOccurs="1"> 
    329                                 <xsd:annotation> 
    330                                         <xsd:documentation>MAximum drilling fluid circulation rate in reporting period (m3/min).</xsd:documentation> 
    331                                         <!-- Missing: Added element maxCircRate --> 
    332                                 </xsd:annotation> 
    333                         </xsd:element> 
    334                         <xsd:element name="maxSpp" type="witsml:pressureMeasureBar" minOccurs="0" maxOccurs="1"> 
    335                                 <xsd:annotation> 
    336                                         <xsd:documentation>Maximum standpipe pressure in reporting period (bar).</xsd:documentation> 
    337                                         <!-- Missing: Added element maxSpp --> 
    338                                 </xsd:annotation> 
    339                         </xsd:element> 
    340                         <xsd:element name="mdHoleMadeRun" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
    341                                 <xsd:annotation> 
    342                                         <xsd:documentation>Meassured depth drilled during drill run (md).</xsd:documentation> 
    343                                         <!-- Missing: Added element mdHoleMadeRun --> 
    344                                 </xsd:annotation> 
    345                         </xsd:element> 
    346                         <xsd:element name="hrsDrilledRun" type="witsml:timeMeasureHrs" minOccurs="0" maxOccurs="1"> 
    347                                 <xsd:annotation> 
    348                                         <xsd:documentation>Hours drilled in drill run (hrs).</xsd:documentation> 
    349                                         <!-- Missing: Added element mdHrsDrilledRun --> 
    350                                 </xsd:annotation> 
    351                         </xsd:element> 
    352                         <xsd:element name="rop" type="witsml:velocityMeasureMetresPerHour" minOccurs="0" maxOccurs="1"> 
    353                                 <xsd:annotation> 
    354                                         <xsd:documentation>Drill bit rate of penetration for reporting period (m/h).</xsd:documentation> 
    355                                         <!-- Missing: Added element rop --> 
    356                                 </xsd:annotation> 
    357                         </xsd:element> 
    358                         <xsd:element name="maxTotWob" type="witsml:volumeMeasureCubicDeciMetre" minOccurs="0" maxOccurs="1"> 
    359                                 <xsd:annotation> 
    360                                         <xsd:documentation>Maximum weight of bit in drill run (m3).</xsd:documentation> 
    361                                         <!-- Missing: Added element maxTotWob --> 
    362                                 </xsd:annotation> 
    363                         </xsd:element> 
    364                         <xsd:element name="maxTotRpm" type="witsml:anglePerTimeMeasureRpm" minOccurs="0" maxOccurs="1"> 
    365                                 <xsd:annotation> 
    366                                         <xsd:documentation>Maximum rotational speed in drill run (rpm).</xsd:documentation> 
    367                                         <!-- Missing: Added element maxTotRpm --> 
    368                                 </xsd:annotation> 
    369                         </xsd:element> 
    370                         <xsd:element name="maxTotCircRate" type="witsml:volumeFlowRateMeasureCubicMeterPerMin" minOccurs="0" maxOccurs="1"> 
    371                                 <xsd:annotation> 
    372                                         <xsd:documentation>Maximum drilling fluid circulation rate in drill run (m3/min).</xsd:documentation> 
    373                                         <!-- Missing: Added element maxTotCircRate --> 
    374                                 </xsd:annotation> 
    375                         </xsd:element> 
    376                         <xsd:element name="maxTotSpp" type="witsml:pressureMeasureBar" minOccurs="0" maxOccurs="1"> 
    377                                 <xsd:annotation> 
    378                                         <xsd:documentation>Maximum standpipe pressure in drill run (bar).</xsd:documentation> 
    379                                         <!-- Missing: Added element maxTotSpp --> 
    380                                 </xsd:annotation> 
    381                         </xsd:element> 
    382                         <xsd:element name="mdTotHoleMade" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
    383                                 <xsd:annotation> 
    384                                         <xsd:documentation>Meassured depth drilled accumulated (md).</xsd:documentation> 
    385                                         <!-- Missing: Added element mdTotHoleMade --> 
    386                                 </xsd:annotation> 
    387                         </xsd:element> 
    388                         <xsd:element name="totHrsDrilled" type="witsml:timeMeasureHrs" minOccurs="0" maxOccurs="1"> 
    389                                 <xsd:annotation> 
    390                                         <xsd:documentation>Hours drilled in accumulated (hrs).</xsd:documentation> 
    391                                         <!-- Missing: Added element totHrsDrilled --> 
    392                                 </xsd:annotation> 
    393                         </xsd:element> 
    394                         <xsd:element name="totRop" type="witsml:velocityMeasureMetresPerHour" minOccurs="0" maxOccurs="1"> 
    395                                 <xsd:annotation> 
    396                                         <xsd:documentation>Drill bit rate of penetration for drill run (m/h).</xsd:documentation> 
    397                                         <!-- Missing: Added element totRop --> 
    398262                                </xsd:annotation> 
    399263                        </xsd:element> 
     
    421285                        <!--PROFILE: Deleted element extensionAny.--> 
    422286                        <!--PROFILE: Deleted element extensionNameValue.--> 
     287                        <xsd:element name="bitRun" type="witsml:cs_drillingParams"> 
     288                                <xsd:annotation> 
     289                                        <xsd:documentation>information about a bit run.</xsd:documentation> 
     290                                </xsd:annotation> 
     291                        </xsd:element> 
    423292                </xsd:sequence> 
    424293                <xsd:attribute name="uid" type="witsml:uidString" use="optional"> 
     
    431300        </xsd:complexType> 
    432301 
     302        <!-- Added 22/02 - 2011 --> 
     303        <xsd:complexType name="cs_drillingParams"> 
     304                <xsd:annotation> 
     305                        <xsd:documentation>WITSML - Bottom hole assembly drilling parameters component schema</xsd:documentation> 
     306                </xsd:annotation> 
     307                <xsd:sequence> 
     308                        <xsd:element name="eTimOpBit" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1"> 
     309                                <xsd:annotation> 
     310                                        <xsd:documentation>Operating time spent by bit for run.</xsd:documentation> 
     311                                </xsd:annotation> 
     312                        </xsd:element> 
     313                        <xsd:element name="mdHoleStart" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
     314                                <xsd:annotation> 
     315                                        <xsd:documentation>Measured depth at start.</xsd:documentation> 
     316                                </xsd:annotation> 
     317                        </xsd:element> 
     318                        <xsd:element name="mdHoleStop" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
     319                                <xsd:annotation> 
     320                                        <xsd:documentation>Measured depth at stop.</xsd:documentation> 
     321                                </xsd:annotation> 
     322                        </xsd:element> 
     323                        <!--PROFILE: Deleted element tubular.--> 
     324                        <!--PROFILE: Deleted element hkldRot.--> 
     325                        <!--PROFILE: Deleted element overPull.--> 
     326                        <!--PROFILE: Deleted element slackOff.--> 
     327                        <!--PROFILE: Deleted element hkldUp.--> 
     328                        <!--PROFILE: Deleted element hkldDn.--> 
     329                        <!--PROFILE: Deleted element tqOnBotAv.--> 
     330                        <!--PROFILE: Deleted element tqOnBotMx.--> 
     331                        <!--PROFILE: Deleted element tqOnBotMn.--> 
     332                        <!--PROFILE: Deleted element tqOffBotAv.--> 
     333                        <!--PROFILE: Deleted element tqDhAv.--> 
     334                        <!--PROFILE: Deleted element wtAboveJar.--> 
     335                        <!--PROFILE: Deleted element wtBelowJar.--> 
     336                        <!--PROFILE: Deleted element wtMud.--> 
     337                        <!--PROFILE: Deleted element flowratePump.--> 
     338                        <!--PROFILE: Deleted element powBit.--> 
     339                        <!--PROFILE: Deleted element velNozzleAv.--> 
     340                        <!--PROFILE: Deleted element presDropBit.--> 
     341                        <!--PROFILE: Deleted element cTimHold.--> 
     342                        <!--PROFILE: Deleted element cTimSteering.--> 
     343                        <!--PROFILE: Deleted element cTimDrillRot.--> 
     344                        <!--PROFILE: Deleted element cTimDrillSlid.--> 
     345                        <!--PROFILE: Deleted element cTimCirc.--> 
     346                        <!--PROFILE: Deleted element cTimReam.--> 
     347                        <!--PROFILE: Deleted element distDrillRot.--> 
     348                        <!--PROFILE: Deleted element distDrillSlid.--> 
     349                        <!--PROFILE: Deleted element distReam.--> 
     350                        <!--PROFILE: Deleted element distHold.--> 
     351                        <!--PROFILE: Deleted element distSteering.--> 
     352                        <!--PROFILE: Deleted element rpmAv.--> 
     353                        <!--PROFILE: Deleted element rpmMx.--> 
     354                        <!--PROFILE: Deleted element rpmMn.--> 
     355                        <!--PROFILE: Deleted element rpmAvDh.--> 
     356                        <xsd:element name="ropAv" type="witsml:velocityMeasureMetresPerHour" minOccurs="0" maxOccurs="1"> 
     357                                <xsd:annotation> 
     358                                        <xsd:documentation>Average rate of penetration through Interval.</xsd:documentation> 
     359                                </xsd:annotation> 
     360                        </xsd:element> 
     361                        <xsd:element name="ropMx" type="witsml:velocityMeasureMetresPerHour" minOccurs="0" maxOccurs="1"> 
     362                                <xsd:annotation> 
     363                                        <xsd:documentation>Maximum rate of penetration through Interval.</xsd:documentation> 
     364                                </xsd:annotation> 
     365                        </xsd:element> 
     366                        <!--PROFILE: Deleted element ropMn.--> 
     367                        <!--PROFILE: Deleted element wobAv.--> 
     368                        <!--PROFILE: Deleted element wobMx.--> 
     369                        <!--PROFILE: Deleted element wobMn.--> 
     370                        <!--PROFILE: Deleted element wobAvDh.--> 
     371                        <!--PROFILE: Deleted element reasonTrip.--> 
     372                        <!--PROFILE: Deleted element objectiveBha.--> 
     373                        <!--PROFILE: Deleted element aziTop.--> 
     374                        <!--PROFILE: Deleted element aziBottom.--> 
     375                        <!--PROFILE: Deleted element inclStart.--> 
     376                        <!--PROFILE: Deleted element inclMx.--> 
     377                        <!--PROFILE: Deleted element inclMn.--> 
     378                        <!--PROFILE: Deleted element inclStop.--> 
     379                        <!--PROFILE: Deleted element tempMudDhMx.--> 
     380                        <!--PROFILE: Deleted element presPumpAv.--> 
     381                        <!--PROFILE: Deleted element flowrateBit.--> 
     382                        <!--PROFILE: Deleted element comments.--> 
     383                        <!--PROFILE: Deleted element extensionNameValue.--> 
     384                        <xsd:element name="mdHoleMadeRun" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
     385                                <xsd:annotation> 
     386                                        <xsd:documentation>Measured depth of hole made current run.</xsd:documentation> 
     387                                </xsd:annotation> 
     388                        </xsd:element> 
     389                        <xsd:element name="hrsDrilledRun" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1"> 
     390                                <xsd:annotation> 
     391                                        <xsd:documentation>Hours used on current run.</xsd:documentation> 
     392                                </xsd:annotation> 
     393                        </xsd:element> 
     394                        <xsd:element name="mdTotHoleMade" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
     395                                <xsd:annotation> 
     396                                        <xsd:documentation>Measured depth made totally.</xsd:documentation> 
     397                                </xsd:annotation> 
     398                        </xsd:element> 
     399                        <xsd:element name="totHrsDrilled" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1"> 
     400                                <xsd:annotation> 
     401                                        <xsd:documentation>Hours drilled totally.</xsd:documentation> 
     402                                </xsd:annotation> 
     403                        </xsd:element> 
     404                </xsd:sequence> 
     405                <!--Unused: Deleted element attgrp_uid. --> 
     406        </xsd:complexType> 
     407        <!-- END Added 22/02 - 2011 --> 
     408 
    433409        <!-- Added 07/02 - 2011 --> 
    434410        <!-- Cement job --> 
     
    476452                        <!-- Profile: Deleted element flowrateDisplaceMx --> 
    477453                        <!-- Profile: Deleted element presDisplace --> 
    478                         <xsd:element name="volReturns" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> 
     454                        <xsd:element name="volReturns" type="witsml:volumeMeasureCubicMetre" minOccurs="0" maxOccurs="1"> 
    479455                                <xsd:annotation> 
    480456                                        <xsd:documentation>Volume of returns.</xsd:documentation> 
     
    510486                        <!-- Profile: Deleted element presSqueezeHeld --> 
    511487                        <!-- Profile: Deleted element presSqueeze --> 
    512                         <xsd:element name="eTimPresHeld" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1"> 
     488                        <xsd:element name="eTimPresHeld" type="witsml:timestamp" minOccurs="0" maxOccurs="1"> 
    513489                                <xsd:annotation> 
    514490                                        <xsd:documentation>Time pressure held.</xsd:documentation> 
     
    562538                                </xsd:annotation> 
    563539                        </xsd:element> 
    564                         <xsd:element name="floatFailed" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1"> 
     540                        <xsd:element name="floatFailed" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1"> 
    565541                                <xsd:annotation> 
    566542                                        <xsd:documentation>Float Failed? Values are "true" (or "1") and "false" (or "0").</xsd:documentation> 
     
    578554                                        <xsd:documentation>Casing string being rotated. Values are "true(1) and "false"(0).</xsd:documentation> 
    579555                                        <!-- Missing: Added element rotated --> 
     556                                </xsd:annotation> 
     557                        </xsd:element> 
     558                        <xsd:element name="cementingFluid" type="witsml:cs_cementingFluid" minOccurs="0" maxOccurs="unbounded" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831397"> 
     559                                <xsd:annotation> 
     560                                        <xsd:documentation>Information about a bit run.</xsd:documentation> 
    580561                                </xsd:annotation> 
    581562                        </xsd:element> 
     
    639620                        </xsd:element> 
    640621                        <!-- Profile: Deleted element fluidIndex --> 
    641                         <xsd:element name="descFluid" type="witsml:shortDescriptionString" minOccurs="0" maxOccurs="1"> 
     622                        <xsd:element name="descFluid" type="witsml:descriptionString" minOccurs="0" maxOccurs="1"> 
    642623                                <xsd:annotation> 
    643624                                        <xsd:documentation>Fluid description.</xsd:documentation> 
     
    651632                        <!-- Profile: Deleted element volWater --> 
    652633                        <!-- Profile: Deleted element volCement --> 
    653                         <xsd:element name="ratioMixWater" type="witsml:specificVolumeMeasure" minOccurs="0" maxOccurs="1"> 
     634                        <xsd:element name="ratioMixWater" type="witsml:specificVolumeMeasureUsGallonsPerSack94" minOccurs="0" maxOccurs="1"> 
    654635                                <xsd:annotation> 
    655636                                        <xsd:documentation>Mix Water Ratio.</xsd:documentation> 
     
    666647                        </xsd:element> 
    667648                        <!-- Profile: Deleted element solidVolumeFraction --> 
    668                         <xsd:element name="volPumped" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> 
     649                        <xsd:element name="volPumped" type="witsml:volumeMeasureCubicMetre" minOccurs="0" maxOccurs="1"> 
    669650                                <xsd:annotation> 
    670651                                        <xsd:documentation>Volume Pumped.</xsd:documentation> 
     
    679660                                </xsd:annotation> 
    680661                        </xsd:element> 
    681                         <xsd:element name="yp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1"> 
     662                        <xsd:element name="yp" type="witsml:specificVolumeMeasureCubicFeetPer94PoundSack" minOccurs="0" maxOccurs="1"> 
    682663                                <xsd:annotation> 
    683664                                        <xsd:documentation>Yield point (Bingham and Herschel Bulkley models).</xsd:documentation> 
     
    708689                        <!-- Profile: Deleted element ratioConstGasMethodEnd --> 
    709690                        <!-- Profile: Deleted element densConstGasFoam --> 
    710                         <xsd:element name="eTimThickening" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1"> 
     691                        <xsd:element name="eTimThickening" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1"> 
    711692                                <xsd:annotation> 
    712693                                        <xsd:documentation>Test thickening time.</xsd:documentation> 
     
    22292210                                </xsd:annotation> 
    22302211                        </xsd:element> 
    2231                         <xsd:element name="casingType" type="witsml:casingTypes" minOccurs="0" maxOccurs="1"> 
    2232                                 <xsd:annotation> 
    2233                                         <xsd:documentation>The type of casing (e.g. top, intermediate, production).</xsd:documentation> 
    2234                                         <!-- Missing: Added element casingType --> 
    2235                                 </xsd:annotation> 
    2236                         </xsd:element> 
    2237                         <xsd:element name="dTimRun" type="witsml:timestamp" minOccurs="0" maxOccurs="1"> 
    2238                                 <xsd:annotation> 
    2239                                         <xsd:documentation>Run date and time.</xsd:documentation> 
    2240                                         <!-- Missing: Added element dTimRun --> 
    2241                                 </xsd:annotation> 
    2242                         </xsd:element> 
    2243                         <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1"> 
    2244                                 <xsd:annotation> 
    2245                                         <xsd:documentation>description of run.</xsd:documentation> 
    2246                                         <!-- Missing: Added element description --> 
    2247                                 </xsd:annotation> 
    2248                         </xsd:element> 
    22492212                        <xsd:element name="id" type="witsml:lengthMeasureInch" minOccurs="0" maxOccurs="1"> 
    22502213                                <xsd:annotation> 
     
    22622225                                </xsd:annotation> 
    22632226                        </xsd:element> 
    2264                         <xsd:element name="grade" type="witsml:grade_CHECK" minOccurs="0" maxOccurs="1"> 
     2227                        <xsd:element name="grade" type="witsml:str32" minOccurs="0" maxOccurs="1"> 
    22652228                                <xsd:annotation> 
    22662229                                        <xsd:documentation>Nominal grade.</xsd:documentation> 
     
    22682231                                </xsd:annotation> 
    22692232                        </xsd:element> 
    2270                         <xsd:element name="connection" type="witsml:connection_CHECK" minOccurs="0" maxOccurs="1"> 
     2233                        <xsd:element name="connection" type="witsml:positiveCount" minOccurs="0" maxOccurs="1"> 
    22712234                                <xsd:annotation> 
    22722235                                        <xsd:documentation>Nominal connection.</xsd:documentation> 
     
    22882251                                <xsd:annotation> 
    22892252                                        <xsd:documentation>The measured depth of the bottom of the tubular.</xsd:documentation> 
     2253                                </xsd:annotation> 
     2254                        </xsd:element> 
     2255                        <xsd:element name="casing_liner_tubing_run" type="witsml:cs_stimJobStage"> 
     2256                                <xsd:annotation> 
     2257                                        <xsd:documentation>Information about a casing_liner_tubing run.</xsd:documentation> 
    22902258                                </xsd:annotation> 
    22912259                        </xsd:element> 
     
    22972265                <!-- Unused: deleted element attgrp_uid --> 
    22982266        </xsd:complexType> 
     2267         
     2268        <xsd:complexType name="cs_stimJobStage"> 
     2269        <xsd:annotation> 
     2270                <xsd:documentation>Job stage for a well stimulation treatment, where one or more stages are part     of a flow path, one or more flow paths are part of a treatment, and one or more      treatments are part of a job.</xsd:documentation> 
     2271                <xsd:appinfo>Modified-in-version=1.4.1, By-issue=W-CR-010, Change=Added</xsd:appinfo> 
     2272        </xsd:annotation> 
     2273        <xsd:sequence> 
     2274                <xsd:element name="kind" type="witsml:StimStageType" minOccurs="1" maxOccurs="1"> 
     2275                        <xsd:annotation> 
     2276                                <xsd:documentation>The type of stage for the stimulation job.</xsd:documentation> 
     2277                        </xsd:annotation> 
     2278                </xsd:element> 
     2279                <!-- Profile: deleted element name. --> 
     2280                <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1"> 
     2281                        <xsd:annotation> 
     2282                                <xsd:documentation>A short description of the stage.</xsd:documentation> 
     2283                        </xsd:annotation> 
     2284                </xsd:element> 
     2285                <!-- Profile: deleted element number. --> 
     2286                <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1"> 
     2287                        <xsd:annotation> 
     2288                                <xsd:documentation>Date time of start of this stimulation stage.</xsd:documentation> 
     2289                        </xsd:annotation> 
     2290                </xsd:element> 
     2291                <!-- Profile: deleted element dTimEnd.--> 
     2292                <!-- Profile: deleted element pumpTime. --> 
     2293                <!-- Profile: deleted element startRateSurfaceLiquid. --> 
     2294                <!-- Profile: deleted element endRateSurfaceLiquid. --> 
     2295                <!-- Profile: deleted element avgRateSurfaceLiquid. --> 
     2296                <!-- Profile: deleted element startRateSurfaceCO2. --> 
     2297                <!-- Profile: deleted element endRateSurfaceCO2. --> 
     2298                <!-- Profile: deleted element avgRateSurfaceCO2. --> 
     2299                <!-- Profile: deleted element startStdRateSurfaceN2. --> 
     2300                <!-- Profile: deleted element endStdRateSurfaceN2. --> 
     2301                <!-- Profile: deleted element avgStdRateSurfaceN2. --> 
     2302                <!-- Profile: deleted element startPresSurface. --> 
     2303                <!-- Profile: deleted element endPresSurface. --> 
     2304                <!-- Profile: deleted element averagePresSurface. --> 
     2305                <!-- Profile: deleted element startPumpRateBottomhole. --> 
     2306                <!-- Profile: deleted element endPumpRateBottomhole. --> 
     2307                <!-- Profile: deleted element avgPumpRateBottomhole. --> 
     2308                <!-- Profile: deleted element startPresBottomhole. --> 
     2309                <!-- Profile: deleted element endPresBottomhole. --> 
     2310                <!-- Profile: deleted element averagePresBottomhole. --> 
     2311                <!-- Profile: deleted element startProppantConcSurface. --> 
     2312                <!-- Profile: deleted element endProppantConcSurface. --> 
     2313                <!-- Profile: deleted element avgProppantConcSurface. --> 
     2314                <!-- Profile: deleted element startProppantConcBottomhole. --> 
     2315                <!-- Profile: deleted element endProppantConcBottomhole. --> 
     2316                <!-- Profile: deleted element avgProppantConcBottomhole. --> 
     2317                <!-- Profile: deleted element startFoamRateN2. --> 
     2318                <!-- Profile: deleted element endFoamRateN2. --> 
     2319                <!-- Profile: deleted element startFoamRateCO2. --> 
     2320                <!-- Profile: deleted element endFoamRateCO2. --> 
     2321                <!-- Profile: deleted element fluidVolBase. --> 
     2322                <!-- Profile: deleted element fluidVolSlurry. --> 
     2323                <!-- Profile: deleted element slurryRateBegin. --> 
     2324                <!-- Profile: deleted element slurryRateEnd. --> 
     2325                <!-- Profile: deleted element proppantMassWellHead. --> 
     2326                <!-- Profile: deleted element proppantMass. --> 
     2327                <!-- Profile: deleted element maxPres. --> 
     2328                <!-- Profile: deleted element maxSlurryRate. --> 
     2329                <!-- Profile: deleted element maxWellheadRate. --> 
     2330                <!-- Profile: deleted element maxN2StdRate. --> 
     2331                <!-- Profile: deleted element maxCO2LiquidRate. --> 
     2332                <!-- Profile: deleted element maxPropConc. --> 
     2333                <!-- Profile: deleted element maxSlurryPropConc. --> 
     2334                <!-- Profile: deleted element avgPropConc. --> 
     2335                <!-- Profile: deleted element avgSlurryPropConc. --> 
     2336                <!-- Profile: deleted element avgTemperature. --> 
     2337                <!-- Profile: deleted element avgInternalPhaseFraction. --> 
     2338                <!-- Profile: deleted element avgBaseFluidQuality. --> 
     2339                <!-- Profile: deleted element avgN2BaseFluidQuality. --> 
     2340                <!-- Profile: deleted element avgCO2BaseFluidQuality. --> 
     2341                <!-- Profile: deleted element avgHydraulicPower. --> 
     2342                <!-- Profile: deleted element avgBaseFluidRate. --> 
     2343                <!-- Profile: deleted element avgSlurryRate. --> 
     2344                <!-- Profile: deleted element avgWellheadRate. --> 
     2345                <!-- Profile: deleted element avgN2StdRate. --> 
     2346                <!-- Profile: deleted element avgCO2Rate. --> 
     2347                <!-- Profile: deleted element baseFluidVol. --> 
     2348                <!-- Profile: deleted element slurryVol. --> 
     2349                <!-- Profile: deleted element wellheadVol. --> 
     2350                <!-- Profile: deleted element maxPmaxPacPres. --> 
     2351                <!-- Profile: deleted element maxPmaxWeaklinkPres. --> 
     2352                <!-- Profile: deleted element maxGelRate. --> 
     2353                <!-- Profile: deleted element maxOilRate. --> 
     2354                <!-- Profile: deleted element maxAcidRate. --> 
     2355                <!-- Profile: deleted element avgGelRate. --> 
     2356                <!-- Profile: deleted element avgOilRate. --> 
     2357                <!-- Profile: deleted element avgAcidRate. --> 
     2358                <!-- Profile: deleted element gelVolume. --> 
     2359                <!-- Profile: deleted element oilVolume. --> 
     2360                <!-- Profile: deleted element acidVolume. --> 
     2361                <!-- Profile: deleted element baseFluidBypassVol. --> 
     2362                <!-- Profile: deleted element frictionFactor. --> 
     2363                <!-- Profile: deleted element stageFluid. --> 
     2364                <!-- Profile: deleted element extensionNameValue. --> 
     2365        </xsd:sequence> 
     2366        <!-- Unused: deleted element attgrp_uid --> 
     2367</xsd:complexType> 
    22992368 
     2369         
    23002370        <!-- Tubular types --> 
    23012371        <xsd:simpleType name="tubularTypes"> 
     
    23042374                </xsd:annotation> 
    23052375                <xsd:restriction base="witsml:abstractTypeEnum"> 
    2306                         <xsd:enumeration value="c"> 
     2376                        <xsd:enumeration value="Casing"> 
    23072377                                <xsd:annotation> 
    23082378                                        <xsd:documentation>Casing</xsd:documentation> 
    23092379                                </xsd:annotation> 
    23102380                        </xsd:enumeration> 
    2311                         <xsd:enumeration value="l"> 
     2381                        <xsd:enumeration value="Liner"> 
    23122382                                <xsd:annotation> 
    23132383                                        <xsd:documentation>Liner</xsd:documentation> 
    23142384                                </xsd:annotation> 
    23152385                        </xsd:enumeration> 
    2316                         <xsd:enumeration value="t"> 
     2386                        <xsd:enumeration value="Tubing"> 
    23172387                                <xsd:annotation> 
    23182388                                        <xsd:documentation>Tubing</xsd:documentation> 
    2319                                 </xsd:annotation> 
    2320                         </xsd:enumeration> 
    2321                         <xsd:enumeration value="p"> 
    2322                                 <xsd:annotation> 
    2323                                         <xsd:documentation>Packer</xsd:documentation> 
    2324                                 </xsd:annotation> 
    2325                         </xsd:enumeration> 
    2326                         <xsd:enumeration value="oh"> 
    2327                                 <xsd:annotation> 
    2328                                         <xsd:documentation>Open Hole</xsd:documentation> 
    2329                                 </xsd:annotation> 
    2330                         </xsd:enumeration> 
    2331                         <xsd:enumeration value="o"> 
    2332                                 <xsd:annotation> 
    2333                                         <xsd:documentation>Other</xsd:documentation> 
    23342389                                </xsd:annotation> 
    23352390                        </xsd:enumeration> 
     
    23382393 
    23392394        <!-- Casing type --> 
    2340         <xsd:simpleType name="casingTypes"> 
     2395        <xsd:simpleType name="StimStageType"> 
    23412396                <xsd:annotation> 
    23422397                        <xsd:documentation>The type of casing, used to determant which type of casing is used.</xsd:documentation> 
    23432398                </xsd:annotation> 
    23442399                <xsd:restriction base="witsml:abstractTypeEnum"> 
    2345                         <xsd:enumeration value="t"> 
     2400                        <xsd:enumeration value="Top"> 
    23462401                                <xsd:annotation> 
    23472402                                        <xsd:documentation>Top</xsd:documentation> 
    23482403                                </xsd:annotation> 
    23492404                        </xsd:enumeration> 
    2350                         <xsd:enumeration value="i"> 
     2405                        <xsd:enumeration value="Intermediate"> 
    23512406                                <xsd:annotation> 
    23522407                                        <xsd:documentation>Intermediate</xsd:documentation> 
    23532408                                </xsd:annotation> 
    23542409                        </xsd:enumeration> 
    2355                         <xsd:enumeration value="p"> 
     2410                        <xsd:enumeration value="Production"> 
    23562411                                <xsd:annotation> 
    23572412                                        <xsd:documentation>Production</xsd:documentation> 
     
    24232478                                </xsd:annotation> 
    24242479                        </xsd:element> 
    2425                         <xsd:element name="yp" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17684395"> 
     2480                        <xsd:element name="yp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17684395"> 
    24262481                                <!--PROFILE: Changed minOccurs from 0 to 1 for element yp.--> 
    24272482                                <xsd:annotation> 
     
    33583413                                        </xsd:annotation> 
    33593414                                </xsd:element> 
     3415                                <xsd:element name="header" type="witsml:reportHeader" minOccurs="0" maxOccurs="1"> 
     3416                                        <xsd:annotation> 
     3417                                                <xsd:documentation>Information about this report.</xsd:documentation> 
     3418                                        </xsd:annotation> 
     3419                                </xsd:element> 
    33603420                                <xsd:element name="wellCRS" type="witsml:cs_wellCRS" minOccurs="0" maxOccurs="unbounded"> 
    33613421                                        <xsd:annotation> 
     
    33793439                                        <xsd:annotation> 
    33803440                                                <xsd:documentation>Information about a bit.</xsd:documentation> 
     3441                                        </xsd:annotation> 
     3442                                </xsd:element> 
     3443                                <xsd:element name="casing_liner_tubing" type="witsml:cs_stimTubular" minOccurs="0" maxOccurs="unbounded"> 
     3444                                        <xsd:annotation> 
     3445                                                <xsd:documentation>Information about a bit run.</xsd:documentation> 
     3446                                        </xsd:annotation> 
     3447                                </xsd:element> 
     3448                                <xsd:element name="cementStage" type="witsml:cs_cementStage" minOccurs="0" maxOccurs="unbounded"> 
     3449                                        <xsd:annotation> 
     3450                                                <xsd:documentation>Information about a bit run.</xsd:documentation> 
    33813451                                        </xsd:annotation> 
    33823452                                </xsd:element> 
     
    54835553        </xsd:complexType> 
    54845554        <!--UNUSED: Deleted type relativePowerMeasure.--> 
    5485         <!--UNUSED: Deleted type specificVolumeMeasure.--> 
     5555        <xsd:complexType name="specificVolumeMeasure"> 
     5556                <xsd:simpleContent> 
     5557                        <xsd:extension base="witsml:abstractMeasure"> 
     5558                                <xsd:attribute name="uom" type="witsml:specificVolumeUom" use="required"> 
     5559                                        <xsd:annotation> 
     5560                                                <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-86, Change=Changed-type-from:timeUom</xsd:appinfo> 
     5561                                        </xsd:annotation> 
     5562                                </xsd:attribute> 
     5563                        </xsd:extension> 
     5564                </xsd:simpleContent> 
     5565        </xsd:complexType> 
    54865566        <!--UNUSED: Deleted type thermodynamicTemperatureMeasure.--> 
    54875567 
     
    55405620                </xsd:simpleContent> 
    55415621        </xsd:complexType> 
    5542         <xsd:complexType name="anglePerTimeMeasure"> 
    5543                 <xsd:simpleContent> 
    5544                         <xsd:extension base="witsml:abstractMeasure"> 
    5545                                 <xsd:attribute name="uom" type="witsml:anglePerTimeUom" use="required"> 
    5546                                         <xsd:annotation> 
    5547                                                 <xsd:appinfo>Modified-in-version=1.4.0, By-issue=1.3.1-86, Change=Changed-type-from:areaUom</xsd:appinfo> 
    5548                                         </xsd:annotation> 
    5549                                 </xsd:attribute> 
    5550                         </xsd:extension> 
    5551                 </xsd:simpleContent> 
    5552         </xsd:complexType> 
    5553  
    55545622        <xsd:complexType name="anglePerTimeMeasure"> 
    55555623                <xsd:simpleContent> 
     
    56355703        <!--UNUSED: Deleted type AnglePerLengthUom.--> 
    56365704        <!--UNUSED: Deleted type AnglePerTimeUom.--> 
    5637         <!--UNUSED: Deleted type AreaUom.--> 
     5705        <!-- Added 22/02 - 2011 --> 
     5706        <xsd:simpleType name="areaUom"> 
     5707                <xsd:restriction base="witsml:abstractUomEnum"> 
     5708                        <xsd:enumeration value="in2"/> 
     5709                </xsd:restriction> 
     5710        </xsd:simpleType> 
     5711        <!-- END Added 22/02 - 2011 --> 
    56385712        <!--UNUSED: Deleted type AreaPerAreaUom.--> 
    56395713 
     
    56755749                        <!--PROFILE: Deleted enumeration value="dAPI".--> 
    56765750                        <xsd:enumeration value="g/cm3"/> 
     5751                        <xsd:enumeration value="sg"/> 
    56775752                        <!--PROFILE: Deleted enumeration value="g/dm3".--> 
    56785753                        <!--PROFILE: Deleted enumeration value="g/galUK".--> 
     
    58155890                </xsd:simpleContent> 
    58165891        </xsd:complexType> 
    5817         <xsd:simpleType name="massPerLengthUom"> 
    5818                 <xsd:restriction base="witsml:abstractUomEnum"> 
    5819                         <xsd:enumeration value="lbm/ft"/> 
    5820                 </xsd:restriction> 
    5821         </xsd:simpleType> 
    58225892 
    58235893        <xsd:simpleType name="massPerLengthUomPoundsPerFoot"> 
     
    58295899                <xsd:simpleContent> 
    58305900                        <xsd:extension base="witsml:abstractMeasure"> 
    5831                                 <xsd:attribute name="uom" type="witsml:massPerLengthUomPoundsMassPerFoot" use="required"/> 
     5901                                <xsd:attribute name="uom" type="witsml:massPerLengthUomPoundsPerFoot" use="required"/> 
    58325902                        </xsd:extension> 
    58335903                </xsd:simpleContent> 
  • projects/DailyDrillingReport_1.2/XML/HTMLreport/ddr_HTMLReport_transformation_2011_02_07.xsl

    r131 r135  
    2020                                                                <table id="table1" width="100%"> 
    2121                                                                        <tr> 
    22                                                                                 <td width="40%" align="left" class="ReportHeader">Summary report Wellbore: <xsl:value-of select="witsml:wellboreAlias[witsml:namingSystem='NPD code']/witsml:name"/> 
    23                                                                                 </td> 
    24                                                                                 <td width="60%" align="right" class="ReportHeader">End time: <xsl:value-of select="substring(witsml:dTimEnd, 0,17)"/> 
     22                                                                                <td width="45%" align="left" class="ReportHeader">Summary report Wellbore: <xsl:value-of select="witsml:wellboreAlias[witsml:namingSystem='NPD code']/witsml:name"/> 
     23                                                                                </td> 
     24                                                                                <td width="55%" align="right" class="ReportHeader">End time: <xsl:value-of select="substring(witsml:dTimEnd, 0,17)"/> 
    2525                                                                                </td> 
    2626                                                                        </tr> 
     
    400400                                                                                <tr> 
    401401                                                                                        <td align="center" width="50" valign="top"> 
     402                                                                                                <a target="_blank" href="{$url_diaBit}">Bit size <xsl:value-of select="witsml:bitRecord/witsml:diaBit/@uom"/> 
     403                                                                                                </a> 
     404                                                                                        </td> 
     405                                                                                        <td align="center" width="50" valign="top"> 
    402406                                                                                                <a target="_blank" href="{$url_numBit}">Run No</a> 
    403                                                                                         </td> 
    404                                                                                         <td align="center" width="50" valign="top"> 
    405                                                                                                 <a target="_blank" href="{$url_diaBit}">Bit size <xsl:value-of select="witsml:bitRecord/witsml:diaBit/@uom"/> 
    406                                                                                                 </a> 
    407                                                                                         </td> 
    408                                                                                         <td align="left" width="170" valign="top"> 
    409                                                                                                 <a target="_blank" href="{$url_manufacturer}">Manufacturer</a> 
    410407                                                                                        </td> 
    411408                                                                                        <td align="center" width="80" valign="top"> 
    412409                                                                                                <a target="_blank" href="{$url_codeMfg}">Model</a> 
    413410                                                                                        </td> 
    414                                                                                         <td align="center" width="80" valign="top"> 
    415                                                                                                 <a target="_blank" href="{$urlRDS}">Serial NO.</a> 
    416                                                                                         </td> 
    417411                                                                                        <td align="center" width="50" valign="top"> 
    418                                                                                                 <a target="_blank" href="{$urlRDS}">TFA <xsl:value-of select="witsml:bitRecord/witsml:tfa/@uom"/> 
     412                                                                                                <a target="_blank" href="{$urlRDS}">Hours drilled<br /> 
     413                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:eTimOpBit/@uom"/> 
    419414                                                                                                </a> 
    420415                                                                                        </td> 
    421416                                                                                        <td align="center" width="50" valign="top"> 
    422                                                                                                 <a target="_blank" href="{$urlRDS}">Time start</a> 
     417                                                                                                <a target="_blank" href="{$urlRDS}">MD start<br /> 
     418                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:mdHoleStart/@uom"/> 
     419                                                                                                </a> 
    423420                                                                                        </td> 
    424421                                                                                        <td align="center" width="50" valign="top"> 
    425                                                                                                 <a target="_blank" href="{$urlRDS}">Time end</a> 
    426                                                                                         </td> 
    427                                                                                         <td align="center" width="50" valign="top"> 
    428                                                                                                 <a target="_blank" href="{$urlRDS}">Hours drilled <xsl:value-of select="witsml:bitRecord/witsml:hrsDrilled/@uom"/> 
    429                                                                                                 </a> 
    430                                                                                         </td> 
    431                                                                                         <td align="center" width="50" valign="top"> 
    432                                                                                                 <a target="_blank" href="{$urlRDS}">MD start <xsl:value-of select="witsml:bitRecord/witsml:mdHoleStart/@uom"/> 
    433                                                                                                 </a> 
    434                                                                                         </td> 
    435                                                                                         <td align="center" width="50" valign="top"> 
    436                                                                                                 <a target="_blank" href="{$urlRDS}">MD end <xsl:value-of select="witsml:bitRecord/witsml:mdHoleEnd/@uom"/> 
     422                                                                                                <a target="_blank" href="{$urlRDS}">MD end<br /> 
     423                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:mdHoleStop/@uom"/> 
    437424                                                                                                </a> 
    438425                                                                                        </td> 
     
    441428                                                                                        </td> 
    442429                                                                                        <td align="center" width="50" valign="top"> 
    443                                                                                                 <a target="_blank" href="{$urlRDS}">Max WOB <xsl:value-of select="witsml:bitRecord/witsml:maxWob/@uom"/> 
     430                                                                                                <a target="_blank" href="{$urlRDS}">Hole made (run)<br /> 
     431                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:mdHoleMadeRun/@uom"/> 
    444432                                                                                                </a> 
    445433                                                                                        </td> 
    446434                                                                                        <td align="center" width="50" valign="top"> 
    447                                                                                                 <a target="_blank" href="{$urlRDS}">Max RPM <xsl:value-of select="witsml:bitRecord/witsml:maxRpm/@uom"/> 
     435                                                                                                <a target="_blank" href="{$urlRDS}">Hours drilled (run)<br /> 
     436                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:hrsDrilledRun/@uom"/> 
    448437                                                                                                </a> 
    449438                                                                                        </td> 
    450439                                                                                        <td align="center" width="50" valign="top"> 
    451                                                                                                 <a target="_blank" href="{$urlRDS}">Max circ rate <xsl:value-of select="witsml:bitRecord/witsml:maxCircRate/@uom"/> 
     440                                                                                                <a target="_blank" href="{$urlRDS}">ROP<br /> 
     441                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:ropAv/@uom"/> 
    452442                                                                                                </a> 
    453443                                                                                        </td> 
    454444                                                                                        <td align="center" width="50" valign="top"> 
    455                                                                                                 <a target="_blank" href="{$urlRDS}">Max SSP <xsl:value-of select="witsml:bitRecord/witsml:maxSsp/@uom"/> 
     445                                                                                                <a target="_blank" href="{$urlRDS}">Total hole made<br /> 
     446                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:mdTotHoleMade/@uom"/> 
    456447                                                                                                </a> 
    457448                                                                                        </td> 
    458449                                                                                        <td align="center" width="50" valign="top"> 
    459                                                                                                 <a target="_blank" href="{$urlRDS}">Hole made (run) <xsl:value-of select="witsml:bitRecord/witsml:mdHoleMadeRun/@uom"/> 
     450                                                                                                <a target="_blank" href="{$urlRDS}">Total hours drilled<br /> 
     451                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:totHrsDrilled/@uom"/> 
    460452                                                                                                </a> 
    461453                                                                                        </td> 
    462454                                                                                        <td align="center" width="50" valign="top"> 
    463                                                                                                 <a target="_blank" href="{$urlRDS}">Hours drilled (run) <xsl:value-of select="witsml:bitRecord/witsml:hrsDrilledRun/@uom"/> 
    464                                                                                                 </a> 
    465                                                                                         </td> 
    466                                                                                         <td align="center" width="50" valign="top"> 
    467                                                                                                 <a target="_blank" href="{$urlRDS}">ROP <xsl:value-of select="witsml:bitRecord/witsml:rop/@uom"/> 
    468                                                                                                 </a> 
    469                                                                                         </td> 
    470                                                                                         <td align="center" width="50" valign="top"> 
    471                                                                                                 <a target="_blank" href="{$urlRDS}">Max total WOB <xsl:value-of select="witsml:bitRecord/witsml:maxTotWob/@uom"/> 
    472                                                                                                 </a> 
    473                                                                                         </td> 
    474                                                                                         <td align="center" width="50" valign="top"> 
    475                                                                                                 <a target="_blank" href="{$urlRDS}">Max total RPM <xsl:value-of select="witsml:bitRecord/witsml:maxTotRpm/@uom"/> 
    476                                                                                                 </a> 
    477                                                                                         </td> 
    478                                                                                         <td align="center" width="50" valign="top"> 
    479                                                                                                 <a target="_blank" href="{$urlRDS}">Max total circ rate <xsl:value-of select="witsml:bitRecord/witsml:maxTotCircRate/@uom"/> 
    480                                                                                                 </a> 
    481                                                                                         </td> 
    482                                                                                         <td align="center" width="50" valign="top"> 
    483                                                                                                 <a target="_blank" href="{$urlRDS}">Max total SSP <xsl:value-of select="witsml:bitRecord/witsml:maxTotSsp/@uom"/> 
    484                                                                                                 </a> 
    485                                                                                         </td> 
    486                                                                                         <td align="center" width="50" valign="top"> 
    487                                                                                                 <a target="_blank" href="{$urlRDS}">Total hole made <xsl:value-of select="witsml:bitRecord/witsml:mdTotHoleMade/@uom"/> 
    488                                                                                                 </a> 
    489                                                                                         </td> 
    490                                                                                         <td align="center" width="50" valign="top"> 
    491                                                                                                 <a target="_blank" href="{$urlRDS}">Total hours drilled <xsl:value-of select="witsml:bitRecord/witsml:totHrsDrilled/@uom"/> 
    492                                                                                                 </a> 
    493                                                                                         </td> 
    494                                                                                         <td align="center" width="50" valign="top"> 
    495                                                                                                 <a target="_blank" href="{$urlRDS}">Total ROP <xsl:value-of select="witsml:bitRecord/witsml:totHrsDrilled/@uom"/> 
     455                                                                                                <a target="_blank" href="{$urlRDS}">Total ROP<br /> 
     456                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:ropMx/@uom"/> 
    496457                                                                                                </a> 
    497458                                                                                        </td> 
     
    500461                                                                                        <tr class="light"> 
    501462                                                                                                <td align="center"> 
     463                                                                                                        <xsl:value-of select="witsml:diaBit"/> 
     464                                                                                                </td> 
     465                                                                                                <td align="center"> 
    502466                                                                                                        <xsl:value-of select="witsml:numBit"/> 
    503467                                                                                                </td> 
    504468                                                                                                <td align="center"> 
    505                                                                                                         <xsl:value-of select="witsml:diaBit"/> 
    506                                                                                                 </td> 
    507                                                                                                 <td width="170"> 
    508                                                                                                         <xsl:value-of select="witsml:manufacturer"/> 
    509                                                                                                 </td> 
    510                                                                                                 <td align="center"> 
    511469                                                                                                        <xsl:value-of select="witsml:codeMfg"/> 
    512470                                                                                                </td> 
    513471                                                                                                <td align="center"> 
    514                                                                                                         <xsl:value-of select="witsml:serialNo"/> 
    515                                                                                                 </td> 
    516                                                                                                 <td align="center"> 
    517                                                                                                         <xsl:value-of select="witsml:tfa"/> 
    518                                                                                                 </td> 
    519                                                                                                 <td align="center"> 
    520                                                                                                         <xsl:value-of select="substring(witsml:dTimIn, 0, 17)"/> 
    521                                                                                                 </td> 
    522                                                                                                 <td align="center"> 
    523                                                                                                         <xsl:value-of select="substring(witsml:dTimOut, 0, 17)"/> 
    524                                                                                                 </td> 
    525                                                                                                 <td align="center"> 
    526                                                                                                         <xsl:value-of select="witsml:hrsDrilled"/> 
    527                                                                                                 </td> 
    528                                                                                                 <td align="center"> 
    529                                                                                                         <xsl:value-of select="witsml:mdHoleStart"/> 
    530                                                                                                 </td> 
    531                                                                                                 <td align="center"> 
    532                                                                                                         <xsl:value-of select="witsml:mdHoleEnd"/> 
     472                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:eTimOpBit"/> 
     473                                                                                                </td> 
     474                                                                                                <td align="center"> 
     475                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:mdHoleStart"/> 
     476                                                                                                </td> 
     477                                                                                                <td align="center"> 
     478                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:mdHoleStop"/> 
    533479                                                                                                </td> 
    534480                                                                                                <td align="center"> 
     
    536482                                                                                                </td> 
    537483                                                                                                <td align="center"> 
    538                                                                                                         <xsl:value-of select="witsml:maxWob"/> 
    539                                                                                                 </td> 
    540                                                                                                 <td align="center"> 
    541                                                                                                         <xsl:value-of select="witsml:maxRpm"/> 
    542                                                                                                 </td> 
    543                                                                                                 <td align="center"> 
    544                                                                                                         <xsl:value-of select="witsml:maxCircRate"/> 
    545                                                                                                 </td> 
    546                                                                                                 <td align="center"> 
    547                                                                                                         <xsl:value-of select="witsml:maxSpp"/> 
    548                                                                                                 </td> 
    549                                                                                                 <td align="center"> 
    550                                                                                                         <xsl:value-of select="witsml:mdHoleMadeRun"/> 
    551                                                                                                 </td> 
    552                                                                                                 <td align="center"> 
    553                                                                                                         <xsl:value-of select="witsml:hrsDrilledRun"/> 
    554                                                                                                 </td> 
    555                                                                                                 <td align="center"> 
    556                                                                                                         <xsl:value-of select="witsml:rop"/> 
    557                                                                                                 </td> 
    558                                                                                                 <td align="center"> 
    559                                                                                                         <xsl:value-of select="witsml:maxTotWob"/> 
    560                                                                                                 </td> 
    561                                                                                                 <td align="center"> 
    562                                                                                                         <xsl:value-of select="witsml:maxTotRpm"/> 
    563                                                                                                 </td> 
    564                                                                                                 <td align="center"> 
    565                                                                                                         <xsl:value-of select="witsml:maxTotCircRate"/> 
    566                                                                                                 </td> 
    567                                                                                                 <td align="center"> 
    568                                                                                                         <xsl:value-of select="witsml:maxTotSpp"/> 
    569                                                                                                 </td> 
    570                                                                                                 <td align="center"> 
    571                                                                                                         <xsl:value-of select="witsml:mdTotHoleMade"/> 
    572                                                                                                 </td> 
    573                                                                                                 <td align="center"> 
    574                                                                                                         <xsl:value-of select="witsml:totHrsDrilled"/> 
    575                                                                                                 </td> 
    576                                                                                                 <td align="center"> 
    577                                                                                                         <xsl:value-of select="witsml:totRop"/> 
     484                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:mdHoleMadeRun"/> 
     485                                                                                                </td> 
     486                                                                                                <td align="center"> 
     487                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:hrsDrilledRun"/> 
     488                                                                                                </td> 
     489                                                                                                <td align="center"> 
     490                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:ropAv"/> 
     491                                                                                                </td> 
     492                                                                                                <td align="center"> 
     493                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:mdTotHoleMade"/> 
     494                                                                                                </td> 
     495                                                                                                <td align="center"> 
     496                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:totHrsDrilled"/> 
     497                                                                                                </td> 
     498                                                                                                <td align="center"> 
     499                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:ropMx"/> 
    578500                                                                                                </td> 
    579501                                                                                        </tr> 
     
    621543                                                                                </td> 
    622544                                                                                <td align="center" width="60" valign="top"> 
    623                                                                                         <a target="_blank" href="{$urlRDS}">Nominal outside diameter <xsl:value-of select="witsml:pipe/witsml:OD/@uom"/> 
     545                                                                                        <a target="_blank" href="{$urlRDS}">Nominal outside diameter <xsl:value-of select="witsml:casing_liner_tubing/witsml:OD/@uom"/> 
    624546                                                                                        </a> 
    625547                                                                                </td> 
    626548                                                                                <td align="center" width="100" valign="top"> 
    627                                                                                         <a target="_blank" href="{$urlRDS}">Nominal inside diameter <xsl:value-of select="witsml:pipe/witsml:ID/@uom"/> 
     549                                                                                        <a target="_blank" href="{$urlRDS}">Nominal inside diameter <xsl:value-of select="witsml:casing_liner_tubing/witsml:ID/@uom"/> 
    628550                                                                                        </a> 
    629551                                                                                </td> 
    630552                                                                                <td align="center" width="60" valign="top"> 
    631                                                                                         <a target="_blank" href="{$urlRDS}">Nominal Weight <xsl:value-of select="witsml:pipe/witsml:weight/@uom"/> 
     553                                                                                        <a target="_blank" href="{$urlRDS}">Nominal Weight <xsl:value-of select="witsml:casing_liner_tubing/witsml:weight/@uom"/> 
    632554                                                                                        </a> 
    633555                                                                                </td> 
     
    639561                                                                                </td> 
    640562                                                                                <td align="center" width="60" valign="top"> 
    641                                                                                         <a target="_blank" href="{$urlRDS}">Length <xsl:value-of select="witsml:pipe/witsml:length/@uom"/> 
     563                                                                                        <a target="_blank" href="{$urlRDS}">Length <xsl:value-of select="witsml:casing_liner_tubing/witsml:length/@uom"/> 
    642564                                                                                        </a> 
    643565                                                                                </td> 
    644566                                                                                <td align="center" width="60" valign="top"> 
    645                                                                                         <a target="_blank" href="{$urlRDS}">Top/Hangar MD <xsl:value-of select="witsml:pipe/witsml:MDTopHangar/@uom"/> 
     567                                                                                        <a target="_blank" href="{$urlRDS}">Top/Hangar MD <xsl:value-of select="witsml:casing_liner_tubing/witsml:MDTopHangar/@uom"/> 
    646568                                                                                        </a> 
    647569                                                                                </td> 
    648570                                                                                <td align="center" width="60" valign="top"> 
    649                                                                                         <a target="_blank" href="{$urlRDS}">Bottom/Shoe MD <xsl:value-of select="witsml:pipe/witsml:MDBottomShoe/@uom"/> 
     571                                                                                        <a target="_blank" href="{$urlRDS}">Bottom/Shoe MD <xsl:value-of select="witsml:casing_liner_tubing/witsml:MDBottomShoe/@uom"/> 
    650572                                                                                        </a> 
    651573                                                                                </td> 
    652574                                                                        </tr> 
    653                                                                         <xsl:for-each select="witsml:cs_stimTubular"> 
     575                                                                        <xsl:for-each select="witsml:casing_liner_tubing"> 
    654576                                                                                <tr class="light"> 
    655577                                                                                        <td align="center"> 
     
    659581                                                                                        </td> 
    660582                                                                                        <td align="center"> 
    661                                                                                                 <xsl:variable name="element_casing" select="document($ddrSchema)/xsd:schema/xsd:simpleType[@name='tubularTypes']/xsd:restriction"/> 
    662                                                                                                 <xsl:variable name="casingTypes" select="witsml:casingType" /> 
     583                                                                                                <xsl:variable name="element_casing" select="document($ddrSchema)/xsd:schema/xsd:simpleType[@name='StimStageType']/xsd:restriction"/> 
     584                                                                                                <xsl:variable name="casingTypes" select="witsml:casing_liner_tubing_run/witsml:kind" /> 
    663585                                                                                                <xsl:value-of select="$element_casing//xsd:enumeration[@value=$casingTypes]"/> 
    664586                                                                                        </td> 
    665587                                                                                        <td align="center"> 
    666                                                                                                 <xsl:value-of select="substring-after(substring(witsml:dTimRun, 0, 17), 'T')"/> 
     588                                                                                                <xsl:value-of select="substring-after(substring(witsml:casing_liner_tubing_run/witsml:dTimStart, 0, 17), 'T')"/> 
    667589                                                                                        </td> 
    668590                                                                                        <td align="center"> 
    669                                                                                                 <xsl:value-of select="witsml:description"/> 
     591                                                                                                <xsl:value-of select="witsml:casing_liner_tubing_run/witsml:description"/> 
    670592                                                                                        </td> 
    671593                                                                                        <td align="center"> 
     
    701623                                                <!-- witsml:cement --> 
    702624                                                <!--<xsl:if test="count(witsml:cement) > 0">--> 
    703                                                 <tr height="5px"> 
    704                                                         <td/> 
    705                                                 </tr> 
    706                                                 <tr> 
    707                                                         <td> 
    708                                                                 <hr/> 
    709                                                         </td> 
    710                                                 </tr> 
    711                                                 <tr> 
    712                                                         <td class="SectionHead">Cement information</td> 
    713                                                 </tr> 
    714                                                 <tr> 
    715                                                         <td> 
    716                                                                 <table id="table2"> 
    717                                                                         <xsl:variable name="element_cement" select="document($ddrSchema)/xsd:schema/xsd:complexType[@name='cement']/xsd:sequence"/> 
    718                                                                         <!--<xsl:variable name="url_readingKind"><xsl:value-of select="$element_drillReportPorePressure//xsd:element[@name='readingKind']/@sawsdl:modelReference"/></xsl:variable> 
     625                                                <xsl:for-each select="witsml:cementStage"> 
     626                                                        <tr height="5px"> 
     627                                                                <td/> 
     628                                                        </tr> 
     629                                                        <tr> 
     630                                                                <td> 
     631                                                                        <hr/> 
     632                                                                </td> 
     633                                                        </tr> 
     634                                                        <tr> 
     635                                                                <td class="SectionHead">Cement information</td> 
     636                                                        </tr> 
     637                                                        <tr> 
     638                                                                <td> 
     639                                                                        <table id="table2"> 
     640                                                                                <xsl:variable name="element_cement" select="document($ddrSchema)/xsd:schema/xsd:complexType[@name='cement']/xsd:sequence"/> 
     641                                                                                <!--<xsl:variable name="url_readingKind"><xsl:value-of select="$element_drillReportPorePressure//xsd:element[@name='readingKind']/@sawsdl:modelReference"/></xsl:variable> 
    719642                                                                        <xsl:variable name="url_equivalentMudWeight"><xsl:value-of select="$element_drillReportPorePressure//xsd:element[@name='equivalentMudWeight']/@sawsdl:modelReference"/></xsl:variable> 
    720643                                                                        <xsl:variable name="url_dTim"><xsl:value-of select="$element_drillReportPorePressure//xsd:element[@name='dTim']/@sawsdl:modelReference"/></xsl:variable> 
    721644                                                                        <xsl:variable name="url_md"><xsl:value-of select="$element_drillReportPorePressure//xsd:element[@name='md']/@sawsdl:modelReference"/></xsl:variable> 
    722645                                                                        <xsl:variable name="url_tvd"><xsl:value-of select="$element_drillReportPorePressure//xsd:element[@name='tvd']/@sawsdl:modelReference"/></xsl:variable>--> 
    723                                                                         <tr> 
    724                                                                                 <td align="center" valign="top"> 
    725                                                                                         <a target="_blank" href="{$urlRDS}">Start Time</a> 
    726                                                                                 </td> 
    727                                                                                 <td align="center" valign="top"> 
    728                                                                                         <a target="_blank" href="{$urlRDS}">End Time</a> 
    729                                                                                 </td> 
    730                                                                                 <td align="center" width="60" valign="top"> 
    731                                                                                         <a target="_blank" href="{$urlRDS}">Job Type</a> 
    732                                                                                 </td> 
    733                                                                                 <td align="center" width="60" valign="top"> 
    734                                                                                         <a target="_blank" href="{$urlRDS}">Casing string diameter</a> 
    735                                                                                 </td> 
    736                                                                                 <td align="center" width="100" valign="top"> 
    737                                                                                         <a target="_blank" href="{$urlRDS}">Comments</a> 
    738                                                                                 </td> 
    739                                                                                 <td align="center" width="60" valign="top"> 
    740                                                                                         <a target="_blank" href="{$urlRDS}">Top plug used</a> 
    741                                                                                 </td> 
    742                                                                                 <td align="center" width="60" valign="top"> 
    743                                                                                         <a target="_blank" href="{$urlRDS}">Bottom plug used</a> 
    744                                                                                 </td> 
    745                                                                                 <td align="center" width="60" valign="top"> 
    746                                                                                         <a target="_blank" href="{$urlRDS}">Plug failed to bump</a> 
    747                                                                                 </td> 
    748                                                                                 <td align="center" width="60" valign="top"> 
    749                                                                                         <a target="_blank" href="{$urlRDS}">Plug bump pressure <xsl:value-of select="witsml:cs_cementStage/witsml:presBump/@uom"/> 
    750                                                                                         </a> 
    751                                                                                 </td> 
    752                                                                                 <td align="center" width="60" valign="top"> 
    753                                                                                         <a target="_blank" href="{$urlRDS}">Float failed</a> 
    754                                                                                 </td> 
    755                                                                                 <td align="center" width="60" valign="top"> 
    756                                                                                         <a target="_blank" href="{$urlRDS}">Pressure release time</a> 
    757                                                                                 </td> 
    758                                                                                 <td align="center" width="60" valign="top"> 
    759                                                                                         <a target="_blank" href="{$urlRDS}">Full returns</a> 
    760                                                                                 </td> 
    761                                                                                 <td align="center" width="60" valign="top"> 
    762                                                                                         <a target="_blank" href="{$urlRDS}">cement volume returns <xsl:value-of select="witsml:cs_cementStage/witsml:volReturns/@uom"/> 
    763                                                                                         </a> 
    764                                                                                 </td> 
    765                                                                                 <td align="center" width="60" valign="top"> 
    766                                                                                         <a target="_blank" href="{$urlRDS}">Reciprocated</a> 
    767                                                                                 </td> 
    768                                                                                 <td align="center" width="60" valign="top"> 
    769                                                                                         <a target="_blank" href="{$urlRDS}">Rotated</a> 
    770                                                                                 </td> 
    771                                                                         </tr> 
    772                                                                         <xsl:for-each select="witsml:cs_cementStage"> 
     646                                                                                <tr> 
     647                                                                                        <td align="center" valign="top"> 
     648                                                                                                <a target="_blank" href="{$urlRDS}">Start Time</a> 
     649                                                                                        </td> 
     650                                                                                        <td align="center" valign="top"> 
     651                                                                                                <a target="_blank" href="{$urlRDS}">End Time</a> 
     652                                                                                        </td> 
     653                                                                                        <td align="center" width="60" valign="top"> 
     654                                                                                                <a target="_blank" href="{$urlRDS}">Job Type</a> 
     655                                                                                        </td> 
     656                                                                                        <td align="center" width="60" valign="top"> 
     657                                                                                                <a target="_blank" href="{$urlRDS}">Casing string diameter</a> 
     658                                                                                        </td> 
     659                                                                                        <td align="center" width="100" valign="top"> 
     660                                                                                                <a target="_blank" href="{$urlRDS}">Comments</a> 
     661                                                                                        </td> 
     662                                                                                        <td align="center" width="60" valign="top"> 
     663                                                                                                <a target="_blank" href="{$urlRDS}">Top plug used</a> 
     664                                                                                        </td> 
     665                                                                                        <td align="center" width="60" valign="top"> 
     666                                                                                                <a target="_blank" href="{$urlRDS}">Bottom plug used</a> 
     667                                                                                        </td> 
     668                                                                                        <td align="center" width="60" valign="top"> 
     669                                                                                                <a target="_blank" href="{$urlRDS}">Plug failed to bump</a> 
     670                                                                                        </td> 
     671                                                                                        <td align="center" width="60" valign="top"> 
     672                                                                                                <a target="_blank" href="{$urlRDS}">Plug bump pressure <xsl:value-of select="witsml:cementStage/witsml:presBump/@uom"/> 
     673                                                                                                </a> 
     674                                                                                        </td> 
     675                                                                                        <td align="center" width="60" valign="top"> 
     676                                                                                                <a target="_blank" href="{$urlRDS}">Float failed</a> 
     677                                                                                        </td> 
     678                                                                                        <td align="center" width="60" valign="top"> 
     679                                                                                                <a target="_blank" href="{$urlRDS}">Pressure release time</a> 
     680                                                                                        </td> 
     681                                                                                        <td align="center" width="60" valign="top"> 
     682                                                                                                <a target="_blank" href="{$urlRDS}">Full returns</a> 
     683                                                                                        </td> 
     684                                                                                        <td align="center" width="60" valign="top"> 
     685                                                                                                <a target="_blank" href="{$urlRDS}">cement volume returns <xsl:value-of select="witsml:cementStage/witsml:volReturns/@uom"/> 
     686                                                                                                </a> 
     687                                                                                        </td> 
     688                                                                                        <td align="center" width="60" valign="top"> 
     689                                                                                                <a target="_blank" href="{$urlRDS}">Reciprocated</a> 
     690                                                                                        </td> 
     691                                                                                        <td align="center" width="60" valign="top"> 
     692                                                                                                <a target="_blank" href="{$urlRDS}">Rotated</a> 
     693                                                                                        </td> 
     694                                                                                </tr> 
    773695                                                                                <tr class="light"> 
    774696                                                                                        <td align="center"> 
     
    820742                                                                                        </td> 
    821743                                                                                </tr> 
    822                                                                         </xsl:for-each> 
    823                                                                 </table> 
    824                                                         </td> 
    825                                                 </tr> 
    826                                                 <!--</xsl:if>--> 
    827                                                 <!--  witsml:fluid --> 
    828                                                 <xsl:if test="count(witsml:fluid) &gt; 0"> 
     744                                                                        </table> 
     745                                                                </td> 
     746                                                        </tr> 
     747                                                        <!--</xsl:if>--> 
     748                                                        <!--  witsml:cementingFluid --> 
     749                                                        <!--<xsl:if test="count(witsml:cementingFluid) &gt; 0">--> 
    829750                                                        <tr height="5px"> 
    830751                                                                <td/> 
     
    832753                                                        <tr> 
    833754                                                                <td> 
    834                                                                         <hr/> 
    835755                                                                </td> 
    836756                                                        </tr> 
     
    838758                                                                <td class="SectionHead">Cement Fluid Details</td> 
    839759                                                        </tr> 
     760                                                        <xsl:variable name="element_fluid" select="document($ddrSchema)/xsd:schema/xsd:complexType[@name='cementingFluid']/xsd:sequence"/> 
     761                                                        <xsl:variable name="url_dTimFluid"> 
     762                                                                <xsl:value-of select="$element_fluid//xsd:element[@name='dTim']/@sawsdl:modelReference"/> 
     763                                                        </xsl:variable> 
     764                                                        <xsl:variable name="url_mdFluid"> 
     765                                                                <xsl:value-of select="$element_fluid//xsd:element[@name='md']/@sawsdl:modelReference"/> 
     766                                                        </xsl:variable> 
     767                                                        <xsl:variable name="url_mudClass"> 
     768                                                                <xsl:value-of select="$element_fluid//xsd:element[@name='mudClass']/@sawsdl:modelReference"/> 
     769                                                        </xsl:variable> 
     770                                                        <xsl:variable name="url_density"> 
     771                                                                <xsl:value-of select="$element_fluid//xsd:element[@name='density']/@sawsdl:modelReference"/> 
     772                                                        </xsl:variable> 
     773                                                        <xsl:variable name="url_pv"> 
     774                                                                <xsl:value-of select="$element_fluid//xsd:element[@name='pv']/@sawsdl:modelReference"/> 
     775                                                        </xsl:variable> 
     776                                                        <xsl:variable name="url_yp"> 
     777                                                                <xsl:value-of select="$element_fluid//xsd:element[@name='yp']/@sawsdl:modelReference"/> 
     778                                                        </xsl:variable> 
    840779                                                        <tr> 
    841780                                                                <td> 
    842781                                                                        <table id="table2"> 
    843                                                                                 <xsl:variable name="element_fluid" select="document($ddrSchema)/xsd:schema/xsd:complexType[@name='cs_cementingFluid']/xsd:sequence"/> 
    844                                                                                 <xsl:variable name="url_dTim"> 
    845                                                                                         <xsl:value-of select="$element_fluid//xsd:element[@name='dTim']/@sawsdl:modelReference"/> 
    846                                                                                 </xsl:variable> 
    847                                                                                 <xsl:variable name="url_md"> 
    848                                                                                         <xsl:value-of select="$element_fluid//xsd:element[@name='md']/@sawsdl:modelReference"/> 
    849                                                                                 </xsl:variable> 
    850                                                                                 <xsl:variable name="url_mudClass"> 
    851                                                                                         <xsl:value-of select="$element_fluid//xsd:element[@name='mudClass']/@sawsdl:modelReference"/> 
    852                                                                                 </xsl:variable> 
    853                                                                                 <xsl:variable name="url_density"> 
    854                                                                                         <xsl:value-of select="$element_fluid//xsd:element[@name='density']/@sawsdl:modelReference"/> 
    855                                                                                 </xsl:variable> 
    856                                                                                 <xsl:variable name="url_pv"> 
    857                                                                                         <xsl:value-of select="$element_fluid//xsd:element[@name='pv']/@sawsdl:modelReference"/> 
    858                                                                                 </xsl:variable> 
    859                                                                                 <xsl:variable name="url_yp"> 
    860                                                                                         <xsl:value-of select="$element_fluid//xsd:element[@name='yp']/@sawsdl:modelReference"/> 
    861                                                                                 </xsl:variable> 
    862782                                                                                <tr> 
    863                                                                                         <td align="left" valign="top"> 
    864                                                                                                 <a target="_blank" href="{$url_dTim}">Sample Time</a> 
     783                                                                                        <td align="left"  width="60" valign="top"> 
     784                                                                                                <a target="_blank" href="{$url_dTimFluid}">Sample Time</a> 
    865785                                                                                        </td> 
    866786                                                                                        <td align="center" width="60" valign="top"> 
    867                                                                                                 <a target="_blank" href="{$url_md}">MD At Logging <xsl:value-of select="witsml:cs_cementingFluid/witsml:mdLog/@uom" /> 
     787                                                                                                <a target="_blank" href="{$url_mdFluid}">MD At Logging <xsl:value-of select="witsml:cementingFluid/witsml:mdLog/@uom" /> 
    868788                                                                                                </a> 
    869789                                                                                        </td> 
     
    875795                                                                                        </td> 
    876796                                                                                        <td align="center" width="100" valign="top"> 
    877                                                                                                 <a target="_blank" href="{$urlRDS}">Volume Pumped <xsl:value-of select="witsml:cs_cementingFluid/witsml:volPumped/@uom"/> 
     797                                                                                                <a target="_blank" href="{$urlRDS}">Volume Pumped <xsl:value-of select="witsml:cementingFluid/witsml:volPumped/@uom"/> 
    878798                                                                                                </a> 
    879799                                                                                        </td> 
    880800                                                                                        <td align="center" width="100" valign="top"> 
    881                                                                                                 <a target="_blank" href="{$url_density}">Fluid Density <xsl:value-of select="witsml:cs_cementingFluid/witsml:density/@uom"/> 
     801                                                                                                <a target="_blank" href="{$url_density}">Fluid Density <xsl:value-of select="witsml:cementingFluid/witsml:density/@uom"/> 
    882802                                                                                                </a> 
    883803                                                                                        </td> 
    884804                                                                                        <td align="center" width="120" valign="top"> 
    885                                                                                                 <a target="_blank" href="{$url_pv}">Fluid Viscosity <xsl:value-of select="witsml:cs_cementingFluid/witsml:pv/@uom"/> 
     805                                                                                                <a target="_blank" href="{$url_pv}">Fluid Viscosity <xsl:value-of select="witsml:cementingFluid/witsml:pv/@uom"/> 
    886806                                                                                                </a> 
    887807                                                                                        </td> 
    888808                                                                                        <td align="center" width="80" valign="top"> 
    889                                                                                                 <a target="_blank" href="{$url_yp}">Yield Point <xsl:value-of select="witsml:cs_cementingFluid/witsml:yp/@uom"/> 
     809                                                                                                <a target="_blank" href="{$url_yp}">Yield Point <xsl:value-of select="witsml:cementingFluid/witsml:yp/@uom"/> 
    890810                                                                                                </a> 
    891811                                                                                        </td> 
    892812                                                                                        <td align="center" width="80" valign="top"> 
    893                                                                                                 <a target="_blank" href="{$urlRDS}">Mix Water Ratio <xsl:value-of select="witsml:cs_cementingFluid/witsml:ratioMixWater/@uom"/> 
     813                                                                                                <a target="_blank" href="{$urlRDS}">Mix Water Ratio <xsl:value-of select="witsml:cementingFluid/witsml:ratioMixWater/@uom"/> 
    894814                                                                                                </a> 
    895815                                                                                        </td> 
    896816                                                                                        <td align="center" width="80" valign="top"> 
    897                                                                                                 <a target="_blank" href="{$urlRDS}">Free Water <xsl:value-of select="witsml:cs_cementingFluid/witsml:pcFreeWater/@uom"/> 
     817                                                                                                <a target="_blank" href="{$urlRDS}">Free Water <xsl:value-of select="witsml:cementingFluid/witsml:pcFreeWater/@uom"/> 
    898818                                                                                                </a> 
    899819                                                                                        </td> 
    900820                                                                                        <td align="center" width="80" valign="top"> 
    901                                                                                                 <a target="_blank" href="{$urlRDS}">Thick Time <xsl:value-of select="witsml:cs_cementingFluid/witsml:eTimThickening/@uom"/> 
     821                                                                                                <a target="_blank" href="{$urlRDS}">Thick Time <xsl:value-of select="witsml:cementingFluid/witsml:eTimThickening/@uom"/> 
    902822                                                                                                </a> 
    903823                                                                                        </td> 
     
    905825                                                                                                <a target="_blank" href="{$urlRDS}">Comments</a> 
    906826                                                                                        </td> 
    907                                                                                         <td/> 
     827 
    908828                                                                                </tr> 
    909                                                                                 <xsl:for-each select="witsml:cs_cementingFluid"> 
     829                                                                                <xsl:for-each select="witsml:cementingFluid"> 
    910830                                                                                        <tr class="light"> 
    911831                                                                                                <td> 
     
    947867                                                                                                        <xsl:value-of select="witsml:comment"/> 
    948868                                                                                                </td> 
    949                                                                                                 <td/> 
    950869                                                                                        </tr> 
    951870                                                                                </xsl:for-each> 
     
    953872                                                                </td> 
    954873                                                        </tr> 
    955                                                 </xsl:if> 
     874                                                </xsl:for-each> 
     875                                                <!-- </xsl:if> --> 
    956876                                                <!-- END Added/changed 18jan2011 --> 
    957877                                                <!--  porePressure --> 
  • projects/DailyDrillingReport_1.2/XML/HTMLreport/testDocumet_2011_02_07.xml

    r131 r135  
    66        xmlns:witsml="http://www.witsml.org/schemas/1series"  
    77        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    8          
    9   <witsml:documentInfo> 
    10         <witsml:documentName>Drill Report</witsml:documentName> 
    11         <witsml:owner>IIP</witsml:owner> 
    12   </witsml:documentInfo> 
    13   <witsml:drillReport> 
    14     <witsml:nameWell>99/99-A-99</witsml:nameWell> 
    15     <witsml:nameWellbore>99/99-A-99 T1</witsml:nameWellbore> 
    16     <witsml:name>witsml:name</witsml:name> 
    17     <witsml:dTimStart>2006-06-06T00:00:00.000Z</witsml:dTimStart> 
    18     <witsml:dTimEnd>2006-06-06T12:00:00.0Z</witsml:dTimEnd> 
    19     <witsml:versionKind>preliminary</witsml:versionKind> 
    20     <witsml:createDate>2006-06-06T13:15:00.000Z</witsml:createDate> 
    21     <witsml:wellAlias> 
    22         <witsml:name>99/99-A-99</witsml:name> 
    23         <witsml:namingSystem>NPD code</witsml:namingSystem> 
    24     </witsml:wellAlias> 
    25     <witsml:wellboreAlias> 
    26         <witsml:name>99/99-A-99 T1</witsml:name> 
    27         <witsml:namingSystem>NPD code</witsml:namingSystem> 
    28     </witsml:wellboreAlias> 
    29     <witsml:wellboreAlias> 
    30         <witsml:name>123</witsml:name> 
    31         <witsml:namingSystem>NPD number</witsml:namingSystem> 
    32     </witsml:wellboreAlias> 
    33     <witsml:wellDatum defaultMeasuredDepth="true" defaultVerticalDepth="true"> 
    34         <witsml:name>Kelly Bushing</witsml:name> 
    35         <witsml:code>KB</witsml:code> 
    36         <witsml:elevation uom="m" datum="SL">23.55</witsml:elevation> 
    37     </witsml:wellDatum> 
    38          
    39         <witsml:header> 
    40         <witsml:periodeOfOperation>2011-02-07T00:00:00 - 2011-02-07T00:00:00</witsml:periodeOfOperation> 
    41         <witsml:reportNo>1</witsml:reportNo> 
    42         <witsml:tightWell>false</witsml:tightWell> 
    43         <witsml:hpht>false</witsml:hpht> 
    44         <witsml:avgPresBH uom="psig">2</witsml:avgPresBH> 
    45         <witsml:expTempBH uom="C">20</witsml:expTempBH> 
    46         <witsml:rigType>f</witsml:rigType> 
    47   </witsml:header> 
    48    
    49     <witsml:wellDatum> 
    50         <witsml:name>Sea Level</witsml:name> 
    51         <witsml:code>SL</witsml:code> 
    52     </witsml:wellDatum> 
    53     <!--  
     8 
     9        <witsml:documentInfo> 
     10                <witsml:documentName>Drill Report</witsml:documentName> 
     11                <witsml:owner>IIP</witsml:owner> 
     12        </witsml:documentInfo> 
     13        <witsml:drillReport> 
     14                <witsml:nameWell>99/99-A-99</witsml:nameWell> 
     15                <witsml:nameWellbore>99/99-A-99 T1</witsml:nameWellbore> 
     16                <witsml:name>witsml:name</witsml:name> 
     17                <witsml:dTimStart>2006-06-06T00:00:00.000Z</witsml:dTimStart> 
     18                <witsml:dTimEnd>2006-06-06T12:00:00.0Z</witsml:dTimEnd> 
     19                <witsml:versionKind>preliminary</witsml:versionKind> 
     20                <witsml:createDate>2006-06-06T13:15:00.000Z</witsml:createDate> 
     21                <witsml:wellAlias> 
     22                        <witsml:name>99/99-A-99</witsml:name> 
     23                        <witsml:namingSystem>NPD code</witsml:namingSystem> 
     24                </witsml:wellAlias> 
     25                <witsml:wellboreAlias> 
     26                        <witsml:name>99/99-A-99 T1</witsml:name> 
     27                        <witsml:namingSystem>NPD code</witsml:namingSystem> 
     28                </witsml:wellboreAlias> 
     29                <witsml:wellboreAlias> 
     30                        <witsml:name>123</witsml:name> 
     31                        <witsml:namingSystem>NPD number</witsml:namingSystem> 
     32                </witsml:wellboreAlias> 
     33                <witsml:wellDatum defaultMeasuredDepth="true" defaultVerticalDepth="true"> 
     34                        <witsml:name>Kelly Bushing</witsml:name> 
     35                        <witsml:code>KB</witsml:code> 
     36                        <witsml:elevation uom="m" datum="SL">23.55</witsml:elevation> 
     37                </witsml:wellDatum> 
     38 
     39                <witsml:wellDatum> 
     40                        <witsml:name>Sea Level</witsml:name> 
     41                        <witsml:code>SL</witsml:code> 
     42                </witsml:wellDatum> 
     43 
     44                <witsml:header> 
     45                        <witsml:periodOfOperation>2011-02-07T00:00:00 - 2011-02-07T00:00:00</witsml:periodOfOperation> 
     46                        <witsml:reportNo>1</witsml:reportNo> 
     47                        <witsml:tightWell>false</witsml:tightWell> 
     48                        <witsml:hpht>false</witsml:hpht> 
     49                        <witsml:avgPresBH uom="psig">2</witsml:avgPresBH> 
     50                        <witsml:expTempBH uom="degC">20</witsml:expTempBH> 
     51                        <witsml:rigType>Fixed rig</witsml:rigType> 
     52                </witsml:header> 
     53 
     54 
     55                <!--  
    5456    <witsml:wellCRS> 
    5557        <witsml:name>ED50</witsml:name> 
     
    5961    </witsml:wellCRS> 
    6062     --> 
    61     <witsml:wellboreInfo> 
    62         <witsml:dTimSpud>1986-06-06T13:15:00.000Z</witsml:dTimSpud> 
    63         <witsml:dTimPreSpud>1982-06-06T13:15:00.000Z</witsml:dTimPreSpud> 
    64         <witsml:operator>Big operator Inc</witsml:operator> 
    65         <witsml:rigAlias> 
    66                 <witsml:name>Offshore Rig</witsml:name> 
    67                 <witsml:namingSystem>NPD Name</witsml:namingSystem> 
    68         </witsml:rigAlias> 
    69         <witsml:rigAlias> 
    70                 <witsml:name>4321</witsml:name> 
    71                 <witsml:namingSystem>NPD code</witsml:namingSystem> 
    72         </witsml:rigAlias> 
    73     </witsml:wellboreInfo> 
    74     <witsml:statusInfo> 
    75         <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim> 
    76         <witsml:md uom="m">6898</witsml:md> 
    77         <witsml:tvd uom="m">4561</witsml:tvd> 
    78         <witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop> 
    79         <witsml:diaHole uom="in">43.33</witsml:diaHole> 
    80         <witsml:mdDiaHoleStart uom="m">5935.7</witsml:mdDiaHoleStart> 
    81         <witsml:diaPilot uom="in"> 45.55</witsml:diaPilot>       
    82         <witsml:mdDiaPilotPlan uom="m"> 5866.66</witsml:mdDiaPilotPlan> 
    83         <witsml:mdKickoff uom="m">1233.22</witsml:mdKickoff> 
    84         <witsml:strengthForm uom="g/cm3">123</witsml:strengthForm> 
    85         <witsml:mdStrengthForm uom="m">1234</witsml:mdStrengthForm> 
    86         <witsml:diaCsgLast uom="in">16.6</witsml:diaCsgLast> 
    87         <witsml:mdCsgLast uom="m">1234.56</witsml:mdCsgLast> 
    88         <witsml:presTestType>leak off test</witsml:presTestType> 
    89         <witsml:distDrill uom="m">78.9</witsml:distDrill> 
    90                 <witsml:msl uom="m">15</witsml:msl> 
    91         <witsml:elevKelly uom="m">23.5</witsml:elevKelly> 
    92         <witsml:sum24Hr>Yada yada yada</witsml:sum24Hr> 
    93         <witsml:forecast24Hr>Bla bla bla</witsml:forecast24Hr> 
    94         <witsml:ropCurrent uom="m/h">6.22</witsml:ropCurrent> 
    95     </witsml:statusInfo> 
    96     <witsml:bitRecord> 
    97         <witsml:numBit>1</witsml:numBit> 
    98         <witsml:diaBit uom="in">46.6</witsml:diaBit> 
    99         <witsml:manufacturer>Small Bit Builder Inc</witsml:manufacturer> 
    100         <witsml:codeMfg>SBB</witsml:codeMfg> 
    101                 <witsml:serialNo>123</witsml:serialNo> 
    102                 <witsml:tfa uom="in2">8</witsml:tfa> 
    103                 <witsml:dTimIn>2011-07-02T12:00:00.000Z</witsml:dTimIn> 
    104                 <witsml:dTimOut>2011-07-02T13:00:00.000Z</witsml:dTimOut> 
    105                 <witsml:hrsDrilled uom="hr">1</witsml:hrsDrilled> 
    106                 <witsml:mdHoleStart uom="m">24</witsml:mdHoleStart> 
    107                 <witsml:mdHoleEnd uom="m">25</witsml:mdHoleEnd> 
    108                 <witsml:dullGrade>2</witsml:dullGrade> 
    109                 <witsml:maxWob uom="m3">50</witsml:maxWob> 
    110                 <witsml:maxRpm uom="rpm">1000</witsml:maxRpm> 
    111                 <witsml:maxCircRate uom="m3/min">10</witsml:maxCircRate> 
    112                 <witsml:maxSpp uom="bar">2</witsml:maxSpp> 
    113                 <witsml:mdHoleMadeRun uom="m">1</witsml:mdHoleMadeRun> 
    114                 <witsml:hrsDrilledRun uom="hr">1</witsml:hrsDrilledRun> 
    115                 <witsml:rop uom="m/h">1</witsml:rop> 
    116                 <witsml:maxTotWob uom="m3">80</witsml:maxTotWob> 
    117                 <witsml:maxTotRpm uom="rpm">1200</witsml:maxTotRpm> 
    118                 <witsml:maxTotCircRate uom="m3/min">15</witsml:maxTotCircRate> 
    119                 <witsml:maxTotSpp uom="bar">5</witsml:maxTotSpp> 
    120                 <witsml:mdTotHoleMade uom="m">5</witsml:mdTotHoleMade> 
    121                 <witsml:totHrsDrilled uom="hr">8</witsml:totHrsDrilled> 
    122                 <witsml:totRop uom="m/h">3</witsml:totRop> 
    123     </witsml:bitRecord> 
    124         <witsml:cs_stimTubular> 
    125                 <witsml:type>c</witsml:type> 
    126                 <witsml:casingType>t</witsml:casingType> 
    127                 <witsml:dTimRun>2011-02-07T12:00:00.000Z</witsml:dTimRun> 
    128                 <witsml:description>bla bla bla..</witsml:description> 
    129                 <witsml:id uom="in">13</witsml:id> 
    130                 <witsml:od uom="in">18</witsml:od> 
    131                 <witsml:weight uom="pound/ft">65</witsml:weight> 
    132                 <witsml:grade>12</witsml:grade> 
    133                 <witsml:connection>2</witsml:connection> 
    134                 <witsml:length uom="m">30</witsml:length> 
    135                 <witsml:mdTop uom="m">30</witsml:mdTop> 
    136                 <witsml:mdBottom uom="m">42</witsml:mdBottom> 
    137         </witsml:cs_stimTubular> 
    138         <witsml:cs_cementStage> 
    139                 <witsml:dTimPumpStart>2011-02-07T14:00:00.000Z</witsml:dTimPumpStart> 
    140                 <witsml:dTimPumpEnd>2011-02-07T15:00:00.000Z</witsml:dTimPumpEnd> 
    141                 <witsml:jobType>cl</witsml:jobType> 
    142                 <witsml:casingStrDia uom="in">16</witsml:casingStrDia> 
    143                 <witsml:comment>bla bla bla...</witsml:comment> 
    144                 <witsml:volReturns uom="m3">25</witsml:volReturns> 
    145                 <witsml:eTimPresHeld>2011-02-07T14:00:00.000Z</witsml:eTimPresHeld> 
    146                 <witsml:annFlowAfter>false</witsml:annFlowAfter> 
    147                 <witsml:topPlug>false</witsml:topPlug> 
    148                 <witsml:botPlug>true</witsml:botPlug> 
    149                 <witsml:plugBump>false</witsml:plugBump> 
    150                 <witsml:presBump uom="bar">200</witsml:presBump> 
    151                 <witsml:floatFailed>false</witsml:floatFailed> 
    152                 <witsml:reciprocated>false</witsml:reciprocated> 
    153                 <witsml:rotated>true</witsml:rotated> 
    154         </witsml:cs_cementStage> 
    155         <witsml:cs_cementingFluid> 
    156                 <witsml:dTimTest>2011-02-07T12:00:00.000Z</witsml:dTimTest> 
    157                 <witsml:mdLog uom="m">15</witsml:mdLog> 
    158                 <witsml:typeFluid>m</witsml:typeFluid> 
    159                 <witsml:descFluid>bla bla bla...</witsml:descFluid> 
    160                 <witsml:ratioMixWater uom="gal/sack">15</witsml:ratioMixWater> 
    161                 <witsml:density uom="sg">30</witsml:density> 
    162                 <witsml:volPumped uom="m3">15</witsml:volPumped> 
    163                 <witsml:pv uom="mPa.s">20</witsml:pv> 
    164                 <witsml:yp uom="ft3/sack">12</witsml:yp> 
    165                 <witsml:eTimThickening uom="hr">5</witsml:eTimThickening> 
    166                 <witsml:pcFreeWater uom="%">20</witsml:pcFreeWater> 
    167                 <witsml:comment>bla bla bla...</witsml:comment> 
    168         </witsml:cs_cementingFluid> 
    169     <witsml:fluid> 
    170         <witsml:type>oil based</witsml:type> 
    171         <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim> 
    172         <witsml:md uom="m">1235.6</witsml:md> 
    173         <witsml:tvd uom="m">986.6</witsml:tvd> 
    174         <witsml:presBopRating uom="bar">77.7</witsml:presBopRating> 
    175         <witsml:mudClass>oil based</witsml:mudClass> 
    176         <witsml:density uom="g/cm3">1.85</witsml:density> 
    177         <witsml:pv uom="mPa.s">33</witsml:pv> 
    178         <witsml:yp uom="Pa">44.4</witsml:yp> 
    179     </witsml:fluid> 
    180     <witsml:fluid> 
    181         <witsml:type>water based</witsml:type> 
    182         <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim> 
    183         <witsml:md uom="m">1235.6</witsml:md> 
    184         <witsml:tvd uom="m">986.6</witsml:tvd> 
    185         <witsml:presBopRating uom="bar">177.7</witsml:presBopRating> 
    186         <witsml:mudClass>water based</witsml:mudClass> 
    187         <witsml:density uom="g/cm3">1.85</witsml:density> 
    188         <witsml:pv uom="mPa.s">33</witsml:pv> 
    189         <witsml:yp uom="Pa">44.4</witsml:yp>  
    190     </witsml:fluid> 
    191     <witsml:porePressure> 
    192         <witsml:readingKind>estimated</witsml:readingKind> 
    193         <witsml:equivalentMudWeight uom="g/cm3">23.1</witsml:equivalentMudWeight> 
    194         <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim> 
    195          
    196         <witsml:md uom="m">321.1</witsml:md> 
    197         <witsml:tvd uom="m">123.4</witsml:tvd> 
    198     </witsml:porePressure> 
    199     <witsml:porePressure> 
    200         <witsml:readingKind>measured</witsml:readingKind> 
    201         <witsml:equivalentMudWeight uom="g/cm3">23.5</witsml:equivalentMudWeight> 
    202         <witsml:dTim>2001-12-31T22:00:00.000Z</witsml:dTim> 
    203         <witsml:md uom="m">9321.1</witsml:md> 
    204         <witsml:tvd uom="m">9123.4232</witsml:tvd> 
    205     </witsml:porePressure> 
    206     <witsml:extendedReport dTim="2006-06-07T06:00:00.000Z">Bla bla bla</witsml:extendedReport> 
    207     <witsml:surveyStation> 
    208         <witsml:dTim>2001-12-31T22:00:00.000Z</witsml:dTim> 
    209         <witsml:md uom="m">123.4</witsml:md> 
    210         <witsml:tvd uom="m">123.4</witsml:tvd> 
    211         <witsml:incl uom="dega">66.6</witsml:incl> 
    212         <witsml:azi uom="dega">55.5</witsml:azi> 
    213     </witsml:surveyStation> 
    214     <witsml:activity> 
    215         <witsml:dTimStart>2001-12-31T22:00:00.000Z</witsml:dTimStart> 
    216         <witsml:dTimEnd>2001-12-31T23:00:00.000Z</witsml:dTimEnd> 
    217                 <witsml:mdHoleStart uom="m">123</witsml:mdHoleStart> 
    218                 <witsml:mdHoleEnd uom="m">123.4</witsml:mdHoleEnd> 
    219         <witsml:md uom="m">123.4</witsml:md> 
    220         <witsml:tvd uom="m">100.0</witsml:tvd> 
    221         <witsml:phase>fixed</witsml:phase> 
    222         <witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode> 
    223         <witsml:state>ok</witsml:state> 
    224         <witsml:stateDetailActivity>kick</witsml:stateDetailActivity> 
    225         <witsml:comments>Bla bla bla</witsml:comments> 
    226     </witsml:activity> 
    227     <witsml:activity> 
    228         <witsml:dTimStart>2001-12-31T02:00:00.000Z</witsml:dTimStart> 
    229         <witsml:dTimEnd>2001-12-31T06:00:00.000Z</witsml:dTimEnd> 
    230                 <witsml:mdHoleStart uom="m">123</witsml:mdHoleStart> 
    231                 <witsml:mdHoleEnd uom="m">123.4</witsml:mdHoleEnd> 
    232         <witsml:md uom="m">123.4</witsml:md> 
    233         <witsml:tvd uom="m">100.0</witsml:tvd> 
    234         <witsml:phase>snub</witsml:phase> 
    235         <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode> 
    236         <witsml:state>fail</witsml:state> 
    237         <witsml:stateDetailActivity>injury</witsml:stateDetailActivity> 
    238         <witsml:comments>Bla bla bla</witsml:comments> 
    239     </witsml:activity> 
    240     <witsml:logInfo> 
    241         <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
    242         <witsml:runNumber>1</witsml:runNumber> 
    243         <witsml:serviceCompany>Small Service Inc</witsml:serviceCompany> 
    244         <witsml:mdTop uom="m">4567.6</witsml:mdTop> 
    245         <witsml:mdBottom uom="m">4668.9</witsml:mdBottom> 
    246         <witsml:tvdTop uom="m">333.3</witsml:tvdTop> 
    247         <witsml:tvdBottom uom="m">444.4</witsml:tvdBottom> 
    248         <witsml:tool>Hammer</witsml:tool> 
    249         <witsml:tempBHCT uom="degC">85.6</witsml:tempBHCT> 
    250         <witsml:mdTempTool uom="m">6666.6</witsml:mdTempTool> 
    251         <witsml:tvdTempTool uom="m">6666.5</witsml:tvdTempTool> 
    252     </witsml:logInfo> 
    253     <witsml:logInfo> 
    254         <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
    255         <witsml:runNumber>1</witsml:runNumber> 
    256         <witsml:serviceCompany>Small Service Inc</witsml:serviceCompany> 
    257         <witsml:mdTop uom="m">4567.6</witsml:mdTop> 
    258         <witsml:mdBottom uom="m">4668.9</witsml:mdBottom> 
    259         <witsml:tvdTop uom="m">333.3</witsml:tvdTop> 
    260         <witsml:tvdBottom uom="m">444.4</witsml:tvdBottom> 
    261         <witsml:tool>Hammer</witsml:tool> 
    262         <witsml:tempBHST uom="degC">85.6</witsml:tempBHST> 
    263         <witsml:eTimStatic uom="h">2.3</witsml:eTimStatic>       
    264         <witsml:mdTempTool uom="m">6666.6</witsml:mdTempTool> 
    265         <witsml:tvdTempTool uom="m">6666.5</witsml:tvdTempTool> 
    266     </witsml:logInfo> 
    267     <witsml:coreInfo> 
    268         <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
    269         <witsml:coreNumber>1</witsml:coreNumber> 
    270         <witsml:mdTop uom="m">1234</witsml:mdTop> 
    271         <witsml:mdBottom uom="m">1234</witsml:mdBottom> 
    272         <witsml:tvdTop uom="m">1233</witsml:tvdTop> 
    273         <witsml:tvdBottom uom="m">1233</witsml:tvdBottom> 
    274         <witsml:lenRecovered uom="m">123</witsml:lenRecovered> 
    275         <witsml:recoverPc uom="%">89.9</witsml:recoverPc> 
    276         <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel> 
    277         <witsml:innerBarrelType>aluminum</witsml:innerBarrelType> 
    278         <witsml:coreDescription>bla bla bla</witsml:coreDescription> 
    279     </witsml:coreInfo> 
    280     <witsml:wellTestInfo> 
    281         <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
    282         <witsml:testType>production test</witsml:testType> 
    283         <witsml:testNumber>1</witsml:testNumber> 
    284         <witsml:mdTop uom="m">1234.5</witsml:mdTop> 
    285         <witsml:mdBottom uom="m">2345.6</witsml:mdBottom> 
    286         <witsml:tvdTop uom="m">1234.5</witsml:tvdTop> 
    287         <witsml:tvdBottom uom="m">2345.5</witsml:tvdBottom> 
    288         <witsml:chokeOrificeSize uom="mm">32.1</witsml:chokeOrificeSize> 
    289         <witsml:densityOil uom="g/cm3">0.86</witsml:densityOil> 
    290         <witsml:densityWater uom="g/cm3">1.03</witsml:densityWater> 
    291         <witsml:densityGas uom="g/cm3">0.06</witsml:densityGas> 
    292         <witsml:flowRateOil uom="m3/d">77.7</witsml:flowRateOil> 
    293         <witsml:flowRateWater uom="m3/d">7.7</witsml:flowRateWater> 
    294         <witsml:flowRateGas uom="M(m3)/d">88.8</witsml:flowRateGas> 
    295         <witsml:presShutIn uom="MPa">44.4</witsml:presShutIn> 
    296         <witsml:presFlowing uom="MPa">33.3</witsml:presFlowing> 
    297         <witsml:presBottom uom="MPa">22.2</witsml:presBottom> 
    298         <witsml:gasOilRatio uom="m3/m3">23</witsml:gasOilRatio> 
    299         <witsml:waterOilRatio uom="m3/m3">0.33</witsml:waterOilRatio> 
    300         <witsml:chloride uom="ppm">22.2</witsml:chloride> 
    301         <witsml:carbonDioxide uom="ppm">11.1</witsml:carbonDioxide> 
    302         <witsml:hydrogenSulfide uom="ppm">7.3</witsml:hydrogenSulfide> 
    303         <witsml:volOilTotal uom="m3">9999</witsml:volOilTotal> 
    304         <witsml:volGasTotal uom="M(m3)">666</witsml:volGasTotal> 
    305         <witsml:volWaterTotal uom="m3">55</witsml:volWaterTotal> 
    306         <witsml:volOilStored uom="m3">1365</witsml:volOilStored> 
    307     </witsml:wellTestInfo> 
    308     <witsml:formTestInfo> 
    309         <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
    310         <witsml:md uom="m">1234.5</witsml:md> 
    311         <witsml:tvd uom="m">1234.5</witsml:tvd> 
    312         <witsml:presPore uom="MPa">66.5</witsml:presPore> 
    313         <witsml:goodSeal>true</witsml:goodSeal> 
    314         <witsml:mdSample uom="m">1224.3</witsml:mdSample> 
    315         <witsml:dominateComponent>oil</witsml:dominateComponent> 
    316         <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC> 
    317         <witsml:volumeSample uom="dm3">11</witsml:volumeSample> 
    318         <witsml:description>Yada yada yada</witsml:description> 
    319     </witsml:formTestInfo> 
    320     <witsml:lithShowInfo> 
    321         <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
    322         <witsml:mdTop uom="m">1234.5</witsml:mdTop> 
    323         <witsml:mdBottom uom="m">1234.5</witsml:mdBottom> 
    324         <witsml:tvdTop uom="m">1234.5</witsml:tvdTop> 
    325         <witsml:tvdBottom uom="m">1234.5</witsml:tvdBottom> 
    326         <witsml:show>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. </witsml:show> 
    327         <witsml:lithology>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2). W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:lithology> 
    328     </witsml:lithShowInfo> 
    329     <witsml:equipFailureInfo> 
    330         <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
    331         <witsml:md uom="m">1234.5</witsml:md> 
    332         <witsml:equipClass>drill floor -- drilling control</witsml:equipClass> 
    333         <witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction> 
    334         <witsml:dTimRepair>2002-01-31T02:00:00.000Z</witsml:dTimRepair> 
    335         <witsml:description>Bla bla bla</witsml:description> 
    336     </witsml:equipFailureInfo> 
    337     <witsml:controlIncidentInfo> 
    338         <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
    339         <witsml:mdInflow uom="m">1234.5</witsml:mdInflow> 
    340         <witsml:tvdInflow uom="m">1234</witsml:tvdInflow> 
    341         <witsml:phase>wire line</witsml:phase> 
    342         <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode> 
    343         <witsml:eTimLost uom="min">16</witsml:eTimLost> 
    344         <witsml:dTimRegained>2001-12-31T02:16:00.000Z</witsml:dTimRegained> 
    345         <witsml:diaBit uom="in">21</witsml:diaBit> 
    346         <witsml:mdBit uom="m">123</witsml:mdBit> 
    347         <witsml:wtMud uom="g/cm3">1.23</witsml:wtMud> 
    348         <witsml:porePressure uom="g/cm3">1.12</witsml:porePressure> 
    349         <witsml:diaCsgLast uom="in">33</witsml:diaCsgLast> 
    350         <witsml:mdCsgLast uom="m">123</witsml:mdCsgLast> 
    351         <witsml:volMudGained uom="m3">112</witsml:volMudGained> 
    352         <witsml:presShutInCasing uom="bar">44</witsml:presShutInCasing> 
    353         <witsml:presShutInDrill uom="bar">33</witsml:presShutInDrill> 
    354         <witsml:incidentType>oil kick</witsml:incidentType> 
    355         <witsml:killingType>lubricate and bleed</witsml:killingType> 
    356         <witsml:formation>jura</witsml:formation> 
    357         <witsml:tempBottom uom="degC">258</witsml:tempBottom> 
    358         <witsml:presMaxChoke uom="bar">66.3</witsml:presMaxChoke> 
    359         <witsml:description>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. 
     63                <witsml:wellboreInfo> 
     64                        <witsml:dTimSpud>1986-06-06T13:15:00.000Z</witsml:dTimSpud> 
     65                        <witsml:dTimPreSpud>1982-06-06T13:15:00.000Z</witsml:dTimPreSpud> 
     66                        <witsml:operator>Big operator Inc</witsml:operator> 
     67                        <witsml:rigAlias> 
     68                                <witsml:name>Offshore Rig</witsml:name> 
     69                                <witsml:namingSystem>NPD Name</witsml:namingSystem> 
     70                        </witsml:rigAlias> 
     71                        <witsml:rigAlias> 
     72                                <witsml:name>4321</witsml:name> 
     73                                <witsml:namingSystem>NPD code</witsml:namingSystem> 
     74                        </witsml:rigAlias> 
     75                </witsml:wellboreInfo> 
     76                <witsml:statusInfo> 
     77                        <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim> 
     78                        <witsml:md uom="m">6898</witsml:md> 
     79                        <witsml:tvd uom="m">4561</witsml:tvd> 
     80                        <witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop> 
     81                        <witsml:diaHole uom="in">43.33</witsml:diaHole> 
     82                        <witsml:mdDiaHoleStart uom="m">5935.7</witsml:mdDiaHoleStart> 
     83                        <witsml:diaPilot uom="in"> 45.55</witsml:diaPilot>       
     84                        <witsml:mdDiaPilotPlan uom="m"> 5866.66</witsml:mdDiaPilotPlan> 
     85                        <witsml:mdKickoff uom="m">1233.22</witsml:mdKickoff> 
     86                        <witsml:strengthForm uom="g/cm3">123</witsml:strengthForm> 
     87                        <witsml:mdStrengthForm uom="m">1234</witsml:mdStrengthForm> 
     88                        <witsml:diaCsgLast uom="in">16.6</witsml:diaCsgLast> 
     89                        <witsml:mdCsgLast uom="m">1234.56</witsml:mdCsgLast> 
     90                        <witsml:presTestType>leak off test</witsml:presTestType> 
     91                        <witsml:distDrill uom="m">78.9</witsml:distDrill> 
     92                        <witsml:msl uom="m">15</witsml:msl> 
     93                        <witsml:elevKelly uom="m">23.5</witsml:elevKelly> 
     94                        <witsml:sum24Hr>Yada yada yada</witsml:sum24Hr> 
     95                        <witsml:forecast24Hr>Bla bla bla</witsml:forecast24Hr> 
     96                        <witsml:ropCurrent uom="m/h">6.22</witsml:ropCurrent> 
     97                </witsml:statusInfo> 
     98                <witsml:bitRecord> 
     99                        <witsml:diaBit uom="in">46.6</witsml:diaBit> 
     100                        <witsml:numBit>1</witsml:numBit> 
     101                        <witsml:codeMfg>SSB</witsml:codeMfg> 
     102                        <witsml:dullGrade>2</witsml:dullGrade> 
     103                        <witsml:bitRun> 
     104                                <witsml:eTimOpBit uom="h">1</witsml:eTimOpBit> 
     105                                <witsml:mdHoleStart uom="m">24</witsml:mdHoleStart> 
     106                                <witsml:mdHoleStop uom="m">25</witsml:mdHoleStop> 
     107                                <witsml:ropAv uom="m/h">1</witsml:ropAv> 
     108                                <witsml:ropMx uom="m/h">3</witsml:ropMx> 
     109                                <witsml:mdHoleMadeRun uom="m">1</witsml:mdHoleMadeRun> 
     110                                <witsml:hrsDrilledRun uom="h">1</witsml:hrsDrilledRun> 
     111                                <witsml:mdTotHoleMade uom="m">5</witsml:mdTotHoleMade> 
     112                                <witsml:totHrsDrilled uom="h">8</witsml:totHrsDrilled> 
     113                        </witsml:bitRun> 
     114                </witsml:bitRecord> 
     115                <witsml:casing_liner_tubing> 
     116                        <witsml:type>Casing</witsml:type> 
     117                        <witsml:id uom="in">13</witsml:id> 
     118                        <witsml:od uom="in">18</witsml:od> 
     119                        <witsml:weight uom="lbm/ft">65</witsml:weight> 
     120                        <witsml:grade>12</witsml:grade> 
     121                        <witsml:connection>2</witsml:connection> 
     122                        <witsml:length uom="m">30</witsml:length> 
     123                        <witsml:mdTop uom="m">30</witsml:mdTop> 
     124                        <witsml:mdBottom uom="m">42</witsml:mdBottom> 
     125                        <witsml:casing_liner_tubing_run> 
     126                                <witsml:kind>Top</witsml:kind> 
     127                                <witsml:description>bla bla bla..</witsml:description> 
     128                                <witsml:dTimStart>2011-02-07T12:00:00.000Z</witsml:dTimStart> 
     129                        </witsml:casing_liner_tubing_run> 
     130                </witsml:casing_liner_tubing> 
     131                <witsml:cementStage> 
     132                        <witsml:dTimPumpStart>2011-02-07T14:00:00.000Z</witsml:dTimPumpStart> 
     133                        <witsml:dTimPumpEnd>2011-02-07T15:00:00.000Z</witsml:dTimPumpEnd> 
     134                        <witsml:jobType>cl</witsml:jobType> 
     135                        <witsml:casingStrDia uom="in">16</witsml:casingStrDia> 
     136                        <witsml:comment>bla bla bla...</witsml:comment> 
     137                        <witsml:volReturns uom="m3">25</witsml:volReturns> 
     138                        <witsml:eTimPresHeld>2011-02-07T14:00:00.000Z</witsml:eTimPresHeld> 
     139                        <witsml:annFlowAfter>false</witsml:annFlowAfter> 
     140                        <witsml:topPlug>false</witsml:topPlug> 
     141                        <witsml:botPlug>true</witsml:botPlug> 
     142                        <witsml:plugBumped>false</witsml:plugBumped> 
     143                        <witsml:presBump uom="bar">200</witsml:presBump> 
     144                        <witsml:floatFailed>false</witsml:floatFailed> 
     145                        <witsml:reciprocated>false</witsml:reciprocated> 
     146                        <witsml:rotated>true</witsml:rotated> 
     147                        <witsml:cementingFluid> 
     148                                <witsml:dTimTest>2011-02-07T12:00:00.000Z</witsml:dTimTest> 
     149                                <witsml:mdLog uom="m">15</witsml:mdLog> 
     150                                <witsml:typeFluid>m</witsml:typeFluid> 
     151                                <witsml:descFluid>bla bla bla...</witsml:descFluid> 
     152                                <witsml:ratioMixWater uom="galUS/sack94">15</witsml:ratioMixWater> 
     153                                <witsml:density uom="sg">30</witsml:density> 
     154                                <witsml:volPumped uom="m3">15</witsml:volPumped> 
     155                                <witsml:pv uom="mPa">20</witsml:pv> 
     156                                <witsml:yp uom="ft3/sack94">12</witsml:yp> 
     157                                <witsml:eTimThickening uom="h">5</witsml:eTimThickening> 
     158                                <witsml:pcFreeWater uom="%">20</witsml:pcFreeWater> 
     159                                <witsml:comment>bla bla bla...</witsml:comment> 
     160                        </witsml:cementingFluid> 
     161                </witsml:cementStage> 
     162                <witsml:cementStage> 
     163                        <witsml:dTimPumpStart>2011-02-07T14:00:00.000Z</witsml:dTimPumpStart> 
     164                        <witsml:dTimPumpEnd>2011-02-07T15:00:00.000Z</witsml:dTimPumpEnd> 
     165                        <witsml:jobType>cl</witsml:jobType> 
     166                        <witsml:casingStrDia uom="in">16</witsml:casingStrDia> 
     167                        <witsml:comment>bla bla bla...</witsml:comment> 
     168                        <witsml:volReturns uom="m3">25</witsml:volReturns> 
     169                        <witsml:eTimPresHeld>2011-02-07T14:00:00.000Z</witsml:eTimPresHeld> 
     170                        <witsml:annFlowAfter>false</witsml:annFlowAfter> 
     171                        <witsml:topPlug>false</witsml:topPlug> 
     172                        <witsml:botPlug>true</witsml:botPlug> 
     173                        <witsml:plugBumped>false</witsml:plugBumped> 
     174                        <witsml:presBump uom="bar">200</witsml:presBump> 
     175                        <witsml:floatFailed>false</witsml:floatFailed> 
     176                        <witsml:reciprocated>false</witsml:reciprocated> 
     177                        <witsml:rotated>true</witsml:rotated> 
     178                        <witsml:cementingFluid> 
     179                                <witsml:dTimTest>2011-02-07T12:00:00.000Z</witsml:dTimTest> 
     180                                <witsml:mdLog uom="m">15</witsml:mdLog> 
     181                                <witsml:typeFluid>m</witsml:typeFluid> 
     182                                <witsml:descFluid>bla bla bla...</witsml:descFluid> 
     183                                <witsml:ratioMixWater uom="galUS/sack94">15</witsml:ratioMixWater> 
     184                                <witsml:density uom="sg">30</witsml:density> 
     185                                <witsml:volPumped uom="m3">15</witsml:volPumped> 
     186                                <witsml:pv uom="mPa">20</witsml:pv> 
     187                                <witsml:yp uom="ft3/sack94">12</witsml:yp> 
     188                                <witsml:eTimThickening uom="h">5</witsml:eTimThickening> 
     189                                <witsml:pcFreeWater uom="%">20</witsml:pcFreeWater> 
     190                                <witsml:comment>bla bla bla...</witsml:comment> 
     191                        </witsml:cementingFluid> 
     192                </witsml:cementStage> 
     193                <witsml:fluid> 
     194                        <witsml:type>oil based</witsml:type> 
     195                        <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim> 
     196                        <witsml:md uom="m">1235.6</witsml:md> 
     197                        <witsml:tvd uom="m">986.6</witsml:tvd> 
     198                        <witsml:presBopRating uom="bar">77.7</witsml:presBopRating> 
     199                        <witsml:mudClass>oil based</witsml:mudClass> 
     200                        <witsml:density uom="g/cm3">1.85</witsml:density> 
     201                        <witsml:pv uom="mPa.s">33</witsml:pv> 
     202                        <witsml:yp uom="Pa">44.4</witsml:yp> 
     203                </witsml:fluid> 
     204                <witsml:fluid> 
     205                        <witsml:type>water based</witsml:type> 
     206                        <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim> 
     207                        <witsml:md uom="m">1235.6</witsml:md> 
     208                        <witsml:tvd uom="m">986.6</witsml:tvd> 
     209                        <witsml:presBopRating uom="bar">177.7</witsml:presBopRating> 
     210                        <witsml:mudClass>water based</witsml:mudClass> 
     211                        <witsml:density uom="g/cm3">1.85</witsml:density> 
     212                        <witsml:pv uom="mPa.s">33</witsml:pv> 
     213                        <witsml:yp uom="Pa">44.4</witsml:yp>  
     214                </witsml:fluid> 
     215                <witsml:porePressure> 
     216                        <witsml:readingKind>estimated</witsml:readingKind> 
     217                        <witsml:equivalentMudWeight uom="g/cm3">23.1</witsml:equivalentMudWeight> 
     218                        <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim> 
     219                        <witsml:md uom="m">321.1</witsml:md> 
     220                        <witsml:tvd uom="m">123.4</witsml:tvd> 
     221                </witsml:porePressure> 
     222                <witsml:porePressure> 
     223                        <witsml:readingKind>measured</witsml:readingKind> 
     224                        <witsml:equivalentMudWeight uom="g/cm3">23.5</witsml:equivalentMudWeight> 
     225                        <witsml:dTim>2001-12-31T22:00:00.000Z</witsml:dTim> 
     226                        <witsml:md uom="m">9321.1</witsml:md> 
     227                        <witsml:tvd uom="m">9123.4232</witsml:tvd> 
     228                </witsml:porePressure> 
     229                <witsml:extendedReport dTim="2006-06-07T06:00:00.000Z">Bla bla bla</witsml:extendedReport> 
     230                <witsml:surveyStation> 
     231                        <witsml:dTim>2001-12-31T22:00:00.000Z</witsml:dTim> 
     232                        <witsml:md uom="m">123.4</witsml:md> 
     233                        <witsml:tvd uom="m">123.4</witsml:tvd> 
     234                        <witsml:incl uom="dega">66.6</witsml:incl> 
     235                        <witsml:azi uom="dega">55.5</witsml:azi> 
     236                </witsml:surveyStation> 
     237                <witsml:activity> 
     238                        <witsml:dTimStart>2001-12-31T22:00:00.000Z</witsml:dTimStart> 
     239                        <witsml:dTimEnd>2001-12-31T23:00:00.000Z</witsml:dTimEnd> 
     240                        <witsml:md uom="m">123.4</witsml:md> 
     241                        <witsml:tvd uom="m">100.0</witsml:tvd> 
     242                        <witsml:phase>fixed</witsml:phase> 
     243                        <witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode> 
     244                        <witsml:mdHoleStart uom="m">123</witsml:mdHoleStart> 
     245                        <witsml:mdHoleEnd uom="m">123.4</witsml:mdHoleEnd> 
     246                        <witsml:state>ok</witsml:state> 
     247                        <witsml:stateDetailActivity>kick</witsml:stateDetailActivity> 
     248                        <witsml:comments>Bla bla bla</witsml:comments> 
     249                </witsml:activity> 
     250                <witsml:activity> 
     251                        <witsml:dTimStart>2001-12-31T02:00:00.000Z</witsml:dTimStart> 
     252                        <witsml:dTimEnd>2001-12-31T06:00:00.000Z</witsml:dTimEnd> 
     253                        <witsml:md uom="m">123.4</witsml:md> 
     254                        <witsml:tvd uom="m">100.0</witsml:tvd> 
     255                        <witsml:phase>snub</witsml:phase> 
     256                        <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode> 
     257                        <witsml:mdHoleStart uom="m">123</witsml:mdHoleStart> 
     258                        <witsml:mdHoleEnd uom="m">123.4</witsml:mdHoleEnd> 
     259                        <witsml:state>fail</witsml:state> 
     260                        <witsml:stateDetailActivity>injury</witsml:stateDetailActivity> 
     261                        <witsml:comments>Bla bla bla</witsml:comments> 
     262                </witsml:activity> 
     263                <witsml:logInfo> 
     264                        <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
     265                        <witsml:runNumber>1</witsml:runNumber> 
     266                        <witsml:serviceCompany>Small Service Inc</witsml:serviceCompany> 
     267                        <witsml:mdTop uom="m">4567.6</witsml:mdTop> 
     268                        <witsml:mdBottom uom="m">4668.9</witsml:mdBottom> 
     269                        <witsml:tvdTop uom="m">333.3</witsml:tvdTop> 
     270                        <witsml:tvdBottom uom="m">444.4</witsml:tvdBottom> 
     271                        <witsml:tool>Hammer</witsml:tool> 
     272                        <witsml:tempBHCT uom="degC">85.6</witsml:tempBHCT> 
     273                        <witsml:mdTempTool uom="m">6666.6</witsml:mdTempTool> 
     274                        <witsml:tvdTempTool uom="m">6666.5</witsml:tvdTempTool> 
     275                </witsml:logInfo> 
     276                <witsml:logInfo> 
     277                        <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
     278                        <witsml:runNumber>1</witsml:runNumber> 
     279                        <witsml:serviceCompany>Small Service Inc</witsml:serviceCompany> 
     280                        <witsml:mdTop uom="m">4567.6</witsml:mdTop> 
     281                        <witsml:mdBottom uom="m">4668.9</witsml:mdBottom> 
     282                        <witsml:tvdTop uom="m">333.3</witsml:tvdTop> 
     283                        <witsml:tvdBottom uom="m">444.4</witsml:tvdBottom> 
     284                        <witsml:tool>Hammer</witsml:tool> 
     285                        <witsml:tempBHST uom="degC">85.6</witsml:tempBHST> 
     286                        <witsml:eTimStatic uom="h">2.3</witsml:eTimStatic>       
     287                        <witsml:mdTempTool uom="m">6666.6</witsml:mdTempTool> 
     288                        <witsml:tvdTempTool uom="m">6666.5</witsml:tvdTempTool> 
     289                </witsml:logInfo> 
     290                <witsml:coreInfo> 
     291                        <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
     292                        <witsml:coreNumber>1</witsml:coreNumber> 
     293                        <witsml:mdTop uom="m">1234</witsml:mdTop> 
     294                        <witsml:mdBottom uom="m">1234</witsml:mdBottom> 
     295                        <witsml:tvdTop uom="m">1233</witsml:tvdTop> 
     296                        <witsml:tvdBottom uom="m">1233</witsml:tvdBottom> 
     297                        <witsml:lenRecovered uom="m">123</witsml:lenRecovered> 
     298                        <witsml:recoverPc uom="%">89.9</witsml:recoverPc> 
     299                        <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel> 
     300                        <witsml:innerBarrelType>aluminum</witsml:innerBarrelType> 
     301                        <witsml:coreDescription>bla bla bla</witsml:coreDescription> 
     302                </witsml:coreInfo> 
     303                <witsml:wellTestInfo> 
     304                        <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
     305                        <witsml:testType>production test</witsml:testType> 
     306                        <witsml:testNumber>1</witsml:testNumber> 
     307                        <witsml:mdTop uom="m">1234.5</witsml:mdTop> 
     308                        <witsml:mdBottom uom="m">2345.6</witsml:mdBottom> 
     309                        <witsml:tvdTop uom="m">1234.5</witsml:tvdTop> 
     310                        <witsml:tvdBottom uom="m">2345.5</witsml:tvdBottom> 
     311                        <witsml:chokeOrificeSize uom="mm">32.1</witsml:chokeOrificeSize> 
     312                        <witsml:densityOil uom="g/cm3">0.86</witsml:densityOil> 
     313                        <witsml:densityWater uom="g/cm3">1.03</witsml:densityWater> 
     314                        <witsml:densityGas uom="g/cm3">0.06</witsml:densityGas> 
     315                        <witsml:flowRateOil uom="m3/d">77.7</witsml:flowRateOil> 
     316                        <witsml:flowRateWater uom="m3/d">7.7</witsml:flowRateWater> 
     317                        <witsml:flowRateGas uom="M(m3)/d">88.8</witsml:flowRateGas> 
     318                        <witsml:presShutIn uom="MPa">44.4</witsml:presShutIn> 
     319                        <witsml:presFlowing uom="MPa">33.3</witsml:presFlowing> 
     320                        <witsml:presBottom uom="MPa">22.2</witsml:presBottom> 
     321                        <witsml:gasOilRatio uom="m3/m3">23</witsml:gasOilRatio> 
     322                        <witsml:waterOilRatio uom="m3/m3">0.33</witsml:waterOilRatio> 
     323                        <witsml:chloride uom="ppm">22.2</witsml:chloride> 
     324                        <witsml:carbonDioxide uom="ppm">11.1</witsml:carbonDioxide> 
     325                        <witsml:hydrogenSulfide uom="ppm">7.3</witsml:hydrogenSulfide> 
     326                        <witsml:volOilTotal uom="m3">9999</witsml:volOilTotal> 
     327                        <witsml:volGasTotal uom="M(m3)">666</witsml:volGasTotal> 
     328                        <witsml:volWaterTotal uom="m3">55</witsml:volWaterTotal> 
     329                        <witsml:volOilStored uom="m3">1365</witsml:volOilStored> 
     330                </witsml:wellTestInfo> 
     331                <witsml:formTestInfo> 
     332                        <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
     333                        <witsml:md uom="m">1234.5</witsml:md> 
     334                        <witsml:tvd uom="m">1234.5</witsml:tvd> 
     335                        <witsml:presPore uom="MPa">66.5</witsml:presPore> 
     336                        <witsml:goodSeal>true</witsml:goodSeal> 
     337                        <witsml:mdSample uom="m">1224.3</witsml:mdSample> 
     338                        <witsml:dominateComponent>oil</witsml:dominateComponent> 
     339                        <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC> 
     340                        <witsml:volumeSample uom="dm3">11</witsml:volumeSample> 
     341                        <witsml:description>Yada yada yada</witsml:description> 
     342                </witsml:formTestInfo> 
     343                <witsml:lithShowInfo> 
     344                        <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
     345                        <witsml:mdTop uom="m">1234.5</witsml:mdTop> 
     346                        <witsml:mdBottom uom="m">1234.5</witsml:mdBottom> 
     347                        <witsml:tvdTop uom="m">1234.5</witsml:tvdTop> 
     348                        <witsml:tvdBottom uom="m">1234.5</witsml:tvdBottom> 
     349                        <witsml:show>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. </witsml:show> 
     350                        <witsml:lithology>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2). W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:lithology> 
     351                </witsml:lithShowInfo> 
     352                <witsml:equipFailureInfo> 
     353                        <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
     354                        <witsml:md uom="m">1234.5</witsml:md> 
     355                        <witsml:equipClass>drill floor -- drilling control</witsml:equipClass> 
     356                        <witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction> 
     357                        <witsml:dTimRepair>2002-01-31T02:00:00.000Z</witsml:dTimRepair> 
     358                        <witsml:description>Bla bla bla</witsml:description> 
     359                </witsml:equipFailureInfo> 
     360                <witsml:controlIncidentInfo> 
     361                        <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
     362                        <witsml:mdInflow uom="m">1234.5</witsml:mdInflow> 
     363                        <witsml:tvdInflow uom="m">1234</witsml:tvdInflow> 
     364                        <witsml:phase>wire line</witsml:phase> 
     365                        <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode> 
     366                        <witsml:eTimLost uom="min">16</witsml:eTimLost> 
     367                        <witsml:dTimRegained>2001-12-31T02:16:00.000Z</witsml:dTimRegained> 
     368                        <witsml:diaBit uom="in">21</witsml:diaBit> 
     369                        <witsml:mdBit uom="m">123</witsml:mdBit> 
     370                        <witsml:wtMud uom="g/cm3">1.23</witsml:wtMud> 
     371                        <witsml:porePressure uom="g/cm3">1.12</witsml:porePressure> 
     372                        <witsml:diaCsgLast uom="in">33</witsml:diaCsgLast> 
     373                        <witsml:mdCsgLast uom="m">123</witsml:mdCsgLast> 
     374                        <witsml:volMudGained uom="m3">112</witsml:volMudGained> 
     375                        <witsml:presShutInCasing uom="bar">44</witsml:presShutInCasing> 
     376                        <witsml:presShutInDrill uom="bar">33</witsml:presShutInDrill> 
     377                        <witsml:incidentType>oil kick</witsml:incidentType> 
     378                        <witsml:killingType>lubricate and bleed</witsml:killingType> 
     379                        <witsml:formation>jura</witsml:formation> 
     380                        <witsml:tempBottom uom="degC">258</witsml:tempBottom> 
     381                        <witsml:presMaxChoke uom="bar">66.3</witsml:presMaxChoke> 
     382                        <witsml:description>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. 
    360383W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2). W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:description> 
    361     </witsml:controlIncidentInfo> 
    362     <witsml:controlIncidentInfo> 
    363         <witsml:dTim>2008-12-31T02:00:00.000Z</witsml:dTim> 
    364         <witsml:mdInflow uom="m">1234.5</witsml:mdInflow> 
    365         <witsml:tvdInflow uom="m">1234</witsml:tvdInflow> 
    366         <witsml:phase>wire line</witsml:phase> 
    367         <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode> 
    368         <witsml:eTimLost uom="min">16</witsml:eTimLost> 
    369         <witsml:dTimRegained>2001-12-31T02:16:00.000Z</witsml:dTimRegained> 
    370         <witsml:diaBit uom="in">21</witsml:diaBit> 
    371         <witsml:mdBit uom="m">123</witsml:mdBit> 
    372         <witsml:wtMud uom="g/cm3">1.23</witsml:wtMud> 
    373         <witsml:porePressure uom="g/cm3">1.12</witsml:porePressure> 
    374         <witsml:diaCsgLast uom="in">33</witsml:diaCsgLast> 
    375         <witsml:mdCsgLast uom="m">123</witsml:mdCsgLast> 
    376         <witsml:volMudGained uom="m3">112</witsml:volMudGained> 
    377         <witsml:presShutInCasing uom="bar">44</witsml:presShutInCasing> 
    378         <witsml:presShutInDrill uom="bar">33</witsml:presShutInDrill> 
    379         <witsml:incidentType>oil kick</witsml:incidentType> 
    380         <witsml:killingType>lubricate and bleed</witsml:killingType> 
    381         <witsml:formation>jura</witsml:formation> 
    382         <witsml:tempBottom uom="degC">258</witsml:tempBottom> 
    383         <witsml:presMaxChoke uom="bar">66.3</witsml:presMaxChoke> 
    384         <witsml:description>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. 
     384                </witsml:controlIncidentInfo> 
     385                <witsml:controlIncidentInfo> 
     386                        <witsml:dTim>2008-12-31T02:00:00.000Z</witsml:dTim> 
     387                        <witsml:mdInflow uom="m">1234.5</witsml:mdInflow> 
     388                        <witsml:tvdInflow uom="m">1234</witsml:tvdInflow> 
     389                        <witsml:phase>wire line</witsml:phase> 
     390                        <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode> 
     391                        <witsml:eTimLost uom="min">16</witsml:eTimLost> 
     392                        <witsml:dTimRegained>2001-12-31T02:16:00.000Z</witsml:dTimRegained> 
     393                        <witsml:diaBit uom="in">21</witsml:diaBit> 
     394                        <witsml:mdBit uom="m">123</witsml:mdBit> 
     395                        <witsml:wtMud uom="g/cm3">1.23</witsml:wtMud> 
     396                        <witsml:porePressure uom="g/cm3">1.12</witsml:porePressure> 
     397                        <witsml:diaCsgLast uom="in">33</witsml:diaCsgLast> 
     398                        <witsml:mdCsgLast uom="m">123</witsml:mdCsgLast> 
     399                        <witsml:volMudGained uom="m3">112</witsml:volMudGained> 
     400                        <witsml:presShutInCasing uom="bar">44</witsml:presShutInCasing> 
     401                        <witsml:presShutInDrill uom="bar">33</witsml:presShutInDrill> 
     402                        <witsml:incidentType>oil kick</witsml:incidentType> 
     403                        <witsml:killingType>lubricate and bleed</witsml:killingType> 
     404                        <witsml:formation>jura</witsml:formation> 
     405                        <witsml:tempBottom uom="degC">258</witsml:tempBottom> 
     406                        <witsml:presMaxChoke uom="bar">66.3</witsml:presMaxChoke> 
     407                        <witsml:description>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. 
    385408W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:description> 
    386     </witsml:controlIncidentInfo> 
    387     <witsml:stratInfo> 
    388         <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
    389         <witsml:mdTop uom="m">1234.5</witsml:mdTop> 
    390         <witsml:tvdTop uom="m">1234</witsml:tvdTop> 
    391         <witsml:description>bla bla bla</witsml:description> 
    392     </witsml:stratInfo> 
    393     <witsml:perfInfo> 
    394         <witsml:dTimOpen>2001-12-31T02:00:00.000Z</witsml:dTimOpen> 
    395         <witsml:dTimClose>2001-12-31T18:00:00.000Z</witsml:dTimClose> 
    396         <witsml:mdTop uom="m">1033</witsml:mdTop> 
    397         <witsml:mdBottom uom="m">1234</witsml:mdBottom> 
    398         <witsml:tvdTop uom="m">999</witsml:tvdTop> 
    399         <witsml:tvdBottom uom="m">1100</witsml:tvdBottom> 
    400     </witsml:perfInfo> 
    401     <witsml:gasReadingInfo> 
    402         <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
    403         <witsml:readingType>shut down gas</witsml:readingType> 
    404         <witsml:mdTop uom="m">1234</witsml:mdTop> 
    405         <witsml:mdBottom uom="m">1256</witsml:mdBottom> 
    406         <witsml:tvdTop uom="m">999</witsml:tvdTop> 
    407         <witsml:tvdBottom uom="m">1120</witsml:tvdBottom> 
    408         <witsml:gasHigh uom="%">77.7</witsml:gasHigh> 
    409         <witsml:gasLow uom="%">44.4</witsml:gasLow> 
    410         <witsml:meth uom="ppm">55</witsml:meth> 
    411         <witsml:eth uom="ppm">55</witsml:eth> 
    412         <witsml:prop uom="ppm">55</witsml:prop> 
    413         <witsml:ibut uom="ppm">55</witsml:ibut> 
    414         <witsml:nbut uom="ppm">55</witsml:nbut> 
    415         <witsml:ipent uom="ppm">55</witsml:ipent> 
    416     </witsml:gasReadingInfo> 
    417   </witsml:drillReport> 
     409                </witsml:controlIncidentInfo> 
     410                <witsml:stratInfo> 
     411                        <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
     412                        <witsml:mdTop uom="m">1234.5</witsml:mdTop> 
     413                        <witsml:tvdTop uom="m">1234</witsml:tvdTop> 
     414                        <witsml:description>bla bla bla</witsml:description> 
     415                </witsml:stratInfo> 
     416                <witsml:perfInfo> 
     417                        <witsml:dTimOpen>2001-12-31T02:00:00.000Z</witsml:dTimOpen> 
     418                        <witsml:dTimClose>2001-12-31T18:00:00.000Z</witsml:dTimClose> 
     419                        <witsml:mdTop uom="m">1033</witsml:mdTop> 
     420                        <witsml:mdBottom uom="m">1234</witsml:mdBottom> 
     421                        <witsml:tvdTop uom="m">999</witsml:tvdTop> 
     422                        <witsml:tvdBottom uom="m">1100</witsml:tvdBottom> 
     423                </witsml:perfInfo> 
     424                <witsml:gasReadingInfo> 
     425                        <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim> 
     426                        <witsml:readingType>shut down gas</witsml:readingType> 
     427                        <witsml:mdTop uom="m">1234</witsml:mdTop> 
     428                        <witsml:mdBottom uom="m">1256</witsml:mdBottom> 
     429                        <witsml:tvdTop uom="m">999</witsml:tvdTop> 
     430                        <witsml:tvdBottom uom="m">1120</witsml:tvdBottom> 
     431                        <witsml:gasHigh uom="%">77.7</witsml:gasHigh> 
     432                        <witsml:gasLow uom="%">44.4</witsml:gasLow> 
     433                        <witsml:meth uom="ppm">55</witsml:meth> 
     434                        <witsml:eth uom="ppm">55</witsml:eth> 
     435                        <witsml:prop uom="ppm">55</witsml:prop> 
     436                        <witsml:ibut uom="ppm">55</witsml:ibut> 
     437                        <witsml:nbut uom="ppm">55</witsml:nbut> 
     438                        <witsml:ipent uom="ppm">55</witsml:ipent> 
     439                </witsml:gasReadingInfo> 
     440        </witsml:drillReport> 
    418441</witsml:drillReports> 
    419442