<complexType name="feDisplacementMapType">
<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="scale" type="double" use="optional"/>
<attribute name="xChannelSelector" default="A">
<simpleType>
<restriction base="string">
<enumeration value="R"/>
<enumeration value="G"/>
<enumeration value="B"/>
<enumeration value="A"/>
</restriction>
</simpleType>
</attribute>
<attribute name="yChannelSelector" default="A">
<simpleType>
<restriction base="string">
<enumeration value="R"/>
<enumeration value="G"/>
<enumeration value="B"/>
<enumeration value="A"/>
</restriction>
</simpleType>
</attribute>
</complexType> |