<simpleType name="MixingTypeEnumType">
<annotation>
<documentation>Union type for mixing type enum type. Accepts values from .</documentation>
</annotation>
<union>
<simpleType>
<restriction base="string">
<enumeration value="dry mixing">
<annotation>
<documentation>dry mixing - dry mixing value.</documentation>
</annotation>
</enumeration>
<enumeration value="slurry mixing">
<annotation>
<documentation>slurry mixing - slurry mixing value.</documentation>
</annotation>
</enumeration>
<enumeration value="single fluid jet">
<annotation>
<documentation>single fluid jet - single fluid jet value.</documentation>
</annotation>
</enumeration>
<enumeration value="double fluid jet">
<annotation>
<documentation>double fluid jet - double fluid jet value.</documentation>
</annotation>
</enumeration>
<enumeration value="triple fluid jet">
<annotation>
<documentation>triple fluid jet - triple fluid jet value.</documentation>
</annotation>
</enumeration>
</restriction>
</simpleType>
<simpleType>
<restriction base="string">
<pattern value="Other: .{2,}"/>
</restriction>
</simpleType>
</union>
</simpleType>
|