QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
color-interpolation | restriction of xs:token | optional |
Attribute Group | mei:svg_SVG.Color.attrib |
<xs:attributeGroup name="svg_SVG.color-interpolation.attrib"> <xs:attribute name="color-interpolation"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="auto"/> <xs:enumeration value="sRGB"/> <xs:enumeration value="linearRGB"/> <xs:enumeration value="inherit"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |