Documentation for obj_object_profiled_data_schema

Simple Type: EndpointQualifier

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < EndpointQualifier (by restriction)
Sub-types: None
Name EndpointQualifier
Used by (from the same schema document) Complex Type endpointQualifiedDateTime , Complex Type endpointQualifiedDate
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'inclusive'|'exclusive'|'extensive'|'overlap extensive'|'unknown'}
Documentation The meaning of the endpoint for min/max query parameters on "growing objects". The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="EndpointQualifier">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="inclusive"/>
<xsd:enumeration value="exclusive"/>
<xsd:enumeration value="extensive"/>
<xsd:enumeration value="overlap extensive"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>