Documentation for obj_object_profiled_data_schema

Simple Type: schemaVersionString

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < schemaVersionString (by restriction)
Sub-types: None
Name schemaVersionString
Used by (from the same schema document) Complex Type enumListSet , Complex Type obj_dtsInstalledSystems , Complex Type obj_dtsMeasurements , Complex Type obj_fluidAnalysiss , Complex Type obj_fluidAnalysisResults , Complex Type obj_fluidSamples , Complex Type obj_objects , Complex Type obj_productFlowModels , Complex Type obj_productionOperations , Complex Type obj_productVolumes , Complex Type obj_wellTests
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • pattern = 1\.0\.0\.[1-9]?[0-9]\(PRODML\)
  • length <= 16
Documentation The version of the schema. The first three levels are fixed. The fourth level can vary to represent the constraints defined in enumerations and XML loader files.
Diagram
Schema Component Representation
<xsd:simpleType name="schemaVersionString">
<xsd:restriction base=" witsml:abstractString ">
<xsd:maxLength value="16"/>
<xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)"/>
</xsd:restriction>
</xsd:simpleType>