textHeader, corpusHeader
diff --git a/teiTextHeaderSkeleton.tei.xml b/teiTextHeaderSkeleton.tei.xml
new file mode 100644
index 0000000..ab82162
--- /dev/null
+++ b/teiTextHeaderSkeleton.tei.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<teiHeader>
+    <fileDesc n="[EuReCo-KLK-FIN_$ID]">
+        <titleStmt>
+            <title>[$LABEL, page $PAGENO]</title>
+            <respStmt>
+                <resp>compiled by EuReCo</resp>
+                <name>EuReCo: HL</name>
+            </respStmt>
+        </titleStmt>
+        <publicationStmt>
+            <distributor>
+                <note>NOT FOR DISTRIBUTION - to be used locally in EuReCo</note>
+            </distributor>
+            <availability>
+                <licence>CLARIN_RES</licence>
+            </availability>
+        </publicationStmt>
+        <sourceDesc>
+            <biblStruct>
+                <analytic>
+                    <title type="main">[$LABEL, page $PAGENO]</title>
+                    <date>[$DATE]</date>
+                    <date type="year">TODO</date>
+                    <date type="month">TODO</date>
+                    <date type="day">TODO</date>
+                    <idno type="PAGEID">$PAGEID</idno>
+                    <idno type="BINDINGID">$BID</idno>
+                    <idno type="ID">$ID</idno>
+                    <idno type="KIELIPANKKI_METAFILENAME">$METAFILENAME</idno>
+                    <idno type="KIELIPANKKI_ORIGFILENAME">$ORIGFILENAME</idno>
+                    <textLang>$LANGUAGE</textLang>
+                </analytic>
+                <monogr>
+                    <title>$PUBLTITLE</title>
+                    <imprint>
+                        <pubPlace>TODO</pubPlace>
+                        <publisher>TODO</publisher>
+                    </imprint>
+                    <biblScope unit="ISSUETITLE"/>
+                    <biblScope unit="ISSUENO"/>
+                    <biblScope unit="ISSUEDATE"/>
+                    <biblScope unit="pp">$PAGENO</biblScope>
+                </monogr>
+            </biblStruct>
+        </sourceDesc>
+    </fileDesc>
+    <encodingDesc>
+        <tagsDecl>
+            <namespace name="http://www.tei-c.org/ns/1.0">
+                <tagUsage gi="s" occurs="SENTCOUNT"/>
+                <tagUsage gi="w" occurs="TOKENCOUNT"/>
+            </namespace>
+        </tagsDecl>
+    </encodingDesc>
+    <profileDesc>
+        <langUsage>
+            <language ident="fi" usage="|xxx:44|fin:23|eng:3|"/>
+        </langUsage>
+        <textClass>
+            <classCode scheme="kielipankki_klk">$PUBLTYPE</classCode>
+            <classCode scheme="kielipankki_klk_mapped">TODO</classCode>
+        </textClass>
+    </profileDesc>
+    <revisionDesc>
+        <change when="TODO" who="HL">TEI version for EuReCo</change>
+    </revisionDesc>
+</teiHeader>