Show
Ignore:
Timestamp:
07/08/11 13:31:58 (13 years ago)
Author:
yaolu
Message:

created an element for hrsDrilled after discussion with Lilian Hella

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

Legend:

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

    r267 r286  
    323323                                <xsd:annotation> 
    324324                                        <xsd:documentation>Measured depth of hole made current run (m).</xsd:documentation> 
     325                                </xsd:annotation> 
     326                        </xsd:element> 
     327                        <xsd:element name="hrsDrilled" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1"> 
     328                                <!-- PROFILE: Added element hrsDrilledRun. --> 
     329                                <xsd:annotation> 
     330                                        <xsd:documentation> 
     331                                        accumulated time of 'wellbore drilling' within a 'wellbore reporting period drilling' activity(m). 
     332                                        </xsd:documentation> 
    325333                                </xsd:annotation> 
    326334                        </xsd:element> 
  • projects/DailyDrillingReport_1.2/XML/HTMLreport/WITSML_drillReport_profiled_schema_2011_05_07.xsd

    r275 r286  
    323323                                <xsd:annotation> 
    324324                                        <xsd:documentation>Measured depth of hole made current run (m).</xsd:documentation> 
     325                                </xsd:annotation> 
     326                        </xsd:element> 
     327                        <xsd:element name="hrsDrilled" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1"> 
     328                                <!-- PROFILE: Added element hrsDrilledRun. --> 
     329                                <xsd:annotation> 
     330                                        <xsd:documentation> 
     331                                        accumulated time of 'wellbore drilling' within a 'wellbore reporting period drilling' activity(m). 
     332                                        </xsd:documentation> 
    325333                                </xsd:annotation> 
    326334                        </xsd:element> 
  • projects/DailyDrillingReport_1.2/XML/HTMLreport/ddr_HTMLReport_transformation_2011_02_07.xsl

    r262 r286  
    371371                                                                                        <xsl:value-of select="$element_bitRecord/bitRun//xsd:element[@name='eTimOpBit']/@sawsdl:modelReference"/> 
    372372                                                                                </xsl:variable> 
     373                                                                                <xsl:variable name="url_hrsDrilled"> 
     374                                                                                        <xsl:value-of select="$element_bitRecord/bitRun//xsd:element[@name='hrsDrilled']/@sawsdl:modelReference"/> 
     375                                                                                </xsl:variable> 
    373376                                                                                <xsl:variable name="url_mdHoleStart"> 
    374377                                                                                        <xsl:value-of select="$element_bitRecord/bitRun//xsd:element[@name='mdHoleStart']/@sawsdl:modelReference"/> 
     
    407410                                                                                        </td> 
    408411                                                                                        <td align="center" width="50" valign="top"> 
    409                                                                                                 <a target="_blank" href="{$url_eTimOpBit}">Hours drilled<br /> 
     412                                                                                                <a target="_blank" href="{$url_hrsDrilled}">Hours drilled<br /> 
    410413                                                                                                        <xsl:value-of select="witsml:bitRecord/witsml:bitRun/witsml:eTimOpBit/@uom"/> 
    411414                                                                                                </a> 
     
    470473                                                                                                </td> 
    471474                                                                                                <td align="center"> 
    472                                                                                                         <xsl:value-of select="witsml:bitRun/witsml:eTimOpBit"/> 
     475                                                                                                        <xsl:value-of select="witsml:bitRun/witsml:hrsDrilled"/> 
    473476                                                                                                </td> 
    474477                                                                                                <td align="center"> 
  • projects/DailyDrillingReport_1.2/XML/HTMLreport/testDocumet_2011_02_07.xml

    r246 r286  
    109109                                <witsml:ropAv uom="m/h">1</witsml:ropAv> 
    110110                                <witsml:mdHoleMadeRun uom="m">1</witsml:mdHoleMadeRun> 
     111                                <witsml:hrsDrilled uom="h">2</witsml:hrsDrilled> 
    111112                                <witsml:hrsDrilledRun uom="h">1</witsml:hrsDrilledRun> 
    112113                                <witsml:mdTotHoleMade uom="m">5</witsml:mdTotHoleMade> 
     
    127128                                <witsml:ropAv uom="m/h">2</witsml:ropAv> 
    128129                                <witsml:mdHoleMadeRun uom="m">7</witsml:mdHoleMadeRun> 
     130                                <witsml:hrsDrilled uom="h">5</witsml:hrsDrilled> 
    129131                                <witsml:hrsDrilledRun uom="h">3</witsml:hrsDrilledRun> 
    130132                                <witsml:mdTotHoleMade uom="m">15</witsml:mdTotHoleMade>