Documentation for obj_object_profiled_data_schema

Simple Type: CrewType

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < CrewType (by restriction)
Sub-types: None
Name CrewType
Used by (from the same schema document) Complex Type crewCount
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'catering crew'|'contractor crew'|'day visitors'|'drilling contract crew'|'own crew'|'own other crew'|'other crew'|'personnel on board'}
Documentation The type of personnel grouping.
Diagram
Schema Component Representation
<xsd:simpleType name="CrewType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="catering crew"/>
<xsd:enumeration value="contractor crew"/>
<xsd:enumeration value="day visitors"/>
<xsd:enumeration value="drilling contract crew"/>
<xsd:enumeration value="own crew"/>
<xsd:enumeration value="own other crew"/>
<xsd:enumeration value="other crew"/>
<xsd:enumeration value="personnel on board"/>
</xsd:restriction>
</xsd:simpleType>