-
Notifications
You must be signed in to change notification settings - Fork 3
/
SSK_step_template.xml
71 lines (71 loc) · 3.03 KB
/
SSK_step_template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="validation/resources/TEI_SSK_ODD.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<!-- You have to type the TEI file, with researchStep or researchScenario -->
<TEI xmlns="http://www.tei-c.org/ns/1.0" type="researchStep" xml:id="SSK_step_template">
<teiHeader>
<fileDesc>
<titleStmt>
<!-- Title of the tei document, not title of the scenario -->
<title>Title of the TEI document</title>
<author>
<persName>Author 1</persName>
<affiliation>Affiliation Author 1</affiliation>
</author>
<author>
<persName>Author 2</persName>
<affiliation>Affiliation Author 2</affiliation>
</author>
<sponsor/>
</titleStmt>
<publicationStmt>
<authority/>
<availability>
<!-- Choose the license CC-BY or CC-0
* http://creativecommons.org/licenses/by/4.0/
* https://creativecommons.org/publicdomain/zero/1.0/
<p>This document is in the public domain.</p>
-->
<licence target="http://creativecommons.org/licenses/by/4.0/">
<p>The Creative Commons Attribution 4.0 Unported (CC BY 4.0) Licence applies to this
document.</p>
</licence>
</availability>
</publicationStmt>
<sourceDesc>
<p>Created from scratch</p>
</sourceDesc>
</fileDesc>
<revisionDesc>
<change when="2019-01-31">Addition of a new author</change>
<change when="2019-02-01">New project resources linkGrp</change>
</revisionDesc>
</teiHeader>
<text>
<body>
<listEvent>
<event type="researchStep">
<!-- It is possible to translate the prose, by duplicating the elements head, desc or term, and adding xml:lang attribute -->
<head type="stepTitle" xml:lang="en">Title of the step in English</head>
<head type="stepTitle" xml:lang="fr">Titre de l'étape en Français</head>
<desc type="definition" xml:lang="en">Definition of the step, in a few sentences</desc>
<desc xml:lang="en" type="terms">
<term type="standard" source="standard_list" key=""/>
<term type="activity" source="tadirah" key=""/>
</desc>
<linkGrp type="generalResources">
<ref type="spec" source="zotero" target="ZABRV5VD"/>
<ref type="spec" source="zotero" target="2Z29AVQV"/>
</linkGrp>
<linkGrp type="projectResources" source="CODATA" corresp="http://www.codata.org/">
<ref type="spec" source="zotero" target="ZABRV5VD"/>
<ref type="spec" source="zotero" target="2Z29AVQV"/>
</linkGrp>
<linkGrp type="projectResources" source="EHRI" corresp="http://www.ehri-project.eu/">
<ref type="spec" source="zotero" target="ZABRV5VD"/>
<ref type="spec" source="zotero" target="2Z29AVQV"/>
</linkGrp>
</event>
</listEvent>
</body>
</text>
</TEI>