| lang | 1 | [iso639-3] | language codes describing the resource |
| langAlt | ? | [string] | alternative language code (when there is no iso639-3 code, e.g. `karshuni`) |
| x-langString | 1 | string | a string listing all languages appearing in the document with their full English name (e.g. "Arabic, Karshuni") |
| content | 1 | URL | URL pointing to the content |
| content-type | 1 | string | a MIME type, in this case `application/xhtml+xml` |
| content | 1 | \[[Content Object](#content-object)\] | different serializations of the item, e.g. HTML, plain text, XML, … |
| image | ? | [Image Object](#image-object) | corresponding image as given in `tei:pb/@facs` |
| annotationCollection | *1* | URI | URI pointing to an [Annotation Collection](https://www.w3.org/TR/annotation-model/#annotation-collection) for this item |
...
...
@@ -150,7 +149,15 @@ The `type` MUST be `page`.
| id | ? | string | internal identifier |
| idref | * | [Idref Object](#idref-object) | authority files related to the person |
#### Metadata Object
### Content Object
| Field Name | Cardinality | Type | Description |
|----|----|----|----|
| url | 1 | URL | URL pointing to the content |
| type | 1 | string | a MIME type. If several Content Objects with the same MIME type are provided, these SHOULD be distinguished with a [MIME type parameter](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#structure_of_a_mime_type) where the key is `type` and the value can be freely chosen, e.g. `text/html;type=transcription`.
|
### Metadata Object
A set of metadata describing the source or its context.
Mainly used for key-value pairs.
...
...
@@ -218,12 +225,13 @@ Within a manifest it SHOULD contain items exclusively.
| 1.1.0 | 2020-08-25 | add more metadata for manifests/editions (`x-editor`, `x-date`, `x-origin`, `x-location`)|