svg:mpath
Element information
Namespace: http://www.w3.org/2000/svg
Schema document: svg11-flat-20030114.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..*]from subst. group svg:SVG.Description.class
from type svg:SVG.mpath.content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group svg:SVG.id.attrib | |
xml:base | [0..1] | xsd:anyURI | from group svg:SVG.base.attrib | |
xml:lang | [0..1] | Anonymous | from group svg:SVG.lang.attrib | |
xml:space | [0..1] | Anonymous | from group svg:SVG.space.attrib | |
xlink:type | [0..1] | Anonymous | Default value is "simple". from group svg:SVG.XLinkRequired.attrib | |
xlink:href | [1..1] | svg:URI.datatype | from group svg:SVG.XLinkRequired.attrib | |
xlink:role | [0..1] | svg:URI.datatype | from group svg:SVG.XLinkRequired.attrib | |
xlink:arcrole | [0..1] | svg:URI.datatype | from group svg:SVG.XLinkRequired.attrib | |
xlink:title | [0..1] | xsd:anySimpleType | from group svg:SVG.XLinkRequired.attrib | |
xlink:show | [0..1] | Unspecified | from group svg:SVG.XLinkRequired.attrib | |
xlink:actuate | [0..1] | Unspecified | from group svg:SVG.XLinkRequired.attrib | |
externalResourcesRequired | [0..1] | svg:Boolean.datatype | from group svg:SVG.externalResourcesRequired.attrib |
Used in
- Anonymous type of element svg:animateMotion via extension of svg:SVG.animateMotion.content
- Type svg:SVG.animateMotion.content
Sample instance
<svg:mpath xlink:href="string"> <svg:desc>Any text</svg:desc> </svg:mpath>