Documentation for obj_object_profiled_data_schema

Simple Type: abstractMaximumLengthString

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractMaximumLengthString (by restriction)
Sub-types:
Name abstractMaximumLengthString
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 4000
Documentation This defines the maximum acceptable length of a string that can be stored in a data base.
Diagram
Schema Component Representation
<xsd:simpleType name="abstractMaximumLengthString">
<xsd:restriction base=" witsml:abstractString ">
<xsd:maxLength value="4000"/>
</xsd:restriction>
</xsd:simpleType>