pre_main_template.xml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-model href="schema/tei-vbd.rng"
  3. title="Carteggio Datini"
  4. schematypens="http://relaxng.org/ns/structure/1.0"
  5. type="application/xml"
  6. ?>
  7. <TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
  8. <teiHeader>
  9. <fileDesc>
  10. <titleStmt>
  11. <title>Carteggio Datini</title>
  12. <author></author>
  13. <respStmt>
  14. <resp>Edited by</resp>
  15. <name ></name>
  16. </respStmt>
  17. <respStmt>
  18. <resp>Text Encoding by</resp>
  19. <name></name>
  20. </respStmt>
  21. <respStmt>
  22. <resp>Changes for EVT testing purposes by</resp>
  23. <name ></name>
  24. </respStmt>
  25. </titleStmt>
  26. <editionStmt>
  27. <edition>
  28. </edition>
  29. </editionStmt>
  30. <publicationStmt>
  31. <p></p>
  32. </publicationStmt>
  33. <notesStmt>
  34. <note>
  35. </note>
  36. </notesStmt>
  37. <sourceDesc>
  38. <msDesc>
  39. <msIdentifier>
  40. <country>Italy</country>
  41. <settlement>Prato</settlement>
  42. <repository>Archivio di Stato di Prato</repository>
  43. <idno></idno> <!-- What do we put here? -->
  44. </msIdentifier>
  45. </msDesc>
  46. <!-- ########## Lista Persone - Antroponimi ########## --> <!-- Generate dynamically from graph -->
  47. <listPerson>
  48. <head>Lista antroponimi</head><PERSON_LIST>
  49. <!-- ESEMPIO -->
  50. <!-- <person xml:id="bonaiutodisecolodacapraia">
  51. <persName>bonaiuto di secolo da capraia</persName>
  52. <sex>M</sex>
  53. </person> -->
  54. </listPerson>
  55. <!-- ########## Lista dei luoghi - toponimi ########## -->
  56. <listPlace>
  57. <head>Lista toponimi</head><PLACE_LIST>
  58. <!-- ESEMPIO -->
  59. <!-- <place xml:id="portoasigna">
  60. <settlement type="">porto a signa</settlement>
  61. <note></note>
  62. </place> -->
  63. </listPlace>
  64. <!-- ########## Lista dei lemmi ########## -->
  65. <list type="listLem">
  66. <!-- ESEMPIO -->
  67. <head>Lista lemmi</head><LEM_LIST>
  68. <!-- <item xml:id="mula">
  69. <lem type="">mula</settlement>
  70. <note></note>
  71. </item> -->
  72. </list>
  73. <!-- LISTWIT - Lista dei testimoni per altre risorse eventuali diverse da carteggio Datini
  74. <listWit>
  75. <witness xml:id="">
  76. <msDesc>
  77. <msIdentifier>
  78. <settlement></settlement>
  79. <repository></repository>
  80. <idno></idno>
  81. </msIdentifier>
  82. </msDesc>
  83. </witness>
  84. <witness xml:id="">
  85. <msDesc>
  86. <msIdentifier>
  87. <settlement></settlement>
  88. <repository></repository>
  89. <idno></idno>
  90. </msIdentifier>
  91. </msDesc>
  92. </witness>
  93. <witness xml:id="">
  94. <msDesc>
  95. <msIdentifier>
  96. <settlement></settlement>
  97. <repository></repository>
  98. <idno></idno>
  99. </msIdentifier>
  100. </msDesc>
  101. </witness>
  102. </listWit> -->
  103. </sourceDesc>
  104. </fileDesc>
  105. <encodingDesc>
  106. <variantEncoding method="parallel-segmentation" location="internal" />
  107. <tagsDecl>
  108. </tagsDecl>
  109. <!-- CHARDECL - Inserire qui i caratteri speciali -->
  110. <charDecl>
  111. <char xml:id="">
  112. <charName></charName>
  113. <mapping type="codepoint" ></mapping>
  114. <mapping type="diplomatic"></mapping>
  115. </char>
  116. </charDecl>
  117. </encodingDesc>
  118. </teiHeader>
  119. <!-- FACSIMILE - Inserire qui le coordinate per il collegamento Testo-Immagine -->
  120. <facsimile>
  121. <surface>
  122. <graphic url="path/all/immagine/" width="" height="" />
  123. <zone ulx="225" uly="349" lrx="2226" lry="477" rendition="Line" xml:id="TB_line_09r_01"/>
  124. </surface>
  125. </facsimile>
  126. <!-- TEXT - richiamo le lettere mediante xinclude-->
  127. <text>
  128. <group>
  129. <!-- ESEMPIO -->
  130. <!-- <xi:include href="lettere/99b.xml" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="99b_text"/> -->
  131. <FILE_LIST>
  132. </group>
  133. <!-- NOTE - eventuali note -->
  134. <back>
  135. <div type="">
  136. <note xml:id="">...</note>
  137. </div>
  138. </back>
  139. </text>
  140. </TEI>