change (hendiVar)
Back
<change> (change) documents a change or set of changes made during the production of a source document, or during the revision of an electronic file.
Other Customizations
Attributes
when
req
supplies the value of the date in the form yyyy-mm-dd.
Datatype
wega.data.temporal.iso
who
req
indicates the person, or group of people, to whom the element content is ascribed.
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>
Example
<profileDesc>
<creation>
<listChange>
<change xml:id="DRAFT1">First draft in pencil</change>
<change xml:id="DRAFT2" notBefore="1880-12-09">First revision, mostly
using green ink</change>
<change xml:id="DRAFT3" notBefore="1881-02-13">Final corrections as
supplied to printer.</change>
</listChange>
</creation>
</profileDesc>