Documentation for obj_object_profiled_data_schema

Simple Type: dimensionlessUom

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUomEnum (by restriction) < dimensionlessUom (by restriction)
Sub-types: None
Name dimensionlessUom
Used by (from the same schema document) Complex Type dimensionlessMeasure
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 24
  • value comes from list: {'Euc'|'%'|'cEuc'|'mEuc'|'nEuc'|'uEuc'}
Diagram
Schema Component Representation
<xsd:simpleType name="dimensionlessUom">
<xsd:restriction base=" witsml:abstractUomEnum ">
<xsd:enumeration value="Euc"/>
<xsd:enumeration value="%"/>
<xsd:enumeration value="cEuc"/>
<xsd:enumeration value="mEuc"/>
<xsd:enumeration value="nEuc"/>
<xsd:enumeration value="uEuc"/>
</xsd:restriction>
</xsd:simpleType>