Start Getting and Using the TEI Sources Report an issue

change

changechange documents a change or set of changes made during the production of a source document, or during the revision of an electronic file. [2.6 The Revision Description 2.4.1 Creation 11.7 Identifying Changes and Revisions ]
Moduleheader — The TEI header
Attributes
  • att.ascribed ( @who )
  • att.datable ( @calendar , @period ) (att.datable.w3c ( @when , @notBefore , @notAfter , @from , @to ) ) (att.datable.iso ( @when-iso , @notBefore-iso , @notAfter-iso , @from-iso , @to-iso ) ) (att.datable.custom ( @when-custom , @notBefore-custom , @notAfter-custom , @from-custom , @to-custom , @datingPoint , @datingMethod ) )
  • att.docStatus ( @status )
  • 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 ) )
  • att.typed ( @type , @subtype )
  • @target
    points to one or more elements that belong to this change.
    Usage
    Datatype
    teidata.pointer
    Contained by

    msdescription

    :
    May contain

    dictionaries

    :

    gaiji

    :

    header

    :

    iso-fs

    :

    textstructure

    :
    Character Data
    Note

    The who attribute may be used to point to any other element, but will typically specify a respStmt or person element elsewhere in the header, identifying the person responsible for the change and their role in making it.

    It is recommended that changes be recorded with the most recent first. The status attribute may be used to indicate the status of a document following the change documented.

    Example
    <titleStmt>
      <title> ... </title>
      <editor xml:id="LDB">Lou Burnard</editor>
      <respStmt xml:id="BZ">
        <resp>copy editing</resp>
        <name>Brett Zamir</name>
      </respStmt>
    </titleStmt>
    <!-- ... -->
    <revisionDesc status="published">
      <change who="#BZ" when="2008-02-02" status="public">Finished chapter 23</change>
      <change who="#BZ" when="2008-01-02" status="draft">Finished chapter 2</change>
      <change n="P2.2" when="1991-12-21" who="#LDB">Added examples to section 3</change>
      <change when="1991-11-11" who="#MSM">Deleted chapter 10</change>
    </revisionDesc>
    Content model
    <content>
        <!--    <zeroOrMore xmlns="http://relaxng.org/ns/structure/1.0">
          <choice>
            <text/>
            <ref name="model.limitedPhrase"/>
            <ref name="model.inter"/>
            <ref name="model.global"/>
          </choice>
        </zeroOrMore>-->
        <macroRef key="macro.specialPara"/>
      </content>