Documentation for obj_object_profiled_data_schema

Simple Type: abstractUomEnum

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUomEnum (by restriction)
Sub-types:
Name abstractUomEnum
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 24
Documentation The intended abstract supertype of all "units of measure". This abstract type allows the maximum length of a UOM enumeration to be centrally defined. This type is abstract in the sense that it should not be used directly except to derive another type.
Diagram
Schema Component Representation
<xsd:simpleType name="abstractUomEnum">
<xsd:restriction base=" witsml:abstractString ">
<xsd:maxLength value="24"/>
</xsd:restriction>
</xsd:simpleType>