<?xml version='1.0' encoding='utf-8'?>
<?xml-model href="../rng/document.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
    <teiHeader style="Prose" type="DocumentHeader">
        <fileDesc xml:id="document1">
            <titleStmt>
                <title>Minimal Demo Document</title>
                <author>
                    <persName>
                        <forename>Max</forename>
                        <surname>Mustermann</surname>
                    </persName>
                </author>
            </titleStmt>
            <extent type="Tokens">1234</extent>
            <publicationStmt>
                <publisher>ABC Druck</publisher>
            </publicationStmt>
            <sourceDesc>
                <msDesc>
                    <msIdentifier>
                        <msName>Base manuscript for the transcription (A). Continuation (1434-1441)
                            and some Additions come from ms. a: Nürnberg, Stadtbibliothek, Cod. Amb. 237.4°</msName>
                    </msIdentifier>
                </msDesc>
            </sourceDesc>
        </fileDesc>
        <profileDesc>
            <langUsage>
                <language ident="de" style="Language">German</language>
            </langUsage>
        </profileDesc>
        <encodingDesc>
            <schemaSpec ident="AnnotationKey">
                <elementSpec ident="Transcription">
                    <valList>
                        <valItem corresp="dipl" ident="dipl" />
                    </valList>
                </elementSpec>
            </schemaSpec>
        </encodingDesc>
        <revisionDesc>
            <change n="1.0" when="2026">First release of the corpus, including this document.</change>
        </revisionDesc>
    </teiHeader>
    <text />
</TEI>