123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-model href="schema/tei-vbd.rng"
- title="Carteggio Datini"
- schematypens="http://relaxng.org/ns/structure/1.0"
- type="application/xml"
- ?>
- <TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
- <teiHeader>
- <fileDesc>
- <titleStmt>
- <title>Carteggio Datini</title>
- <author></author>
- <respStmt>
- <resp>Edited by</resp>
- <name ></name>
- </respStmt>
- <respStmt>
- <resp>Text Encoding by</resp>
- <name></name>
- </respStmt>
- <respStmt>
- <resp>Changes for EVT testing purposes by</resp>
- <name ></name>
- </respStmt>
- </titleStmt>
- <editionStmt>
- <edition>
- </edition>
- </editionStmt>
- <publicationStmt>
- <p></p>
- </publicationStmt>
- <notesStmt>
- <note>
- </note>
- </notesStmt>
- <sourceDesc>
- <msDesc>
- <msIdentifier>
- <country>Italy</country>
- <settlement>Prato</settlement>
- <repository>Archivio di Stato di Prato</repository>
- <idno></idno> <!-- What do we put here? -->
- </msIdentifier>
- </msDesc>
- <!-- ########## Lista Persone - Antroponimi ########## --> <!-- Generate dynamically from graph -->
- <listPerson>
- <head>Lista antroponimi</head><PERSON_LIST>
- <!-- ESEMPIO -->
- <!-- <person xml:id="bonaiutodisecolodacapraia">
- <persName>bonaiuto di secolo da capraia</persName>
- <sex>M</sex>
- </person> -->
- </listPerson>
- <!-- ########## Lista dei luoghi - toponimi ########## -->
- <listPlace>
- <head>Lista toponimi</head><PLACE_LIST>
- <!-- ESEMPIO -->
- <!-- <place xml:id="portoasigna">
- <settlement type="">porto a signa</settlement>
- <note></note>
- </place> -->
- </listPlace>
- <!-- ########## Lista dei lemmi ########## -->
- <list type="listLem">
- <!-- ESEMPIO -->
- <head>Lista lemmi</head><LEM_LIST>
- <!-- <item xml:id="mula">
- <lem type="">mula</settlement>
- <note></note>
- </item> -->
- </list>
- <!-- LISTWIT - Lista dei testimoni per altre risorse eventuali diverse da carteggio Datini
- <listWit>
- <witness xml:id="">
- <msDesc>
- <msIdentifier>
- <settlement></settlement>
- <repository></repository>
- <idno></idno>
- </msIdentifier>
- </msDesc>
- </witness>
- <witness xml:id="">
- <msDesc>
- <msIdentifier>
- <settlement></settlement>
- <repository></repository>
- <idno></idno>
- </msIdentifier>
- </msDesc>
- </witness>
- <witness xml:id="">
- <msDesc>
- <msIdentifier>
- <settlement></settlement>
- <repository></repository>
- <idno></idno>
- </msIdentifier>
- </msDesc>
- </witness>
- </listWit> -->
- </sourceDesc>
- </fileDesc>
- <encodingDesc>
- <variantEncoding method="parallel-segmentation" location="internal" />
- <tagsDecl>
- </tagsDecl>
- <!-- CHARDECL - Inserire qui i caratteri speciali -->
- <charDecl>
- <char xml:id="">
- <charName></charName>
- <mapping type="codepoint" ></mapping>
- <mapping type="diplomatic"></mapping>
- </char>
- </charDecl>
- </encodingDesc>
- </teiHeader>
-
- <!-- FACSIMILE - Inserire qui le coordinate per il collegamento Testo-Immagine -->
- <facsimile>
- <surface>
-
- <graphic url="path/all/immagine/" width="" height="" />
-
- <zone ulx="225" uly="349" lrx="2226" lry="477" rendition="Line" xml:id="TB_line_09r_01"/>
-
- </surface>
- </facsimile>
- <!-- TEXT - richiamo le lettere mediante xinclude-->
- <text>
- <group>
- <!-- ESEMPIO -->
- <!-- <xi:include href="lettere/99b.xml" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="99b_text"/> -->
- <FILE_LIST>
- </group>
- <!-- NOTE - eventuali note -->
- <back>
- <div type="">
- <note xml:id="">...</note>
- </div>
- </back>
- </text>
- </TEI>
|