Documentation for obj_object_profiled_data_schema

Simple Type: FlowQualifier

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < FlowQualifier (by restriction)
Sub-types: None
Name FlowQualifier
Used by (from the same schema document) Complex Type cs_productFlowExpectedUnitProperty , Complex Type cs_productFlowQualifierExpected , Complex Type cs_productVolumeFlow , Complex Type cs_productVolumeParameterSet
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'allocated'|'budget'|'constraint'|'forecast'|'derived'|'estimate'|'measured'|'nominated'|'potential'|'processed'|'quota'|'recommended'|'simulated'|'target'|'unknown'|'mass adjusted'|'value adjusted'|'difference'|'metered - fiscal'|'tariff basis'}
Documentation Defines qualifiers for type of flow. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="FlowQualifier">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="allocated"/>
<xsd:enumeration value="budget"/>
<xsd:enumeration value="constraint"/>
<xsd:enumeration value="forecast"/>
<xsd:enumeration value="derived"/>
<xsd:enumeration value="estimate"/>
<xsd:enumeration value="measured"/>
<xsd:enumeration value="nominated"/>
<xsd:enumeration value="potential"/>
<xsd:enumeration value="processed"/>
<xsd:enumeration value="quota"/>
<xsd:enumeration value="recommended"/>
<xsd:enumeration value="simulated"/>
<xsd:enumeration value="target"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="mass adjusted"/>
<xsd:enumeration value="value adjusted"/>
<xsd:enumeration value="difference"/>
<xsd:enumeration value="metered - fiscal"/>
<xsd:enumeration value="tariff basis"/>
</xsd:restriction>
</xsd:simpleType>