Documentation for obj_object_profiled_data_schema

Complex Type: crewCount

[Table of contents]

Super-types: xsd:short < abstractShort (by restriction) < abstractNonNegativeCount (by restriction) < crewCount (by extension)
Sub-types: None
Name crewCount
Used by (from the same schema document) Complex Type cs_productionOperationInstallationReport
Abstract no
Documentation A one based count of personnel on a type of crew.
XML Instance Representation
<...
type=" witsml:CrewType [0..1]

'The type of crew for which a count is being defined.'

"

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

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
witsml:abstractNonNegativeCount
</...>
Diagram
Schema Component Representation
<xsd:complexType name="crewCount">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractNonNegativeCount ">
<xsd:attribute name="type" type=" witsml:CrewType " use="optional"/>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>