<recordHist>

<recordHist> (recorded history) provides information about the source and revision status of the parent manuscript description itself. 10.7.5.1 Administrative information
Modulemsdescription — 10 Manuscript Description
AttributesGlobal attributes only
Used by
May contain
core: p
header: change
linking: ab
msdescription: source
Declaration

<rng:element name="recordHist">
<rng:ref name="att.global.attributes"/>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
 <rng:group>
  <rng:ref name="source"/>
  <rng:zeroOrMore>
   <rng:ref name="change"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:choice>
</rng:element>
element recordHist
{
   att.global.attributes,
   ( model.pLike+ | ( source, change* ) )
}
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>