Documentation for obj_object_profiled_data_schema

Simple Type: nonNegativeCount

[Table of contents]

Super-types: xsd:short < abstractShort (by restriction) < nonNegativeCount (by restriction)
Sub-types: None
Name nonNegativeCount
Used by (from the same schema document) Complex Type cs_businessAssociate , Complex Type cs_productionOperationCargoShipOperation , Complex Type cs_productionOperationHSE , Complex Type cs_productionOperationHSE , Complex Type cs_productionOperationHSE , Complex Type cs_productionOperationHSE , Complex Type cs_productionOperationInstallationReport , Complex Type cs_productVolumeSalesSet , Complex Type indexCurve
Content
  • Base XSD Type: short
  • pattern = .+
  • value >= 0
Documentation A non-negative integer (zero based count or index) with a maximum value of 32767 (2-bytes). For items that represent "number of" something or a "sequential" count or index.
Diagram
Schema Component Representation
<xsd:simpleType name="nonNegativeCount">
<xsd:restriction base=" witsml:abstractShort ">
<xsd:minInclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>