<complexType name="feBlendType">
<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="in2" type="string" use="required"/>
<attribute name="mode" default="normal">
<simpleType>
<restriction base="string">
<enumeration value="normal"/>
<enumeration value="multiply"/>
<enumeration value="screen"/>
<enumeration value="darken"/>
<enumeration value="lighten"/>
</restriction>
</simpleType>
</attribute>
</complexType> |