Start Getting and Using the TEI Sources Report an issue

recordHist

recordHistrecorded history provides information about the source and revision status of the parent manuscript or object description itself. [10.9.1 Administrative Information ]
Modulemsdescription — Manuscript Description
Attributes
  • att.global ( @xml:id , @n , @xml:lang , @xml:base , @xml:space ) (att.global.rendition ( @rend , @style , @rendition ) ) (att.global.linking ( @corresp , @synch , @sameAs , @copyOf , @next , @prev , @exclude , @select ) ) (att.global.analytic ( @ana ) ) (att.global.facs ( @facs ) ) (att.global.change ( @change ) ) (att.global.responsibility ( @cert , @resp ) ) (att.global.source ( @source ) )
  • Contained by

    msdescription

    :
    May contain

    core

    :

    header

    :

    linking

    :

    msdescription

    :
    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.pLike" minOccurs="1" maxOccurs="unbounded"/>
    
          <sequence>
            <elementRef key="source"/>
    
              <elementRef key="change" minOccurs="0" maxOccurs="unbounded"/>
    
          </sequence>
        </alternate>
      </content>