Documentation for obj_object_profiled_data_schema

Simple Type: beaufortScaleIntegerCode

[Table of contents]

Super-types: xsd:short < abstractShort (by restriction) < beaufortScaleIntegerCode (by restriction)
Sub-types: None
Name beaufortScaleIntegerCode
Used by (from the same schema document) Complex Type cs_productionOperationWeather
Content
  • Base XSD Type: short
  • pattern = .+
  • 0 <= value <= 12
Documentation An estimate wind strength based on the Beaufort Wind Scale. Values range from 0 (calm) to 12 (hurricane).
Diagram
Schema Component Representation
<xsd:simpleType name="beaufortScaleIntegerCode">
<xsd:restriction base=" witsml:abstractShort ">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="12"/>
</xsd:restriction>
</xsd:simpleType>