Documentation for obj_object_profiled_data_schema

Simple Type: FluidComponentKind

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < FluidComponentKind (by restriction)
Sub-types: None
Name FluidComponentKind
Used by (from the same schema document) Complex Type cs_fluidResultComposition
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'pure'|'frac'|'plus'|'split'}
Diagram
Schema Component Representation
<xsd:simpleType name="FluidComponentKind">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="pure"/>
<xsd:enumeration value="frac"/>
<xsd:enumeration value="plus"/>
<xsd:enumeration value="split"/>
</xsd:restriction>
</xsd:simpleType>