The Manifest.xml
described here contains information about a set of editions that are grouped here together, usually for the purpose of further description and processing.
There are two main elements under the root element manifest1:
The editions element holds information about the editions that are collected here. It contains edition elements, which give the details for each edition. This includes also the type, which can be either "documentary" or "interpretative". Documentary editions are editions that strive to reproduce an existing print edition, while interpretative editions do reflect the views of the editor and do not follow one single edition.
Other details for editions that will be collected here are the id, which is a unique label (or identifier) used to refer to this specific edition within the manifest and the processing systems.
The edition element may have the following children:
Both of these elements are optional. description contains a description of the edition, which could be the title, but also other information deemed relevant. divisions allows reference to divisions within the edition. This element is repeatable and when occuring more than once the edition is considered made up of the sequence of these divisions.
<description> Description of the edition or item this element is attached to. | |
Module | KRXManifest |
Contained by | |
May contain | KRXManifest: note character data |
Content model | <content> |
Schema Declaration | element description { ( text | krx_note? )* } |
<div> One specific subdivision on any level. | |||||||||||||||||||||||||||||||
Module | KRXManifest | ||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||
Contained by | |||||||||||||||||||||||||||||||
May contain | KRXManifest: description div edRef | ||||||||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||||||||
Schema Declaration | element div { attribute label { token }?, attribute edition { xsd:IDREF }?, attribute start { xsd:nonNegativeInteger }?, attribute end { xsd:nonNegativeInteger }?, attribute divid { token }?, ( krx_edRef?, krx_description?, krx_div* ) } |
<divisions> The internal subdivisions of the work under consideration. | |||||||
Module | KRXManifest | ||||||
Attributes |
| ||||||
Contained by | |||||||
May contain | KRXManifest: div | ||||||
Content model | <content> | ||||||
Schema Declaration | element divisions { attribute edition { token }?, krx_div+ } |
<edition> One edition of the work. If there are multiple divisions, this indicates that the sequence of these divisions make up the work. | |||||||||||||||||||||||||||||||||
Module | KRXManifest | ||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||
Contained by | KRXManifest: editions | ||||||||||||||||||||||||||||||||
May contain | KRXManifest: description divisions | ||||||||||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||||||||||
Schema Declaration | element edition { attribute id { xsd:ID }, attribute format { "xml/TEI" | "txt/mandoku" }, attribute location { string }, attribute type { "documentary" | "interpretative" }, attribute language { xsd:language }?, ( krx_description, krx_divisions* ) } |
<editions> The editions representing the work under consideration. Work is taken in a very broad sense here. | |
Module | KRXManifest |
Contained by | KRXManifest: manifest |
May contain | KRXManifest: edition |
Content model | <content> |
Schema Declaration | element editions { krx_edition+ } |
<edRef> Reference to this subdivision in one specific edition, identified by the key . | |||||||||||||||||||||||||
Module | KRXManifest | ||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||
Contained by | KRXManifest: div | ||||||||||||||||||||||||
May contain | Empty element | ||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||
Schema Declaration | element edRef { attribute start { xsd:nonNegativeInteger }?, attribute end { xsd:nonNegativeInteger }?, attribute key { xsd:IDREF }?, attribute timestamp { xsd:dateTime }?, empty } |
<manifest> The root of the manifest. One manifest describes one work. | |
Module | KRXManifest |
Contained by | KRXManifest: manifests |
May contain | KRXManifest: description divisions editions title |
Note | Currently, only one work can be described per one manifest file. Need to think about what to do with use cases that need multiple works. Use several manifest in a file? |
Content model | <content> |
Schema Declaration | element manifest { krx_title?, krx_description, krx_editions, krx_divisions? } |
<manifests> Root for manifests that contain multiple manifest elements. | |
Module | KRXManifest |
Contained by | — |
May contain | KRXManifest: manifest |
Content model | <content> |
Schema Declaration | element manifests { krx_manifest+ } |
<note> An additional note | |
Module | KRXManifest |
Contained by | KRXManifest: description |
May contain | Character data only |
Content model | <content> |
Schema Declaration | element note { text } |
<title> Title of the work. | |
Module | KRXManifest |
Contained by | KRXManifest: manifest |
May contain | Character data only |
Content model | <content> |
Schema Declaration | element title { text } |