Show
Ignore:
Timestamp:
03/22/11 15:24:01 (13 years ago)
Author:
yaolu
Message:

fixed the cementjobtype

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

Legend:

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

    r152 r153  
    364364                                </xsd:annotation> 
    365365                        </xsd:element> 
    366                         <xsd:element name="jobType" type="witsml:cementJobTypes" minOccurs="0" maxOccurs="1"> 
     366                        <xsd:element name="jobType" type="witsml:cementJobType" minOccurs="0" maxOccurs="1"> 
    367367                                <!-- PROFILE: Added element jobType --> 
    368368                                <xsd:annotation> 
    369                                         <xsd:documentation>Job types (eg. Casing and liner, Cement squeeze, Cement plug).</xsd:documentation> 
     369                                        <xsd:documentation>Type of cement job.</xsd:documentation> 
    370370                                </xsd:annotation> 
    371371                        </xsd:element> 
     
    511511                </xsd:annotation> 
    512512                <xsd:restriction base="witsml:abstractTypeEnum"> 
    513                         <xsd:enumeration value="Casing and liner"> 
    514                                 <xsd:annotation> 
    515                                         <xsd:documentation>Casing and liner</xsd:documentation> 
    516                                 </xsd:annotation> 
    517                         </xsd:enumeration> 
    518                         <xsd:enumeration value="Cement squeeze"> 
    519                                 <xsd:annotation> 
    520                                         <xsd:documentation>Cement squeeze</xsd:documentation> 
    521                                 </xsd:annotation> 
    522                         </xsd:enumeration> 
    523                         <xsd:enumeration value="Cement plug"> 
    524                                 <xsd:annotation> 
    525                                         <xsd:documentation>Cement plug</xsd:documentation> 
     513                        <xsd:enumeration value="primary"> 
     514                                <xsd:annotation> 
     515                                        <xsd:documentation>primary</xsd:documentation> 
     516                                </xsd:annotation> 
     517                        </xsd:enumeration> 
     518                        <xsd:enumeration value="plug"> 
     519                                <xsd:annotation> 
     520                                        <xsd:documentation>plug</xsd:documentation> 
     521                                </xsd:annotation> 
     522                        </xsd:enumeration> 
     523                        <xsd:enumeration value="squeeze"> 
     524                                <xsd:annotation> 
     525                                        <xsd:documentation>squeeze</xsd:documentation> 
     526                                </xsd:annotation> 
     527                        </xsd:enumeration> 
     528                        <xsd:enumeration value="unknown"> 
     529                                <xsd:annotation> 
     530                                        <xsd:documentation>unknown</xsd:documentation> 
     531                                </xsd:annotation> 
     532                        </xsd:enumeration> 
     533                        <xsd:enumeration value="other"> 
     534                                <xsd:annotation> 
     535                                        <xsd:documentation>other</xsd:documentation> 
    526536                                </xsd:annotation> 
    527537                        </xsd:enumeration> 
  • projects/DailyDrillingReport_1.2/XML/HTMLreport/testDocumet_2011_02_07.xml

    r152 r153  
    178178                        <witsml:dTimPumpStart>2011-02-07T16:00:00.000Z</witsml:dTimPumpStart> 
    179179                        <witsml:dTimPumpEnd>2011-02-07T17:00:00.000Z</witsml:dTimPumpEnd> 
    180                         <witsml:jobType>Cement squeeze</witsml:jobType> 
     180                        <witsml:jobType>squeeze</witsml:jobType> 
    181181                        <witsml:casingStrDia uom="in">16</witsml:casingStrDia> 
    182182                        <witsml:comments>bla bla bla...</witsml:comments> 
     
    206206                        <witsml:dTimPumpStart>2011-02-07T14:00:00.000Z</witsml:dTimPumpStart> 
    207207                        <witsml:dTimPumpEnd>2011-02-07T15:00:00.000Z</witsml:dTimPumpEnd> 
    208                         <witsml:jobType>Casing and liner</witsml:jobType> 
     208                        <witsml:jobType>primary</witsml:jobType> 
    209209                        <witsml:casingStrDia uom="in">18</witsml:casingStrDia> 
    210210                        <witsml:comments>bla bla bla...</witsml:comments>