<complexType name="feMorphologyType">
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="svg:animate"/>
<element ref="svg:set"/>
</choice>
<attributeGroup ref="svg:stdAttrs"/>
<attributeGroup ref="svg:filter_primitive_attributes_with_in"/>
<attribute name="operator" default="erode">
<simpleType>
<restriction base="string">
<enumeration value="erode"/>
<enumeration value="dilate"/>
</restriction>
</simpleType>
</attribute>
<attribute name="radius" type="svg:LengthType" use="optional"/>
</complexType> |