<complexType name="feCompositeType">
<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="operator" default="over">
<simpleType>
<restriction base="string">
<enumeration value="over"/>
<enumeration value="in"/>
<enumeration value="out"/>
<enumeration value="atop"/>
<enumeration value="xor"/>
<enumeration value="arithmetic"/>
</restriction>
</simpleType>
</attribute>
<attribute name="k1" type="double" use="optional"/>
<attribute name="k2" type="double" use="optional"/>
<attribute name="k3" type="double" use="optional"/>
<attribute name="k4" type="double" use="optional"/>
</complexType> |