Documentation for obj_object_profiled_data_schema

Simple Type: thermodynamicTemperatureUom

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUomEnum (by restriction) < thermodynamicTemperatureUom (by restriction)
Sub-types: None
Name thermodynamicTemperatureUom
Used by (from the same schema document) Complex Type thermodynamicTemperatureMeasure
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 24
  • value comes from list: {'K'|'degC'|'degF'|'degR'}
Diagram
Schema Component Representation
<xsd:simpleType name="thermodynamicTemperatureUom">
<xsd:restriction base=" witsml:abstractUomEnum ">
<xsd:enumeration value="K"/>
<xsd:enumeration value="degC"/>
<xsd:enumeration value="degF"/>
<xsd:enumeration value="degR"/>
</xsd:restriction>
</xsd:simpleType>