8 November 2013
This document defines the set of relationship values for use with the EPUB® Package
Document's link
element
rel
attribute.
For more information about prefixes, including how to declare and use them in the Package Document, please refer to Vocabulary Association Mechanisms in the Publications specification.
The keywords MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, RECOMMENDED, MAY, and OPTIONAL in this document are to be interpreted as described in [RFC2119].
All examples are informative.
This document is subject to change at any time. The terms defined herein will never be removed, but may be deprecated.
Requests for additions, modifications and clarifications must be made through the EPUB 3 Revision Tracker.
acquire [draft] | |
Description: | The acquire property is used with EPUB Previews to identify where the full version of the Publication can be acquired. |
Cardinality: |
Zero or more
|
Extends: | Only applies to the Publication. Must not be used when the
refines
attribute is present. |
Example: |
<link rel="acquire" href="http://example.org/book/9781448103706" media-type="text/html"/>
|
marc21xml-record | |
Description: | The marc21xml-record property indicates the referenced resource is a MARCXML record [MARC21XML]. |
Cardinality: |
Zero or one
|
Extends: | Only applies to the Publication. Must
not be used when the
refines
attribute is present. |
Example: |
<link rel="marc21xml-record"
href="pub/meta/nor-wood-marc21.xml"/>
|
mods-record | |
Description: | The mods-record property indicates the referenced resource is a MODS record [MODS]. |
Cardinality: |
Zero or one
|
Extends: | Only applies to the Publication. Must
not be used when the
refines
attribute is present. |
Example: |
<link rel="mods-record"
href="pub/meta/nor-wood-mods.xml"/>
|
onix-record | |
Description: | The onix-record property indicates the referenced resource is an ONIX record [ONIX]. |
Cardinality: |
Zero or one
|
Extends: | Only applies to the Publication. Must
not be used when the
refines
attribute is present. |
Example: |
<link rel="onix-record"
href="pub/meta/nor-wood-onix.xml"/>
|
record | |
Description: |
Indicates that the referenced resource is a metadata record. The type of record referenced must be
identifiable from the |
Cardinality: |
Zero or more
|
Extends: | Only applies to the Publication. Must
not be used when the
refines
attribute is present. |
Example: |
<link rel="record" href="book/52.atom"
media-type="application/atom+xml;type=entry;profile=opds-catalog"/>
|
xml-signature | |
Description: |
The xml-signature property indicates the referenced resource contains an XML Signature [XML DSIG Core] for the Publication or associated property. The |
Cardinality: |
Zero or more
|
Extends: | All properties. |
Example: |
<link refines="#meta-authority-01"
rel="xml-signature"
href="../META-INF/signatures.xml#MAI-Signature"/>
|
xmp-record | |
Description: | The xmp-record property indicates the referenced resource is an XMP record [XMP]. |
Cardinality: |
Zero or one
|
Extends: | Only applies to the Publication. Must
not be used when the
refines
attribute is present. |
Example: |
<link rel="xmp-record"
href="pub/meta/nor-wood-xmp.xml"/>
|