Documentation for obj_object_profiled_data_schema

Simple Type: abstractPositiveCount

[Table of contents]

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