Documentation for obj_object_profiled_data_schema

Simple Type: thermalConductivityUom

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUomEnum (by restriction) < thermalConductivityUom (by restriction)
Sub-types: None
Name thermalConductivityUom
Used by (from the same schema document) Complex Type thermalConductivityMeasure
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 24
  • value comes from list: {'W/m.K'|'Btu/hr.ft.degF'|'cal/h.cm.degC'|'cal/s.cm.degC'|'kcal/h.m.degC'}
Diagram
Schema Component Representation
<xsd:simpleType name="thermalConductivityUom">
<xsd:restriction base=" witsml:abstractUomEnum ">
<xsd:enumeration value="W/m.K"/>
<xsd:enumeration value="Btu/hr.ft.degF"/>
<xsd:enumeration value="cal/h.cm.degC"/>
<xsd:enumeration value="cal/s.cm.degC"/>
<xsd:enumeration value="kcal/h.m.degC"/>
</xsd:restriction>
</xsd:simpleType>