Documentation for obj_object_profiled_data_schema

Complex Type: cs_productVolumeRelatedFacility

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productVolumeRelatedFacility
Used by (from the same schema document) Complex Type cs_productVolumeFlow
Abstract no
Documentation WITSML - Report Facility Component Schema.
XML Instance Representation
<...>
Start Sequence [0..1]
<witsml:name> witsml:facilityIdentifierStruct </witsml:name> [1]

'The name of the facility. The name can be qualified by a naming system. This can also define the kind of facility.'

<witsml:facilityParent1> witsml:facilityIdentifierStruct </witsml:facilityParent1> [0..1]

'For facilities whose name is unique within the context of another facility, the name of the parent facility. The name can be qualified by a naming system. This also defines the kind of facility.'

<witsml:facilityParent2> witsml:facilityIdentifierStruct </witsml:facilityParent2> [0..1]

'For facilities whose name is unique within the context of another facility, the name of the parent facility of parent1. The name can be qualified by a naming system. This also defines the kind of facility.'

End Sequence
<witsml:kind> witsml:ReportingFacility </witsml:kind> [0..1]

'A kind of facility where the specific name is not relevant.'

Start Sequence [0..1]
<witsml:port> witsml:refNameString </witsml:port> [1]

'The Product Flow Port associated with the Product Flow Unit.'

<witsml:unit> witsml:refNameString </witsml:unit> [1]

'The Product Flow Unit representing the facility.'

<witsml:network> witsml:refNameString </witsml:network> [0..1]

'The Product Flow Network representing the facility. This is only required if the network is not the same as the primary network that represents the Product Flow Model. This must be unique within the context of the Product Flow Model represented by this report.'

End Sequence
</...>
Diagram
h970983430 h970983430 h970983430 h-274618100 h65068842 h65068842 h65068842
Schema Component Representation
<xsd:complexType name="cs_productVolumeRelatedFacility">
<xsd:sequence>
<xsd:sequence minOccurs="1" maxOccurs="1">
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element name="name" type=" witsml:facilityIdentifierStruct " minOccurs="1" maxOccurs="1"/>
<xsd:element name="facilityParent1" type=" witsml:facilityIdentifierStruct " minOccurs="0" maxOccurs="1"/>
<xsd:element name="facilityParent2" type=" witsml:facilityIdentifierStruct " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:element name="kind" type=" witsml:ReportingFacility " minOccurs="0" maxOccurs="1"/>
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element name="port" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="unit" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="network" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>