David Price

Updated to final new MPR XSD

This diff could not be displayed because it is too large.
......@@ -22,18 +22,7 @@ to be
<xsd:element name="componentName" type="witsml:FluidSampleComponents"/>
3) NEW Introduced new attribute group for flow uid making it mandatory:
<xsd:attributeGroup name="flow_attgrp_uid">
<xsd:attribute name="uid" type="witsml:uidString" use="required">
<xsd:annotation>
<xsd:documentation>The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no
assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only
required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
3) uid mandatory was dropped in the end.
4) Made installation mandatory in production operation report
......
......@@ -11,7 +11,6 @@
<!-- 25/10-2011, changed global namespace to be http://www.epim.no/schemas/mprml/1-->
<!-- 25/10-2011, changed version attribute to reflect correct version and name from 1.0.0.0(PRODML) to 1.0(MPRML)-->
<!-- 25/10-2011, added salt to grp_commonPropertiesProductVolume -->
<xsd:simpleType name="WellTestType">
<xsd:annotation>
<xsd:documentation>Defines allowed types of well tests</xsd:documentation>
......@@ -32,7 +31,6 @@
<xsd:documentation>Drawdown test</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Gas - flow after flow">
<xsd:annotation>
<xsd:documentation>Gas flow after flow test</xsd:documentation>
......@@ -83,27 +81,18 @@
<xsd:documentation>Pressure build-up test</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Single rate">
<xsd:annotation>
<xsd:documentation>Single rate test</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Water - flow after flow">
<xsd:annotation>
<xsd:documentation>Water flow after flow test</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="FluidSampleComponents">
<xsd:annotation>
<xsd:documentation>Defines allowed product composition types as used in the fluidSampleComposition setup during labanalysis</xsd:documentation>
......@@ -4097,7 +4086,7 @@
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:flow_attgrp_uid">
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>Unique identifier for the Product Volume Flow.</xsd:documentation>
</xsd:annotation>
......