<?xml version='1.0' encoding='utf-8'?>
<?xml-model href="../rng/corpus.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
    <teiHeader type="CorpusHeader">
        <fileDesc>
            <titleStmt>
                <title>Minimal Demo Corpus</title>
                <editor role="CorpusEditor">
                    <persName>
                        <forename>Jane</forename>
                        <surname>Doe</surname>
                    </persName>
                    <affiliation>
                        <orgName type="Department">Department of Linguistics</orgName>
                        <orgName type="Institution">University</orgName>
                    </affiliation>
                </editor>
            </titleStmt>
            <extent type="Tokens">123456789</extent>
            <publicationStmt>
                <authority>Humboldt-Universität zu Berlin</authority>
                <availability status="free">
                    <licence target="http://creativecommons.org/licenses/by/4.0/" />
                    <p>The corpus is published under a CC-BY 4.0 licence.</p>
                </availability>
                <date when="2026-06-16">First complete corpus release.</date>
            </publicationStmt>
            <sourceDesc>
                <list type="CorpusDocument">
                    <item corresp="document1" n="1" />
                </list>
            </sourceDesc>
        </fileDesc>
        <profileDesc>
            <langUsage>
                <language ident="de" style="Language">German</language>
            </langUsage>
        </profileDesc>
        <encodingDesc>
            <appInfo>
                <application ident="EXMARaLDA" version="3.0">
                    <label>EXMARaLDA XML for Partitur editor.</label>
                </application>
            </appInfo>
            <projectDesc>
                <p>
                    This is the project description of the corpus "Minimal Demo Corpus". It is part
                    of the LAUDATIO user documentation.
                </p>
            </projectDesc>
            <editorialDecl>
                <segmentation>
                    <p>Annotation 'dipl' has an independent segmentation. Every other annotation is
                        based on the segmentation of 'dipl.</p>
                </segmentation>
            </editorialDecl>
            <tagsDecl>
                <namespace xml:id="dipl" name="dipl" rend="Transcription">
                    <tagUsage gi="String">Diplomatic, character-based transcription.</tagUsage>
                </namespace>
            </tagsDecl>
        </encodingDesc>
        <revisionDesc>
            <change n="1.0" when="2026">First release of the corpus.</change>
        </revisionDesc>
    </teiHeader>
    <text />
</TEI>