Documentation for obj_object_profiled_data_schema

Complex Type: safetyCount

[Table of contents]

Super-types: xsd:short < abstractShort (by restriction) < abstractNonNegativeCount (by restriction) < safetyCount (by extension)
Sub-types: None
Name safetyCount
Used by (from the same schema document) Complex Type cs_productionOperationSafety
Abstract no
Documentation A zero based count of a type of safety item.
XML Instance Representation
<...
type=" witsml:SafetyType [0..1]

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

"

period=" witsml:ReportingPeriod [0..1]

'The type of period being reported by this count.'

"
>
witsml:abstractNonNegativeCount
</...>
Diagram
Schema Component Representation
<xsd:complexType name="safetyCount">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractNonNegativeCount ">
<xsd:attribute name="type" type=" witsml:SafetyType " use="optional"/>
<xsd:attribute name="period" type=" witsml:ReportingPeriod " use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>