<change>

Individual change within the revision description.
Module MEI.header
Attributes
@analog(optional)Contains a reference to a field or element in another descriptive encoding system to which this MEI element is comparable. Value of datatype string. att.bibl
@enddate(optional)Contains the end point of a date range in standard ISO form. Value conforms to data.ISODATE. att.datable
@isodate(optional)Provides the value of a textual date in standard ISO form. Value conforms to data.ISODATE. att.datable
@label(optional)Provides a name or label for an element. The value may be any string. Value of datatype string. att.commonPart
@n(optional)Provides a number-like designation for an element. Value conforms to token. att.common
@notafter(optional)Contains an upper boundary for an uncertain date in standard ISO form. Value conforms to data.ISODATE. att.datable
@notbefore(optional)Contains a lower boundary, in standard ISO form, for an uncertain date. Value conforms to data.ISODATE. att.datable
@resp(optional)Captures information regarding responsibility for some aspect of the text's creation, transcription, editing, or encoding. Its value must point to one or more identifiers declared in the document header. One or more values from data.URI, separated by spaces. att.responsibility
@startdate(optional)Contains the starting point of a date range in standard ISO form. Value conforms to data.ISODATE. att.datable
@subtype(optional)Provide any sub-classification for the element, additional to that given by its type attribute. Value of datatype NMTOKEN. att.typed
@type(optional)Characterizes the element in some sense, using any convenient classification scheme or typology. Value of datatype NMTOKEN. att.typed
@xml:base(optional)Provides a base URI reference with which applications can resolve relative URI references into absolute URI references. Value conforms to data.URI. att.commonPart
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value of datatype ID. att.id
Member of
Contained by
MEI.headerrevisionDesc
May contain
MEI.headerchangeDesc
MEI.shareddate respStmt
Declaration
<classes>
<memberOf key="att.common"/>
<memberOf key="att.bibl"/>
<memberOf key="att.datable"/>
<memberOf key="att.responsibility"/>
<memberOf key="att.typed"/>
</classes>
<content>
<rng:optional>
<rng:ref name="respStmt" />
</rng:optional>
<rng:ref name="changeDesc" />
<rng:optional>
<rng:ref name="model.dateLike" />
</rng:optional>
</content>
Remarks

Additions, deletions, and significant recoding should be noted, but not correction of minor typographical errors. It is recommended that revisions should be entered in reverse chronological order, with the most recent change first. The resp attribute contains a pointer to an element containing info about the person/entity responsible for change. The edition element can be used to designate an MEI encoding that has been so substantively changed that it constitutes a new version that supersedes earlier versions.This element is modelled on an element in the Encoded Archival Description (EAD) standard.

Constraint
The date of the change must be recorded in an isodate attribute or date element.
The person responsible for the change must be recorded in a resp attribute or respStmt element.
<sch:rule context="mei:change">
<sch:assert test="@isodate or mei:date">The date of the change must be recorded in an isodate attribute or date element.</sch:assert>
<sch:assert test="@resp or mei:respStmt">The person responsible for the change must be recorded in a resp attribute or respStmt element.</sch:assert>
</sch:rule>