Documentation for obj_object_profiled_data_schema

Simple Type: FacilityParameter

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < FacilityParameter (by restriction)
Sub-types: None
Name FacilityParameter
Used by (from the same schema document) Complex Type cs_productFlowExpectedUnitProperty , Complex Type cs_productVolumeParameterSet
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'available'|'available room'|'block valve status'|'facility uptime'|'reciprocating speed'|'relative tank level'|'relative valve opening'|'valve opening'|'scheduled downtime'|'shutdown order'|'tank fluid level'|'tank product volume'|'tank product standard volume'|'well operation type'|'unknown'}
Documentation Defines kinds of facility parameters. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="FacilityParameter">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="available"/>
<xsd:enumeration value="available room"/>
<xsd:enumeration value="block valve status"/>
<xsd:enumeration value="facility uptime"/>
<xsd:enumeration value="reciprocating speed"/>
<xsd:enumeration value="relative tank level"/>
<xsd:enumeration value="relative valve opening"/>
<xsd:enumeration value="valve opening"/>
<xsd:enumeration value="scheduled downtime"/>
<xsd:enumeration value="shutdown order"/>
<xsd:enumeration value="tank fluid level"/>
<xsd:enumeration value="tank product volume"/>
<xsd:enumeration value="tank product standard volume"/>
<xsd:enumeration value="well operation type"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>