Documentation for obj_object_profiled_data_schema

Simple Type: abstractTypeEnum

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction)
Sub-types:
Name abstractTypeEnum
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
Documentation The intended abstract supertype of all enumerated "types". This abstract type allows the maximum length of a type enumeration to be centrally defined. This type should not be used directly except to derive another type. It should also be used for uncontrolled strings which are candidates to become enumerations at a future date.
Diagram
Schema Component Representation
<xsd:simpleType name="abstractTypeEnum">
<xsd:restriction base=" witsml:abstractString ">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>