Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:VaneEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Enumeration defining vane enum type values. Contains 3 allowed value(s).
Diagram
Diagram
Type restriction of string
Facets
enumeration double tapered
double tapered - double tapered value.
enumeration rectangular
rectangular - rectangular value.
enumeration single tapered
single tapered - single tapered value.
Source
<simpleType name="VaneEnumType">
  <annotation>
    <documentation>Enumeration defining vane enum type values. Contains 3 allowed value(s).</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="double tapered">
      <annotation>
        <documentation>double tapered - double tapered value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="rectangular">
      <annotation>
        <documentation>rectangular - rectangular value.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="single tapered">
      <annotation>
        <documentation>single tapered - single tapered value.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>