<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="http://tei.oucs.ox.ac.uk/ENRICH/ODD/RomaResults/enrich.rng" type="xml"?>
<?xml-stylesheet type="text/css" href="http://tei.oucs.ox.ac.uk/ENRICH/enrich.css" title="ENRICH CSS" ?>
<!--
This is a 'basic' manuscript description example. It could also be 
embedded in a full TEI document to include a textual transcription or
facsimile information. Replace all provided information below (including
the brackets) with metadata relevant for a manuscript description. Many 
elements are optional and may be removed if they do not apply to the 
current manuscript description.  But at all times the file should be kept 
valid against the TEI-ENRICH schema.

Version of template: enrich-basic_2009-05-15
-->
<teiHeader xmlns="http://www.tei-c.org/ns/1.0">
    <fileDesc>
        <titleStmt>
            <title>[Title of manuscript]</title>
        </titleStmt>
        <publicationStmt>
            <distributor>[Name of data provider]</distributor>
            <idno>[Project-specific identifier for this file]</idno>
        </publicationStmt>
        <sourceDesc>
            <msDesc xmlns="http://www.tei-c.org/ns/1.0"
                xml:id="putAnIDHere" xml:lang="en">
                <!-- The msDesc element requires @xml:id and @xml:lang attributes. You 
should replace 'putAnIDHere' with a more useful alphanumeric ID, perhaps  
the same or related to that you put in the <idno> element above. The 
'en' in the @xml:lang attribute ISO language code claims that your 
manuscript description (note: the description not the manuscript) is in 
English -->

                <msIdentifier>
                    <!-- The msIdentifier provides (optional) information about 
                        the repository holding the manuscript. The repository 
                        element should at least be provided. -->
                    <country>[Name of country]</country>
                    <region type="county">[Name of county ]</region>
                    <settlement>[Name of city or settlement]</settlement>
                    <institution>[Name of institution]</institution>
                    <repository>[Name of repository]</repository>
                    <collection>[Name of collection]</collection>
                    <idno>[ID number or classmark of manuscript]</idno>

                    <!-- Some manuscripts have a name -->
                    <msName>[Name of manuscript if it exists
                        (English)]</msName>
                </msIdentifier>

                <msContents>
                    <!-- msContents provides information about the intellectual 
                        contents of the manuscript  -->
                    <summary>[A summary of the manuscript contents use
                            <title>[Title of individual items]</title>
                        where appropriate]</summary>
                    <!-- give a textLang element with @mainLang attribute ISO 
                        language code and optional @otherLangs attribute. -->
                    <textLang mainLang="en" otherLangs="la fr">[A list of
                        languages in the manuscript, e.g. 'English with
                        some Latin and French']</textLang>
                    <!-- optionally you might follow this with msItem elements for 
                    each intellectual item in the manuscript -->
                </msContents>
                <physDesc>
                    <!-- physDesc gives a place to record physical description of the object. -->
                    <p>[Multiple paragraphs of information on the object's
                        Description perhaps mentioning its <material>[Type
                            of material, e.g. 'Parchment']</material> if
                        possible, description of hands used, music notation
                        if present, description of any decoration,
                        additions/marginalia, bindings, seals, or
                        accompanying material.]</p>
                </physDesc>
                <history>
                    <!-- history gives a place to record the history of the object -->
                    <p>[One or more paragraphs giving the full history of
                        the manuscript, e.g. its origin, provenance, and
                        eventual acquisition by the current repository.
                        Make sure to at least include an <origDate>[Origin
                            date]</origDate>
                        <origPlace>[Origin place]</origPlace> if
                        known.]</p>
                </history>
            </msDesc>
        </sourceDesc>
    </fileDesc>
    <revisionDesc>
        <change when="2009-05-14"><name type="person">James Cummings</name>
            created this file</change>
        <!-- Your revisionDesc should include information concerning 
            major changes to the file.  Replace the above with something more suitable.   -->
    </revisionDesc>
</teiHeader>

