|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<?xml-model href="https://epidoc.stoa.org/schema/latest/tei-epidoc.rng" schematypens="http://relaxng.org/ns/structure/1.0"?> |
| 3 | +<?xml-model href="https://epidoc.stoa.org/schema/latest/tei-epidoc.rng" schematypens="http://purl.oclc.org/dsdl/schematron"?> |
| 4 | +<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:space="preserve" xml:lang="en"> |
| 5 | + <teiHeader> |
| 6 | + <fileDesc> |
| 7 | + <titleStmt> |
| 8 | + <title>title of document</title> |
| 9 | + </titleStmt> |
| 10 | + <publicationStmt> |
| 11 | + <authority></authority> |
| 12 | + <idno type="filename"></idno> |
| 13 | + </publicationStmt> |
| 14 | + <sourceDesc> |
| 15 | + <msDesc> |
| 16 | + <msIdentifier> |
| 17 | + <repository>museum/archive</repository> |
| 18 | + <idno>inventory number</idno> |
| 19 | + </msIdentifier> |
| 20 | + <physDesc> |
| 21 | + <objectDesc> |
| 22 | + <supportDesc> |
| 23 | + <support>description of object/monument (likely to include <material/> |
| 24 | + and <objectType/> information, <dimensions/>, etc.)</support> |
| 25 | + </supportDesc> |
| 26 | + <layoutDesc> |
| 27 | + <layout>description of text field/campus</layout> |
| 28 | + </layoutDesc> |
| 29 | + </objectDesc> |
| 30 | + <handDesc> |
| 31 | + <handNote>description of letters, possibly including <height>letter-heights</height> |
| 32 | + </handNote> |
| 33 | + </handDesc> |
| 34 | + </physDesc> |
| 35 | + <history> |
| 36 | + <origin> |
| 37 | + <origPlace>Place of origin</origPlace> |
| 38 | + <origDate>Date of origin</origDate> |
| 39 | + </origin> |
| 40 | + <provenance type="found"> Findspot and circumstances/context |
| 41 | + </provenance> |
| 42 | + <provenance type="observed">Modern location(s) (if different from repository, above) |
| 43 | + </provenance> |
| 44 | + </history> |
| 45 | + </msDesc> |
| 46 | + </sourceDesc> |
| 47 | + </fileDesc> |
| 48 | + </teiHeader> |
| 49 | + <!--<facsimile> |
| 50 | + <graphic url="photograph of text or monument"/> |
| 51 | + </facsimile>--> |
| 52 | + <text> |
| 53 | + <body> |
| 54 | + <div type="edition" xml:space="preserve"> |
| 55 | + <ab> |
| 56 | + <lb n="1"/>ex. 1 (GL): – abc<milestone n="23" ed="La" unit="Dreissiger"/>def |
| 57 | + <lb n="2"/>ex. 2 (GL): – abc<milestone n="24" ed="AV" unit="verse"/>def |
| 58 | + <lb n="3"/>ex. 3 (fragment) – abc<milestone unit="fragment"/>def |
| 59 | + <lb n="4"/>ex. 4 (bloc) – abc<milestone unit="block"/>def |
| 60 | + <lb n="5"/>ex. 5 (unnumbered) – abc<milestone unit="unnumbered"/>def |
| 61 | + <lb n="6"/>ex. 6 (fragment with @n) – abc<milestone unit="fragment" n="2"/>def |
| 62 | + <lb n="7"/>ex. 7 (inword fragment) – <w>abc<milestone unit="fragment" n="1"/>def</w> |
| 63 | + <lb n="8"/>ex. 8 (inword block) – <w>abc<milestone unit="block" n="1"/>def</w> |
| 64 | + </ab> |
| 65 | + </div> |
| 66 | + <div type="apparatus"> |
| 67 | + <p>external apparatus criticus (if applicable)</p> |
| 68 | + </div> |
| 69 | + <div type="translation"> |
| 70 | + <p>translation(s)</p> |
| 71 | + </div> |
| 72 | + <div type="commentary"> |
| 73 | + <p>commentary</p> |
| 74 | + </div> |
| 75 | + <div type="bibliography"> |
| 76 | + <p>bibliography of previous editions, discussion, etc.</p> |
| 77 | + </div> |
| 78 | + </body> |
| 79 | + </text> |
| 80 | +</TEI> |
0 commit comments