Documentation for obj_object_profiled_data_schema

Simple Type: molarVolumeUom

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUomEnum (by restriction) < molarVolumeUom (by restriction)
Sub-types: None
Name molarVolumeUom
Used by (from the same schema document) Complex Type molarVolumeMeasure
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 24
  • value comes from list: {'m3/mol'|'dm3/mol(kg)'|'ft3/mol(lbm)'|'L/mol(g)'|'L/mol(kg)'|'m3/mol(kg)'}
Diagram
Schema Component Representation
<xsd:simpleType name="molarVolumeUom">
<xsd:restriction base=" witsml:abstractUomEnum ">
<xsd:enumeration value="m3/mol"/>
<xsd:enumeration value="dm3/mol(kg)"/>
<xsd:enumeration value="ft3/mol(lbm)"/>
<xsd:enumeration value="L/mol(g)"/>
<xsd:enumeration value="L/mol(kg)"/>
<xsd:enumeration value="m3/mol(kg)"/>
</xsd:restriction>
</xsd:simpleType>