Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type diggs:pressureControlLogicEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Enumeration defining pressure control logic enum type values. Contains 2 allowed value(s).
Diagram
Diagram
Type restriction of string
Facets
enumeration constant flow
constant flow - constant flow value.
enumeration constant pressure
constant pressure - constant pressure value.
Used by
Source
<simpleType name="pressureControlLogicEnumType">
  <annotation>
    <documentation>Enumeration defining pressure control logic enum type values. Contains 2 allowed value(s).</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="constant flow">
      <annotation>
        <documentation>constant flow - constant flow value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="constant pressure">
      <annotation>
        <documentation>constant pressure - constant pressure value.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>