svg:feMergeNodeType

Complex Type Information

Model

Children: svg:animate, svg:set

Attributes

QName Type Fixed Default Use Inheritable Annotation
base optional
id ID optional
in string optional

Used By

Element svg:feMergeNode

Source

<complexType name="feMergeNodeType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="svg:animate"/>
    <element ref="svg:set"/>
  </choice>
  <attributeGroup ref="svg:stdAttrs"/>
  <attribute name="in" type="string" use="optional"/>
</complexType>