Documentation for obj_object_profiled_data_schema

Simple Type: abstractUidString

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUidString (by restriction)
Sub-types:
Name abstractUidString
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • pattern = [^ ]*
  • length <= 64
Documentation The intended abstract supertype of all locally unique identifiers. The value is not intended to convey any semantic content (e.g., it may be computer generated). The value is only required to be unique within a context in a document (e.g., defined via key and keyref). There is no guarantee that the same data in multiple documents will utilize the same uid value unless enforced by the source of the document (e.g., a document server). Spaces are not allowed.
Diagram
Schema Component Representation
<xsd:simpleType name="abstractUidString">
<xsd:restriction base=" witsml:abstractString ">
<xsd:maxLength value="64"/>
<xsd:pattern value="[^ ]*"/>
</xsd:restriction>
</xsd:simpleType>