Documentation for obj_object_profiled_data_schema

Simple Type: abstractNameString

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractNameString (by restriction)
Sub-types:
Name abstractNameString
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 64
Documentation The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable) semantic information will be extracted from the name by a third party. This type of value is generally not guaranteed to be unique and is not a candidate to be replaced by an enumeration.
Diagram
Schema Component Representation
<xsd:simpleType name="abstractNameString">
<xsd:restriction base=" witsml:abstractString ">
<xsd:maxLength value="64"/>
</xsd:restriction>
</xsd:simpleType>