Show
Ignore:
Timestamp:
05/25/11 12:14:20 (13 years ago)
Author:
yaolu
Message:

done the changes according to the powerpoint.

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

    r213 r245  
    8787                                </xsd:annotation> 
    8888                        </xsd:element> 
    89                         <xsd:element name="mdHoleEnd" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
     89                        <!--<xsd:element name="mdHoleEnd" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1"> 
    9090                                <xsd:annotation> 
    9191                                        <xsd:documentation>Meassured depth at end of the activity (m).</xsd:documentation> 
    9292                                </xsd:annotation> 
    93                         </xsd:element> 
     93                        </xsd:element>--> 
    9494                        <!--PROFILE: Deleted element detailActivity.--> 
    9595                        <!--PROFILE: Deleted element typeActivityClass.--> 
     
    248248                        <xsd:element name="eTimOpBit" type="witsml:timeMeasureHour" minOccurs="0" maxOccurs="1"> 
    249249                                <xsd:annotation> 
    250                                         <xsd:documentation>Operating time spent by bit during the reporting periode.</xsd:documentation> 
     250                                        <xsd:documentation>Operating time spent by bit during the reporting period.</xsd:documentation> 
    251251                                </xsd:annotation> 
    252252                        </xsd:element> 
     
    18881888                                </xsd:annotation> 
    18891889                        </xsd:element> 
    1890                         <xsd:element name="expTempBH" type="witsml:thermodynamicTemperatureMeasureCelsius" minOccurs="0" maxOccurs="1"> 
     1890                        <xsd:element name="avgTempBH" type="witsml:thermodynamicTemperatureMeasureCelsius" minOccurs="0" maxOccurs="1"> 
    18911891                                <!-- PROFILE: Added element expTempBH --> 
    18921892                                <xsd:annotation> 
     
    23332333                                </xsd:annotation> 
    23342334                        </xsd:element> 
    2335                         <xsd:element name="connection" type="witsml:positiveCount" minOccurs="0" maxOccurs="1"> 
     2335                        <xsd:element name="connection" type="witsml:str32" minOccurs="0" maxOccurs="1"> 
    23362336                                <xsd:annotation> 
    23372337                                        <xsd:documentation>A 'code string class' that is a standardrised set of strings used in a  
  • projects/DailyDrillingReport_1.2/XML/HTMLreport/ddr_HTMLReport_transformation_2011_02_07.xsl

    r244 r245  
    215215                                                                                                </td> 
    216216                                                                                                <td valign="top"> 
    217                                                                                                         <xsl:value-of select="witsml:mdHoleEnd"/> 
     217                                                                                                        <xsl:value-of select="witsml:md"/> 
    218218                                                                                                </td> 
    219219                                                                                                <td valign="top"> 
    220                                                                                                         <xsl:value-of select="witsml:md"/> 
     220                                                                                                        <xsl:value-of select="format-number(witsml:md - witsml:mdHoleStart, '0.0#')"/> 
    221221                                                                                                </td> 
    222222                                                                                                <td valign="top" align="center"> 
     
    25622562                        <xsl:value-of select="$element_drillReportStatusInfo//xsd:element[@name='avgPresBH']/@sawsdl:modelReference"/> 
    25632563                </xsl:variable> 
    2564                 <xsl:variable name="url_expTempBH"> 
    2565                         <xsl:value-of select="$element_drillReportStatusInfo//xsd:element[@name='expTempBH']/@sawsdl:modelReference"/> 
     2564                <xsl:variable name="url_avgTempBH"> 
     2565                        <xsl:value-of select="$element_drillReportStatusInfo//xsd:element[@name='avgTempBH']/@sawsdl:modelReference"/> 
    25662566                </xsl:variable> 
    25672567                <xsl:variable name="url_fixedRig"> 
     
    25952595                        </td> 
    25962596                        <td class="dark"> 
    2597                                 <a target="_blank" href="{$url_expTempBH}">Temperature <xsl:value-of select="witsml:expTempBH/@uom" />:</a> 
     2597                                <a target="_blank" href="{$url_avgTempBH}">Temperature <xsl:value-of select="witsml:avgTempBH/@uom" />:</a> 
    25982598                        </td> 
    25992599                        <td class="light"> 
    2600                                 <xsl:value-of select="witsml:expTempBH"/> 
     2600                                <xsl:value-of select="witsml:avgTempBH"/> 
    26012601                        </td> 
    26022602                </tr> 
  • projects/DailyDrillingReport_1.2/XML/HTMLreport/testDocumet_2011_02_07.xml

    r228 r245  
    9494                        <witsml:hpht>false</witsml:hpht> 
    9595                        <witsml:avgPresBH uom="psig">2</witsml:avgPresBH> 
    96                         <witsml:expTempBH uom="degC">20</witsml:expTempBH> 
     96                        <witsml:avgTempBH uom="degC">20</witsml:avgTempBH> 
    9797                        <witsml:fixedRig>true</witsml:fixedRig> 
    9898                </witsml:statusInfo> 
     
    314314                        <witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode> 
    315315                        <witsml:mdHoleStart uom="m">123</witsml:mdHoleStart> 
    316                         <witsml:mdHoleEnd uom="m">123.4</witsml:mdHoleEnd> 
    317316                        <witsml:state>ok</witsml:state> 
    318317                        <witsml:stateDetailActivity>kick</witsml:stateDetailActivity> 
     
    327326                        <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode> 
    328327                        <witsml:mdHoleStart uom="m">123</witsml:mdHoleStart> 
    329                         <witsml:mdHoleEnd uom="m">123.4</witsml:mdHoleEnd> 
    330328                        <witsml:state>fail</witsml:state> 
    331329                        <witsml:stateDetailActivity>injury</witsml:stateDetailActivity>