Documentation for obj_object_profiled_data_schema

Simple Type: SaleEventKind

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < SaleEventKind (by restriction)
Sub-types: None
Name SaleEventKind
Used by (from the same schema document) Complex Type cs_productVolumeSaleEvent
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'xxxxxxxxxx'|'unknown'}
Documentation Defines a type of event related to a sale. //////////////////////////////////////////////////////////////// THESE VALUES WILL BE MOVED TO THE ancilary/enumValues.xsd FILE. ////////////////////////////////////////////////////////////////
Diagram
Schema Component Representation
<xsd:simpleType name="SaleEventKind">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="xxxxxxxxxx"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>