<complexType name="feImageType">
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="svg:animate"/>
<element ref="svg:set"/>
<element ref="svg:animateTransform"/>
</choice>
<attributeGroup ref="svg:stdAttrs"/>
<attributeGroup ref="svg:xlinkRefAttrs"/>
<attribute ref="xlink:href" use="optional"/>
<attributeGroup ref="svg:langSpaceAttrs"/>
<attribute name="externalResourcesRequired" type="boolean" use="optional"/>
<attribute name="class" type="svg:ClassListType" use="optional"/>
<attribute name="style" type="svg:StyleSheetType" use="optional"/>
<attributeGroup ref="svg:PresentationAttributes-All"/>
<attribute name="transform" type="svg:TransformListType" use="optional"/>
<attributeGroup ref="svg:filter_primitive_attributes"/>
</complexType> |