| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| id | xs:ID | optional | ||||
| media | mei:svg_MediaDesc.datatype | optional | ||||
| title | mei:svg_Text.datatype | optional | ||||
| type | mei:svg_ContentType.datatype | required | ||||
| 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.Style.class |
<xs:attributeGroup name="svg_attlist.style"> <xs:attributeGroup ref="xml:space1"/> <xs:attributeGroup ref="mei:svg_SVG.id.attrib"/> <xs:attributeGroup ref="mei:svg_SVG.base.attrib"/> <xs:attributeGroup ref="mei:svg_SVG.lang.attrib"/> <xs:attribute name="type" use="required" type="mei:svg_ContentType.datatype"/> <xs:attribute name="media" type="mei:svg_MediaDesc.datatype"/> <xs:attribute name="title" type="mei:svg_Text.datatype"/> </xs:attributeGroup> |