Enum EpubMetadataLinkRelationship
Property that describes the relationship between the resource referenced by EpubMetadataLink and the EPUB book.
See https://www.w3.org/publishing/epub32/epub-packages.html#sec-link-rel for more information.
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public enum EpubMetadataLinkRelationship
Fields
Name | Description |
---|---|
ALTERNATE | The 'alternate' property. Identifies an alternate representation of the EPUB book or a collection. See https://www.w3.org/publishing/epub32/epub-packages.html#sec-alternate for more information. |
MARC21XML_RECORD | The 'marc21xml-record' property. Indicates that the referenced resource is a MARC21 record. See https://www.w3.org/publishing/epub32/epub-packages.html#sec-marc21xml-record and https://idpf.org/epub/30/spec/epub30-publications.html#marc21xml-record for more information. |
MODS_RECORD | The 'mods-record' property. Indicates that the referenced resource is a MODS record. See https://www.w3.org/publishing/epub32/epub-packages.html#sec-mods-record and https://idpf.org/epub/30/spec/epub30-publications.html#mods-record for more information. |
ONIX_RECORD | The 'onix-record' property. Indicates that the referenced resource is an ONIX record. See https://www.w3.org/publishing/epub32/epub-packages.html#sec-onix-record and https://idpf.org/epub/30/spec/epub30-publications.html#onix-record for more information. |
RECORD | The 'record' property. Indicates that the referenced resource is a metadata record. See https://www.w3.org/publishing/epub32/epub-packages.html#sec-record for more information. |
UNKNOWN | A relationship which is not present in this enumeration. |
VOICING | The 'voicing' property. Indicates that the referenced audio file provides an aural representation of the expression or resource (typically, the title or creator) specified by the Refines property. See https://www.w3.org/publishing/epub32/epub-packages.html#sec-voicing for more information. |
XML_SIGNATURE | The 'xml-signature' property. Indicates that the referenced resource contains an XML Signature for the EPUB book or associated property. See https://www.w3.org/publishing/epub32/epub-packages.html#sec-xml-signature and https://idpf.org/epub/30/spec/epub30-publications.html#xml-signature for more information. |
XMP_RECORD | The 'xmp-record' property. Indicates that the referenced resource is an XMP record. See https://www.w3.org/publishing/epub32/epub-packages.html#sec-xmp-record and https://idpf.org/epub/30/spec/epub30-publications.html#xmp-record for more information. |