Documentation for obj_object_profiled_data_schema

Simple Type: ProductFlowPortType

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < ProductFlowPortType (by restriction)
Sub-types: None
Name ProductFlowPortType
Used by (from the same schema document) Complex Type cs_productFlowlExternalPort , Complex Type cs_productFlowPort , Complex Type cs_productVolumeFlow
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'inlet'|'outlet'|'unknown'}
Documentation Defines the types of Product Flow Ports. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="ProductFlowPortType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="inlet"/>
<xsd:enumeration value="outlet"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>