<recordHist>

<recordHist> (recorded history) provides information about the source and revision status of the parent manuscript or object description itself. [10.9.1. Administrative Information]
Modulemsdescription
Attributes
Contained by
msdescription: adminInfo
May contain
core: p
header: change
linking: ab
msdescription: source
Example
<recordHist>
 <source>
  <p>Derived from <ref target="#IMEV">IMEV 123</ref> with additional research
     by P.M.W.Robinson</p>
 </source>
 <change when="1999-06-23">
  <name>LDB</name> (editor)
   checked examples against DTD version 3.6
 </change>
</recordHist>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <sequence>
   <elementRef key="source"/>
   <elementRef key="changeminOccurs="0"
    maxOccurs="unbounded"/>

  </sequence>
 </alternate>
</content>
Schema Declaration
element recordHist
{
   tei_att.global.attributes,
   ( tei_model.pLike+ | ( tei_source, tei_change* ) )
}