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

Created a pdf sample report, and done some changes on the xml for the html report, according to comments from energistics

Files:
1 modified

Legend:

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

    r146 r150  
    11<?xml version="1.0" encoding="utf-8" ?> 
    2 <xsd:schema xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:abs="http://www.energistics.org/schemas/abstract" 
    3          xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" 
    4          xmlns:sawsdl="http://www.w3.org/ns/sawsdl" elementFormDefault="qualified" attributeFormDefault="unqualified" 
    5          targetNamespace="http://www.witsml.org/schemas/1series"> 
     2<xsd:schema  
     3        elementFormDefault="qualified"  
     4        attributeFormDefault="unqualified" 
     5        targetNamespace="http://www.witsml.org/schemas/1series" 
     6        xmlns:witsml="http://www.witsml.org/schemas/1series"  
     7        xmlns:abs="http://www.energistics.org/schemas/abstract" 
     8        xmlns:xsd="http://www.w3.org/2001/XMLSchema"  
     9        xmlns:gml="http://www.opengis.net/gml/3.2" 
     10        xmlns:sawsdl="http://www.w3.org/ns/sawsdl"> 
    611        <!--                                                         --> 
    712 
     
    422427                        <!-- PROFILE: Deleted element presSqueezeHeld --> 
    423428                        <!-- PROFILE: Deleted element presSqueeze --> 
    424                         <xsd:element name="eTimPresHeld" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1"> 
     429                        <xsd:element name="eTimPresHeld" type="witsml:timestamp" minOccurs="0" maxOccurs="1"> 
    425430                                <xsd:annotation> 
    426431                                        <xsd:documentation>Time pressure held.</xsd:documentation> 
     
    474479                                </xsd:annotation> 
    475480                        </xsd:element> 
     481                        <xsd:element name="floatHeld" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1"> 
     482                                <xsd:annotation> 
     483                                        <xsd:documentation>Float held? Values are "true" (or "1") and "false" (of "0").</xsd:documentation> 
     484                                </xsd:annotation> 
     485                        </xsd:element> 
    476486                        <xsd:element name="reciprocated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1"> 
    477487                                <xsd:annotation> 
     
    487497                        </xsd:element> 
    488498                        <!-- PROFILE: Deleted element presHeld --> 
    489                         <!-- PROFILE: Deleted element floatHeld --> 
    490499                        <!-- PROFILE: Deleted element volMudLost --> 
    491500                        <!-- PROFILE: Deleted element fluidDisplace --> 
     
    532541                        </xsd:element> 
    533542                        <!-- PROFILE: Deleted element fluidIndex --> 
    534                         <xsd:element name="descFluid" type="witsml:shortDescriptionString" minOccurs="0" maxOccurs="1"> 
     543                        <xsd:element name="descFluid" type="witsml:descriptionString" minOccurs="0" maxOccurs="1"> 
    535544                                <xsd:annotation> 
    536545                                        <xsd:documentation>Fluid description.</xsd:documentation> 
     
    16731682                <xsd:sequence> 
    16741683                        <xsd:element name="reportNo" type="witsml:positiveCount" minOccurs="0" maxOccurs="1"> 
    1675                         <!-- PROFILE: Added element reportNo --> 
     1684                                <!-- PROFILE: Added element reportNo --> 
    16761685                                <xsd:annotation> 
    16771686                                        <xsd:documentation>Sequence number of daily drilling report.</xsd:documentation> 
     
    23652374                </xsd:annotation> 
    23662375                <xsd:sequence> 
    2367                         <xsd:element name="kind" type="witsml:stimStageType" minOccurs="1" maxOccurs="1"> 
     2376                        <xsd:element name="tubularJobType" type="witsml:tubularJobTypes" minOccurs="1" maxOccurs="1"> 
    23682377                                <xsd:annotation> 
    23692378                                        <xsd:documentation>The type of stage for the stimulation job.</xsd:documentation> 
     
    24832492        </xsd:simpleType> 
    24842493        <!-- Casing type --> 
    2485         <xsd:simpleType name="stimStageType"> 
     2494        <xsd:simpleType name="tubularJobTypes"> 
    24862495                <xsd:annotation> 
    24872496                        <xsd:documentation>The type of casing, used to determant which type of casing is used.</xsd:documentation> 
     
    59265935                        <xsd:enumeration value="cmH2O(4degC)"/> 
    59275936                        <xsd:enumeration value="dyne/cm2"/> 
     5937                        <xsd:enumeration value="ft3/sack"/> 
     5938                        <xsd:enumeration value="ft3/sack94"/> 
    59285939                        <xsd:enumeration value="GPa"/> 
    59295940                        <xsd:enumeration value="hbar"/>