Documentation for obj_object_profiled_data_schema

Simple Type: refWellDatum

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUidString (by restriction) < refWellDatum (by restriction)
Sub-types: None
Name refWellDatum
Used by (from the same schema document) Complex Type measuredDepthCoord , Complex Type wellElevationCoord
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • pattern = [^ ]*
  • length <= 64
Documentation A reference to a wellDatum in the current well. This value must match the uid value in a WellDatum. This value represents a foreign key from one element to another. This is an exception to the convention that a foreign key must utilize both a human contextual name and a uid value. For messages outside the context of a server then this value will commonly match the value of the name of the wellDatum (e.g., 'KB') if uids are not not used in that context. This was a compromise in order to allow the coordinate structures to be simple and still be usable both within the context of a server and outside the context of a server.
Diagram
h1894820026
Schema Component Representation
<xsd:simpleType name="refWellDatum">
<xsd:restriction base=" witsml:abstractUidString "/>
</xsd:simpleType>