<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>
|