| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| color-interpolation-filters | restriction of xs:token | optional | ||||
| height | mei:svg_Length.datatype | optional | ||||
| id | xs:ID | optional | ||||
| in | optional | |||||
| operator | restriction of xs:token | erode | optional | |||
| radius | mei:svg_NumberOptionalNumber.datatype | optional | ||||
| result | optional | |||||
| width | mei:svg_Length.datatype | optional | ||||
| x | mei:svg_Coordinate.datatype | optional | ||||
| xml:base | mei:svg_URI.datatype | optional | ||||
| xml:lang | mei:svg_LanguageCode.datatype | optional | ||||
| xml:space | restriction of xs:token | optional | ||||
| y | mei:svg_Coordinate.datatype | optional |
| Element | svg:feMorphology |
<xs:attributeGroup name="svg_attlist.feMorphology"> <xs:attributeGroup ref="mei:svg_SVG.Core.attrib"/> <xs:attributeGroup ref="mei:svg_SVG.FilterColor.attrib"/> <xs:attributeGroup ref="mei:svg_SVG.FilterPrimitiveWithIn.attrib"/> <xs:attribute name="operator" default="erode"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="erode"/> <xs:enumeration value="dilate"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="radius" type="mei:svg_NumberOptionalNumber.datatype"/> </xs:attributeGroup> |