svg:font-face-uri
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0
Schema document: svg.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- svg:font-face-format [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:href | [1..1] | text:anyURI | from group text:common-svg-font-face-xlink-attlist | |
xlink:type | [0..1] | Anonymous | Default value is "simple". from group text:common-svg-font-face-xlink-attlist | |
xlink:actuate | [1..1] | Anonymous | from group xlink:actuate |
Used in
- Anonymous type of element svg:font-face-src
Sample instance
<svg:font-face-uri xlink:href="http://www.example.com/" xlink:actuate="onRequest"> <svg:font-face-format/> </svg:font-face-uri>