metadata
ElementThe metadata
element encapsulates Publication meta information.
- Element Name
metadata
- Usage
Required first child of
package
.- Attributes
The
metadata
element has no attributes defined in this specification.- Content Model
In any order:
dc:identifier
[1 or more]
,dc:title
[1 or more]
,dc:language
[1 or more]
,DCMES Optional Elements
[0 or more]
,meta
[1 or more]
,OPF2 meta
[0 or more]
,link
[0 or more]
The minimal required metadata that Publications must include consists of three elements from the Dublin Core Metadata Element Set [DCMES] —title
, identifier
and language
— together with the modified
property from DCMI Metadata Terms [DCTERMS]. Refer to the example at the end of this section for an instance of a complete minimal metadata set.
Additional optional metadata is expressed using the DCMES optional elements and the meta
element.
Examples
The following example represents the minimal set of metadata that all Publications must contain.
<package … unique-identifier="pub-id"> … <metadata xmlns:dc="http://purl.org/dc/elements/1.1/"> <dc:identifier id="pub-id">urn:uuid:A1B0D67E-2E81-4DF5-9E67-A64CBE366809</dc:identifier> <dc:title>Norwegian Wood</dc:title> <dc:language>en</dc:language> <meta property="dcterms:modified">2011-01-01T12:00:00Z</meta> </metadata> … </package>
'Web > eBook' 카테고리의 다른 글
[EPUB3.0.1-Deprecated]display: oeb-page-head; oeb-page-foot; (0) | 2014.02.04 |
---|---|
[작업중]epub3 remote resources (0) | 2014.01.08 |
2014년 전자책 & 디지털 출판 사업 전망 10가지 (0) | 2013.12.30 |
[epub] dc:language에 언어코드(ISO 639-2)값 (0) | 2013.08.26 |
[epub]ibooks pre-paginated 에서 책 깨짐현상 (0) | 2013.04.16 |
[epub ERROR] Length of the first filename in archive must be 8, but was 22 (0) | 2013.03.21 |
epub3 reader 기능 비교표 (0) | 2013.01.15 |
epub3(spine) 오른쪽에서 왼쪽으로(Right to Left content flows)설정(spine) (0) | 2013.01.04 |
(로그인하지 않으셔도 가능)