Documentation for obj_object_profiled_data_schema

Simple Type: nonNegativeFraction

[Table of contents]

Super-types: xsd:double < abstractDouble (by restriction) < nonNegativeFraction (by restriction)
Sub-types: None
Name nonNegativeFraction
Used by (from the same schema document) Complex Type cs_productVolumeProduct
Content
  • Base XSD Type: double
  • pattern = .+
  • 0 <= value <= 1
Documentation A floating point value between zero (inclusive) and one (inclusive)
Diagram
Schema Component Representation
<xsd:simpleType name="nonNegativeFraction">
<xsd:restriction base=" witsml:abstractDouble ">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>