Documentation for obj_object_profiled_data_schema

Simple Type: abstractNonNegativeCount

[Table of contents]

Super-types: xsd:short < abstractShort (by restriction) < abstractNonNegativeCount (by restriction)
Sub-types:
Name abstractNonNegativeCount
Content
  • Base XSD Type: short
  • pattern = .+
  • value >= 0
Documentation A non-negative integer (zero based count or index) with a maximum vaulue of 32767 (2-bytes).
Diagram
Schema Component Representation
<xsd:simpleType name="abstractNonNegativeCount">
<xsd:restriction base=" witsml:abstractShort ">
<xsd:minInclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>