Documentation for obj_object_profiled_data_schema

Simple Type: ReportingProperty

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < ReportingProperty (by restriction)
Sub-types: None
Name ReportingProperty
Used by (from the same schema document) Complex Type cs_productFlowExpectedPortProperty
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'volume'|'standard volume'|'flow rate'|'temperature'|'pressure'|'mass'|'work'|'unknown'}
Documentation The type of properties that can be measured at a port. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="ReportingProperty">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="volume"/>
<xsd:enumeration value="standard volume"/>
<xsd:enumeration value="flow rate"/>
<xsd:enumeration value="temperature"/>
<xsd:enumeration value="pressure"/>
<xsd:enumeration value="mass"/>
<xsd:enumeration value="work"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>