15.3 Hyperlinks
Source Relationship:
http://purl.oclc.org/ooxml/officeDocument/relationships/hyperlink
A hyperlink can be stored in a package as a relationship. Hyperlinks shall be identified by containing a target which specifies the destination of the given hyperlink.
[Example: The following WordprocessingML Footnote part’s relationship part contains one relationship, for the hyperlink http://schemas.openxmlformats.org/wordprocessingml/:
<Relationships xmlns="…">
<Relationship Id="rId1"
Type="http://…/hyperlink"
Target="http://schemas.openxmlformats.org/wordprocessingml/"
TargetMode="External"/>
</Relationships>
end example]
A hyperlink target can be located within or external to the package containing the relationships part (expressed syntactically, the TargetMode attribute of the Relationship element can be Internal or External).
Last updated on