Documentation for obj_object_profiled_data_schema

Complex Type: wellKnownNameStruct

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractNameString (by restriction) < wellKnownNameStruct (by extension)
Sub-types: None
Name wellKnownNameStruct
Used by (from the same schema document) Complex Type cs_wellDatum
Abstract no
Documentation The name of something within a mandatory naming system with an optional code.
XML Instance Representation
<...
namingSystem=" witsml:nameString [1]

'The naming system within the name is unique.'

"

code=" witsml:kindString [0..1]

'A unique (short) code associated with the name.'

"
>
witsml:abstractNameString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="wellKnownNameStruct">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractNameString ">
<xsd:attribute name="namingSystem" type=" witsml:nameString " use="required"/>
<xsd:attribute name="code" type=" witsml:kindString " use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>