QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
xlink:actuate | restriction of xs:token | optional | ||||
xlink:arcrole | mei:svg_URI.datatype | optional | ||||
xlink:href | mei:svg_URI.datatype | required | ||||
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 |
<xs:attributeGroup name="svg_SVG.XLinkRequired.attrib"> <xs:attribute ref="xlink:type" default="simple"/> <xs:attribute ref="xlink:href" use="required"/> <xs:attributeGroup ref="xlink:role"/> <xs:attribute ref="xlink:arcrole"/> <xs:attribute ref="xlink:title"/> <xs:attributeGroup ref="xlink:show"/> <xs:attributeGroup ref="xlink:actuate"/> </xs:attributeGroup> |