... | ... | @@ -70,10 +70,22 @@ Current values of `@ana` are in the table below |
|
|
| `scene` | Scene information (decoration, character position when play starts, sounds ...). As long as this information is part of the front (not as part of the first act/scene, in which case it would be a `<stage>` as per the TEI Guidelines) |
|
|
|
| `time` | time at which the play is set |
|
|
|
|
|
|
Also, if the set informations has heading-like material, it is now encoded in a `<head>`. An example like the above would now be encoded as follows:
|
|
|
|
|
|
```xml
|
|
|
<set ana="place">
|
|
|
<head>ORT:</head>
|
|
|
<p>Wohnstubb by Frosch's</p>
|
|
|
</set>
|
|
|
<set ana="time">
|
|
|
<head>ZYTT:</head>
|
|
|
<p>Gejewart.</p>
|
|
|
</set>
|
|
|
```
|
|
|
|
|
|
## Play summary
|
|
|
|
|
|
A small number of plays have this, e.g. in the shape of an _Inhaltsangabe_ paragraph. It will be encoded using `<div type="front">`. See [[example]](https://git.unistra.fr/methal/methal-sources/-/blob/master/hart-dr-poetisch-oscar.xml#L110).
|
|
|
A small number of plays have this, e.g. in the shape of an _Inhaltsangabe_ paragraph. It will be encoded using `<div type="front">`. See [[example]](https://git.unistra.fr/methal/methal-sources/-/blob/master/tei/hart-dr-poetisch-oscar.xml#L110).
|
|
|
|
|
|
## General guidelines
|
|
|
|
... | ... | |