-
Notifications
You must be signed in to change notification settings - Fork 2
Metadata
Christopher Pollin edited this page Aug 18, 2020
·
1 revision
- tei:msIdentifier> -> information about the location of the document, including repository collection and signature
- tei:msContents/tei:msItem -> every unique XY described by the XML/TEI (like every chapter, book, page etc.)
- tei:msContents/tei:msItem represents metadata in Source View (representation of every TEI in context:depcha.washington)
<sourceDesc>
<msDesc>
<msIdentifier>
<country>France</country>
<settlement>Paris</settlement>
<institution>Archives nationales de France</institution>
<collection>KK 283</collection>
<idno>ff. 1-36</idno>
<msName>Le livre de la taille de Paris, l'an 1296</msName>
</msIdentifier>
<msContents>
<msItem>
<title>Tax Rolls of Medieval Paris 1296</title>
<author>XY</author>
<docDate>1296</docDate>
<textLang>
<lang>French</lang>
</textLang>
</msItem>
</msContents>
</msDesc>
</sourceDesc>