Show
Ignore:
Timestamp:
04/06/11 13:28:32 (13 years ago)
Author:
yaolu
Message:

Fixed the errors and design faults

Files:
1 modified

Legend:

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

    r159 r171  
    168168                </xsd:annotation> 
    169169                <xsd:sequence> 
    170                         <xsd:element name="diaBit" type="witsml:lengthMeasureInch" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831442"> 
     170                        <xsd:element name="diaBit" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/02/XML/RDL/RDS17831442"> 
    171171                                <!--PROFILE: Changed type from witsml:lengthMeasure to witsml:lengthMeasureInch for element diaBit.--> 
    172172 
     
    364364                                </xsd:annotation> 
    365365                        </xsd:element> 
    366                         <xsd:element name="jobType" type="witsml:cementJobType" minOccurs="0" maxOccurs="1"> 
     366                        <xsd:element name="jobType" type="witsml:cementJobTypes" minOccurs="0" maxOccurs="1"> 
    367367                                <!-- PROFILE: Added element jobType --> 
    368368                                <xsd:annotation> 
     
    18861886                                </xsd:annotation> 
    18871887                        </xsd:element> 
    1888                         <xsd:element name="rigType" type="witsml:rigTypes" minOccurs="0" maxOccurs="1"> 
     1888                        <xsd:element name="fixedRig" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1"> 
    18891889                                <!-- PROFILE: Added element rigType --> 
    18901890                                <xsd:annotation> 
     
    19361936                </xsd:attribute> 
    19371937        </xsd:complexType> 
    1938         <!-- Rig types --> 
    1939         <xsd:simpleType name="rigTypes"> 
    1940                 <xsd:annotation> 
    1941                         <xsd:documentation>The classification of rig types.</xsd:documentation> 
    1942                 </xsd:annotation> 
    1943                 <xsd:restriction base="witsml:abstractTypeEnum"> 
    1944                         <xsd:enumeration value="Fixed rig"> 
    1945                                 <xsd:annotation> 
    1946                                         <xsd:documentation>Fixed rig</xsd:documentation> 
    1947                                 </xsd:annotation> 
    1948                         </xsd:enumeration> 
    1949                         <xsd:enumeration value="Moveable rig"> 
    1950                                 <xsd:annotation> 
    1951                                         <xsd:documentation>Moveable rig</xsd:documentation> 
    1952                                 </xsd:annotation> 
    1953                         </xsd:enumeration> 
    1954                 </xsd:restriction> 
    1955         </xsd:simpleType> 
    19561938        <xsd:complexType name="cs_drillReportStratInfo"> 
    19571939                <xsd:annotation> 
     
    55615543                <xsd:restriction base="witsml:abstractUomEnum"> 
    55625544                        <xsd:enumeration value="ft3/sack94"/> 
     5545                        <xsd:enumeration value="ft3/sack"/> 
    55635546                </xsd:restriction> 
    55645547        </xsd:simpleType> 
     
    55735556                <xsd:restriction base="witsml:abstractUomEnum"> 
    55745557                        <xsd:enumeration value="galUS/sack94"/> 
     5558                        <xsd:enumeration value="gal/sack"/> 
    55755559                </xsd:restriction> 
    55765560        </xsd:simpleType> 
     
    58955879        <xsd:simpleType name="specificVolumeUom"> 
    58965880                <xsd:restriction base="witsml:abstractUomEnum"> 
     5881                        <xsd:enumeration value="ft3/sack"/> 
    58975882                        <xsd:enumeration value="ft3/sack94"/> 
     5883                        <xsd:enumeration value="gal/sack"/> 
    58985884                        <xsd:enumeration value="galUS/sack94"/> 
    58995885                </xsd:restriction>