| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| base | optional | |||||
| class | svg:ClassListType | optional | ||||
| flood-color | svg:SVGColorType | optional | ||||
| flood-opacity | svg:OpacityValueType | optional | ||||
| height | svg:LengthType | optional | ||||
| id | ID | optional | ||||
| in | string | optional | ||||
| result | string | optional | ||||
| style | svg:StyleSheetType | optional | ||||
| width | svg:LengthType | optional | ||||
| x | svg:CoordinateType | optional | ||||
| y | svg:CoordinateType | optional |
| Element | svg:feFlood |
<complexType name="feFloodType"> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="svg:animate"/> <element ref="svg:set"/> <element ref="svg:animateColor"/> </choice> <attributeGroup ref="svg:stdAttrs"/> <attribute name="class" type="svg:ClassListType" use="optional"/> <attribute name="style" type="svg:StyleSheetType" use="optional"/> <attributeGroup ref="svg:PresentationAttributes-feFlood"/> <attributeGroup ref="svg:filter_primitive_attributes_with_in"/> </complexType> |