Documentation for obj_object_profiled_data_schema

Simple Type: massConcentrationUom

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUomEnum (by restriction) < massConcentrationUom (by restriction)
Sub-types: None
Name massConcentrationUom
Used by (from the same schema document) Complex Type massConcentrationMeasure
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 24
  • value comes from list: {'Euc'|'%'|'g/kg'|'kg/kg'|'kg/sack94'|'mg/kg'|'permil'|'ppdk'|'ppk'|'ppm'}
Diagram
Schema Component Representation
<xsd:simpleType name="massConcentrationUom">
<xsd:restriction base=" witsml:abstractUomEnum ">
<xsd:enumeration value="Euc"/>
<xsd:enumeration value="%"/>
<xsd:enumeration value="g/kg"/>
<xsd:enumeration value="kg/kg"/>
<xsd:enumeration value="kg/sack94"/>
<xsd:enumeration value="mg/kg"/>
<xsd:enumeration value="permil"/>
<xsd:enumeration value="ppdk"/>
<xsd:enumeration value="ppk"/>
<xsd:enumeration value="ppm"/>
</xsd:restriction>
</xsd:simpleType>