Documentation for obj_object_profiled_data_schema

Simple Type: FlowSubQualifier

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < FlowSubQualifier (by restriction)
Sub-types: None
Name FlowSubQualifier
Used by (from the same schema document) Complex Type cs_productVolumeFlow , Complex Type cs_productVolumeParameterSet
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'decline curve'|'difference'|'fiscal'|'fixed'|'minimum'|'maximum'|'raw'|'recalibrated'|'standard'|'unknown'}
Documentation Defines a specialization of a flow qualifier. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="FlowSubQualifier">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="decline curve"/>
<xsd:enumeration value="difference"/>
<xsd:enumeration value="fiscal"/>
<xsd:enumeration value="fixed"/>
<xsd:enumeration value="minimum"/>
<xsd:enumeration value="maximum"/>
<xsd:enumeration value="raw"/>
<xsd:enumeration value="recalibrated"/>
<xsd:enumeration value="standard"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>