<xs:simpleType name="BladeShapeType">
<xs:annotation>
<xs:documentation>Blade shape of the stabilizer: melon, spiral, straight, etc.</xs:documentation>
</xs:annotation>
<xs:restriction base="eml:TypeEnum">
<xs:enumeration value="dynamic"/>
<xs:enumeration value="melon"/>
<xs:enumeration value="spiral"/>
<xs:enumeration value="straight"/>
<xs:enumeration value="variable"/>
</xs:restriction>
</xs:simpleType>
|