Documentation for obj_object_profiled_data_schema

Simple Type: CalculationMethod

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < CalculationMethod (by restriction)
Sub-types: None
Name CalculationMethod
Used by (from the same schema document) Model Group grp_productVolume
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'none'|'step wise constant'|'unknown'}
Documentation Defines the calculation methods available for "filling in" values in an indexed set. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="CalculationMethod">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="none"/>
<xsd:enumeration value="step wise constant"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>