<xs:attributeGroup name="svg_attlist.feColorMatrix">
<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="type" default="matrix">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="matrix"/>
<xs:enumeration value="saturate"/>
<xs:enumeration value="hueRotate"/>
<xs:enumeration value="luminanceToAlpha"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="values"/>
</xs:attributeGroup> |