-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfull_ccv.xml
63 lines (61 loc) · 2.19 KB
/
full_ccv.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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Title</title>
</titleStmt>
<publicationStmt>
<p>Publication Information</p>
</publicationStmt>
<sourceDesc>
<p>Information about the source</p>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<listPerson>
<person>
<persName>
<roleName type="title"/>
<surname/>
<forename/>
<forename type="middle"/>
<forename type="previous"/>
<surname type="previous"/>
</persName>
<sex/>
<langKnowledge>
<langKnown tag="en">
<!--These will be custom elements, I think-->
<read/>
<write/>
<speak/>
<understand/>
<peerReview/>
</langKnown>
</langKnowledge>
<!--Add address to att.datable-->
<!--Add address to person-->
<address>
<addrLine n="1"/>
<settlement type="city"></settlement>
<location><!--Don't know what that means--></location>
<postCode></postCode>
<!--Telephone number-->
</address>
<!--Put email in person as well-->
<email></email>
<!--And telephone number-->
<addrLine type="tel></addrLine>
<addrLine type="website"></addrLine>
</person>
</listPerson>
<listEducation></listEducation>
</body>
</text>
</TEI>