xmlns:xlink XLink Namespace Declaration
FIXED (not settable) on many elements; click for list and usage
<book>, <book-app>, <book-app-group>, <book-part>, <book-part-wrapper>, <dedication>, <foreword>, <front-matter-part>, <preface>
Value | Meaning |
---|---|
http://www.w3.org/1999/xlink | The prefix “xlink” has been set to the URL for the W3C XLink Recommendation. |
Restriction | @xmlns:xlink has a fixed value which may not be changed in the document. |
OPTIONAL on many elements; click for list and usage
<abbrev>, <award-desc>, <award-group>, <award-id>, <award-name>, <bio>, <chem-struct>, <collab>, <conference>, <content-version>, <contrib>, <custom-meta>, <element-citation>, <email>, <ext-link>, <extended-by>, <funding-source>, <funding-statement>, <graphic>, <inline-graphic>, <inline-media>, <inline-supplementary-material>, <institution>, <issue-id>, <license>, <long-desc>, <media>, <mixed-citation>, <named-content>, <product>, <pub-id>, <related-article>, <related-object>, <resource-name>, <restricted-by>, <self-uri>, <supplementary-material>, <support-source>, <uri>, <volume-id>
Value | Meaning |
---|---|
http://www.w3.org/1999/xlink | When this attribute is used, the prefix “xlink” should be set to the URL for the W3C XLink Recommendation. |
Restriction | @xmlns:xlink is an optional attribute; there is no default. |
Tagged Sample
Allows use of the namespaced XLink attributes
<book
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
book-type="gov"
dtd-version="2.1"
indexed="yes"
xml:lang="en">
<book-meta>...</book-meta>
<book-body>...</book-body>
<book-back>...</book-back>
</book>