P5 Fascicule

<recordHist>


recordHist provides information about the source and revision status of the parent manuscript description itself.
Declaration
element recordHist
{
   tei.global.attributes,
   ( tei.paragraph+ | ( source, change* ) )
}
Attributes
Global attributes only
Example
 <recordHist>
  <source>
   <p>Derived from <ref target="#IMEV123">IMEV 123</ref> with additional research
    by P.M.W.Robinson</p>
  </source>
  <change>
   <date>23 June 1999</date>
   <respStmt>
    <name>LDB</name>
    <resp>editor</resp>
   </respStmt>
   <item>checked examples against DTD version 3.6</item>
  </change>
 </recordHist>
See further 1.9.1 Administrative information
Module msdescription