Documentation for obj_object_profiled_data_schema

Simple Type: abstractCommentString

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractMaximumLengthString (by restriction) < abstractCommentString (by restriction)
Sub-types:
Name abstractCommentString
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 4000
Documentation The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be extracted from the field by a computer. Neither should there be an assumption that any two humans will interpret the information in the same way (i.e., it may not be interoperable).
Diagram
h-461701680
Schema Component Representation
<xsd:simpleType name="abstractCommentString">
<xsd:restriction base=" witsml:abstractMaximumLengthString "/>
</xsd:simpleType>