| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| id | xs:ID | optional | ||||
| local | optional | |||||
| name | required | |||||
| rendering-intent | restriction of xs:token | auto | optional | |||
| xlink:actuate | restriction of xs:token | optional | ||||
| xlink:arcrole | mei:svg_URI.datatype | optional | ||||
| xlink:href | mei:svg_URI.datatype | optional | ||||
| xlink:role | mei:svg_URI.datatype | optional | ||||
| xlink:show | restriction of xs:token | optional | ||||
| xlink:title | optional | |||||
| xlink:type | restriction of xs:token | simple | optional | |||
| xml:base | mei:svg_URI.datatype | optional | ||||
| xml:lang | mei:svg_LanguageCode.datatype | optional | ||||
| xml:space | restriction of xs:token | optional |
| Element | mei:svg_SVG.ColorProfile.class |
<xs:attributeGroup name="svg_attlist.color-profile"> <xs:attributeGroup ref="mei:svg_SVG.Core.attrib"/> <xs:attributeGroup ref="mei:svg_SVG.XLink.attrib"/> <xs:attribute name="local"/> <xs:attribute name="name" use="required"/> <xs:attribute name="rendering-intent" default="auto"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="auto"/> <xs:enumeration value="perceptual"/> <xs:enumeration value="relative-colorimetric"/> <xs:enumeration value="saturation"/> <xs:enumeration value="absolute-colorimetric"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |