Documentation for obj_object_profiled_data_schema

Simple Type: SaleDestinationType

[Table of contents]

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