<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://tei-c.org/Vault/P5/current/xml/tei/custom/schema/xsd/tei_all.xsd" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://tei-c.org/Vault/P5/current/xml/tei/custom/schema/xsd/tei_all.xsd" type="application/xml"
	schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
    <teiHeader>
        <fileDesc>
            <titleStmt>
                <title xml:lang="lat">
                  <!--
                    name of the transcribed document, do not forget to change the xml:lang attribute
                    see: https://lindat.coders.tools/guidelines/tei-header.html#title
                  -->
                </title>
                <author>
                  <!--
                    name of the author of the digital text
                    see: https://lindat.coders.tools/guidelines/tei-header.html#author
                  -->
                </author>
                <editor>
                  <!--
                    name of the editor if any of the digital text
                    see: https://lindat.coders.tools/guidelines/tei-header.html#editor
                  -->
                </editor>
            </titleStmt>
            <editionStmt>
              <p>
              <!--
                Can be omitted if you do not use any already existing edition.
                see: https://lindat.coders.tools/guidelines/tei-header.html#edition-statement
              -->
              </p>
            </editionStmt>
            <publicationStmt>
                <publisher>Faculty of Arts</publisher>
                <pubPlace>
                    <country>Czech Republic</country>
                    <settlement>Prague</settlement>
                </pubPlace>
                <date when="2020-10-01">
                  <!--
                    Write the publication date, DO NOT forget to set when attribute to correct date as well.
                    see: https://lindat.coders.tools/guidelines/tei-header.html#date-2 
                    see: https://lindat.coders.tools/guidelines/tei-header.html#date
                  -->
                </date>
            </publicationStmt>   
            <sourceDesc>
                <listWit>
                  <witness>
                    <!--
                      list of witnesses
                      see: https://lindat.coders.tools/guidelines/witness-description.html
                    -->
                  </witness>
                  <!-- add more witnesses if applicable -->
                </listWit>
                <listPerson>
                  <!--
                    List of people
                    see: https://lindat.coders.tools/guidelines/people-and-places.html#marking-up-people
                  -->
                  <person xml:id="C4"></person>
                </listPerson>
                <listPlace>
                  <!--
                    List of places
                    see: https://lindat.coders.tools/guidelines/people-and-places.html#marking-up-people
                  -->
                  <place xml:id="rome"></place>
                </listPlace>
                <listOrg>
                  <!--
                    List of organizations
                    see: https://lindat.coders.tools/guidelines/people-and-places.html#marking-up-people
                  -->
                  <org xml:id="catholic-church"></org>
                </listOrg>
                <listBibl>
                  <head>Already known editions</head>
                  <!--
                    List of already known editions of the text
                    see: https://lindat.coders.tools/guidelines/bibliography.html
                  -->
                  <bibl xml:id="kEdition_LM_SD" n="1"></bibl>
                </listBibl>
                <listBibl>
                  <head>Used bibliography</head>
                  <!--
                    List of used bibliography
                    see: https://lindat.coders.tools/guidelines/bibliography.html
                  -->
                  <bibl xml:id="Bib_RE_TAC" n="1"></bibl>
                </listBibl>
            </sourceDesc>
        </fileDesc>
    </teiHeader>
    <text xmlns="http://www.tei-c.org/ns/1.0">
      <!--
        text of the document
        see: https://lindat.coders.tools/guidelines/text-structure.html
      -->
      <body>
         <div xml:lang="lat" type="original">

         </div>
         <div xml:lang="cze" type="translation">

         </div>
      </body>
    </text>
</TEI>