Documentation for obj_object_profiled_data_schema

Simple Type: SafetyType

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < SafetyType (by restriction)
Sub-types: None
Name SafetyType
Used by (from the same schema document) Complex Type safetyCount
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'lost time incident'|'lost time accident'|'severe accident'|'sick on board'|'sent ashore'|'restricted work'|'first aid'|'released to air'|'released to water'|'near miss'|'fire'|'hazard report card'|'safety meeting'|'permit with SJA'|'total permits'|'drill or exercise'|'spill or leak'|'job observation'|'year-to-date incidents'|'miscellaneous'}
Documentation The type of safety issues for which a count can be defined.
Diagram
Schema Component Representation
<xsd:simpleType name="SafetyType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="lost time incident"/>
<xsd:enumeration value="lost time accident"/>
<xsd:enumeration value="severe accident"/>
<xsd:enumeration value="sick on board"/>
<xsd:enumeration value="sent ashore"/>
<xsd:enumeration value="restricted work"/>
<xsd:enumeration value="first aid"/>
<xsd:enumeration value="released to air"/>
<xsd:enumeration value="released to water"/>
<xsd:enumeration value="near miss"/>
<xsd:enumeration value="fire"/>
<xsd:enumeration value="hazard report card"/>
<xsd:enumeration value="safety meeting"/>
<xsd:enumeration value="permit with SJA"/>
<xsd:enumeration value="total permits"/>
<xsd:enumeration value="drill or exercise"/>
<xsd:enumeration value="spill or leak"/>
<xsd:enumeration value="job observation"/>
<xsd:enumeration value="year-to-date incidents"/>
<xsd:enumeration value="miscellaneous"/>
</xsd:restriction>
</xsd:simpleType>