Documentation for obj_object_profiled_data_schema

Complex Type: facilityIdentifierStruct

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractNameString (by restriction) < facilityIdentifierStruct (by extension)
Sub-types: None
Name facilityIdentifierStruct
Used by (from the same schema document) Complex Type cs_productFlowExternalReference , Complex Type cs_productFlowPort , Complex Type cs_productFlowUnit , Complex Type cs_productFlowUnit , Complex Type cs_productFlowUnit , Complex Type cs_productFlowUnit , Complex Type cs_productionOperationInstallationReport , Complex Type cs_productionOperationShutdown , Complex Type cs_productionOperationThirdPartyProcessing , Complex Type cs_productVolumeFacility , Complex Type cs_productVolumeFacility , Complex Type cs_productVolumeFacility , Complex Type cs_productVolumeFacility , Complex Type cs_productVolumeFlow , Complex Type cs_productVolumeRelatedFacility , Complex Type cs_productVolumeRelatedFacility , Complex Type cs_productVolumeRelatedFacility , Model Group grp_fluidSample , Model Group grp_fluidSample , Model Group grp_fluidSample , Model Group grp_productFlowModel , Model Group grp_productFlowModel , Model Group grp_productionOperation , Model Group grp_productionOperation , Model Group grp_productVolume , Model Group grp_productVolume , Complex Type obj_report , Complex Type obj_report
Abstract no
Documentation Identifies a facility.
XML Instance Representation
<...
kind=" witsml:ReportingFacility [0..1]

'The kind of facility.'

"

namingSystem=" witsml:nameString [0..1]

'The naming system within which the name is unique. For example, API or NPD.'

"

uidRef=" witsml:uidString [0..1]

'If the facility is defined and instantiated within the context of a WITSML server, this is a pointer to the uid value of that object instance.'

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