Documentation for obj_object_profiled_data_schema

Simple Type: lengthPerLengthUom

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUomEnum (by restriction) < lengthPerLengthUom (by restriction)
Sub-types: None
Name lengthPerLengthUom
Used by (from the same schema document) Complex Type lengthPerLengthMeasure
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 24
  • value comes from list: {'%'|'ft/100ft'|'ft/ft'|'ft/in'|'ft/m'|'ft/mi'|'km/cm'|'m/30m'|'m/cm'|'m/km'|'m/m'|'mi/in'}
Diagram
Schema Component Representation
<xsd:simpleType name="lengthPerLengthUom">
<xsd:restriction base=" witsml:abstractUomEnum ">
<xsd:enumeration value="%"/>
<xsd:enumeration value="ft/100ft"/>
<xsd:enumeration value="ft/ft"/>
<xsd:enumeration value="ft/in"/>
<xsd:enumeration value="ft/m"/>
<xsd:enumeration value="ft/mi"/>
<xsd:enumeration value="km/cm"/>
<xsd:enumeration value="m/30m"/>
<xsd:enumeration value="m/cm"/>
<xsd:enumeration value="m/km"/>
<xsd:enumeration value="m/m"/>
<xsd:enumeration value="mi/in"/>
</xsd:restriction>
</xsd:simpleType>