123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- <?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>
- <!-- <place xml:id="portoasigna">
- <settlement type="">porto a signa</settlement>
- <note></note>
- </place> -->
- </listPlace>
- <!-- ########## Lista dei lemmi ########## -->
- <list xml:id="POS">
- <item xml:id="AGG">
- <figure corresp="#aggettivo">
- <head>AGG</head>
- <figDesc/>
- </figure>
- </item>
- <item xml:id="NG">
- <figure corresp="#ng">
- <head>Nome geografico</head>
- <figDesc/>
- </figure>
- </item>
- <item xml:id="ANTR">
- <figure corresp="#antr">
- <head>Antroponimo</head>
- <figDesc/>
- </figure>
- </item>
- <item xml:id="SM">
- <figure corresp="#sm">
- <head>Singolare maschile</head>
- <figDesc/>
- </figure>
- </item>
- <item xml:id="SF">
- <figure corresp="#sf">
- <head>Singolare femminile</head>
- <figDesc/>
- </figure>
- </item>
- <!-- lista di tutti gli altri lemmi - finire di codificare
- <item xml:id="AGG">aggettivo</item>
- <item xml:id="AGGSM">aggettivo/sostantivo maschile</item>
- <item xml:id="ANT">antroponimo</item>
- <item xml:id="AVV">avverbio</item>
- <item xml:id="NG">nome di luogo</item>
- <item xml:id="NP">nome proprio</item>
- <item xml:id="SF">sostantivo femminile</item>
- <item xml:id="SFSM">sostantivo femminile/sostantivo maschile</item>
- <item xml:id="SMSF">sostantivo maschile/sostantivo femminile</item>
- <item xml:id="SM">sostantivo maschile</item>
- <item xml:id="SFPL">sostantivo femminile plurale</item>
- <item xml:id="SGI">sostantivo di genere incerto</item>
- <item xml:id="SMPL">sostantivo maschile plurale</item>
- <item xml:id="VB">verbo</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>
|