Documentation for obj_object_profiled_data_schema

Complex Type: nameStruct

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractNameString (by restriction) < nameStruct (by extension)
Sub-types: None
Name nameStruct
Used by (from the same schema document) Complex Type cs_businessAssociate , Complex Type cs_businessAssociate , Complex Type cs_documentInfo , Complex Type cs_documentInfo , Complex Type cs_documentInfo , Complex Type cs_geographicContext , Complex Type cs_productFlowExpectedPortProperty , Complex Type cs_productFlowPort , Complex Type cs_productFlowUnit , Complex Type cs_productVolumeFacility , Complex Type cs_productVolumeFlow , Complex Type cs_productVolumeProduct , Complex Type cs_wellContext , Complex Type cs_wellContext , Model Group grp_fluidSample , Model Group grp_productionOperation , Model Group grp_productVolume , Complex Type obj_productionOperation , Complex Type obj_productVolume , Complex Type obj_report
Abstract no
Documentation The name of something within a naming system.
XML Instance Representation
<...
namingSystem=" witsml:nameString [0..1]

'The naming system within the name is (hopefully) unique.'

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