Documentation for obj_object_profiled_data_schema

Simple Type: ReservoirFluidKind

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < ReservoirFluidKind (by restriction)
Sub-types: None
Name ReservoirFluidKind
Used by (from the same schema document) Model Group grp_fluidSample
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'black oil'|'volatile oil'|'critical or near critical'|'wet gas or condensate'|'dry gas'}
Diagram
Schema Component Representation
<xsd:simpleType name="ReservoirFluidKind">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="black oil"/>
<xsd:enumeration value="volatile oil"/>
<xsd:enumeration value="critical or near critical"/>
<xsd:enumeration value="wet gas or condensate"/>
<xsd:enumeration value="dry gas"/>
</xsd:restriction>
</xsd:simpleType>