The character attribute describes characteristics of the hand, particularly those related to the quality of the writing, e.g., shaky, thick, regular. A description of the tint or type of ink, e.g., brown or the writing medium, e.g., pencil, may be placed in the medium attribute. The new hand may be identified using the new attribute, while the previous hand may be recorded in the old attribute. The resp attribute contains an ID reference to an element containing the name of the editor or transcriber responsible for identifying the change of hand. The cert attribute signifies the degree of certainty ascribed to the identification of the new hand.
The model of this element is based on the handShift element of the Text Encoding Initiative (TEI).
<elementSpec ident="handShift" module="MEI.edittrans">
<desc xml:lang="en">Marks the beginning of a passage written in a new hand, or of a change in the scribe,
writing style, ink or character of the document hand.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.edit"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.medium"/>
<memberOf key="model.transcriptionLike"/>
</classes>
<content>
<empty/>
</content>
<attList>
<attDef ident="character" usage="opt">
<desc xml:lang="en">Describes the character of the new hand.</desc>
<datatype>
<rng:text/>
</datatype>
</attDef>
<attDef ident="new" usage="opt">
<desc xml:lang="en">Identifies the new hand. The value must contain the ID of a hand element given
elsewhere in the document.</desc>
<constraintSpec ident="check_newTarget" scheme="schematron">
<constraint>
<sch:rule context="@new">
<sch:assert role="warning" test="not(normalize-space(.) eq '')">@new attribute should
have content.</sch:assert>
<sch:assert role="warning" test="every $i in tokenize(., '\s+') satisfies substring($i,2)=//mei:hand/@xml:id">The value in @new should correspond to the @xml:id attribute of a hand
element.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
</attDef>
<attDef ident="old" usage="opt">
<desc xml:lang="en">Identifies the old hand. The value must contain the ID of a hand element given
elsewhere in the document.</desc>
<constraintSpec ident="check_oldTarget" scheme="schematron">
<constraint>
<sch:rule context="@old">
<sch:assert role="warning" test="not(normalize-space(.) eq '')">@old attribute should
have content.</sch:assert>
<sch:assert role="warning" test="every $i in tokenize(., '\s+') satisfies substring($i,2)=//mei:hand/@xml:id">The value in @old should correspond to the @xml:id attribute of a hand
element.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
</attDef>
</attList>
<remarks xml:lang="en">
<p>The <att>character</att> attribute describes characteristics of the hand, particularly
those related to the quality of the writing,
<abbr>e.g.</abbr>,
<val>shaky</val>,
<val>thick</val>,
<val>regular</val>. A description
of the tint or type of ink,
<abbr>e.g.</abbr>,
<val>brown</val> or the writing medium,
<abbr>e.g.</abbr>,
<val>pencil</val>, may be placed
in the <att>medium</att> attribute. The new hand may be identified using the <att>new</att>
attribute, while the previous hand may be recorded in the <att>old</att> attribute. The
<att>resp</att> attribute contains an ID reference to an element containing the name of the
editor or transcriber responsible for identifying the change of hand. The <att>cert</att>
attribute signifies the degree of certainty ascribed to the identification of the
new
hand.</p>
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-handShift.html">handShift</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>