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. This element is modelled on an element in the Text Encoding Initiative (TEI) standard.
<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>
<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>
<elementSpec ident="handShift" module="MEI.edittrans">
<desc>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>
<rng:empty/>
</content>
<attList org="group">
<attDef ident="character" usage="opt">
<desc>Describes the character of the new hand.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:text/>
</datatype>
</attDef>
<attDef ident="new" usage="opt">
<desc>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="isoschematron">
<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>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="isoschematron">
<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>
<p part="N">The
<att scheme="TEI">character</att> 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
<att scheme="TEI">medium</att> attribute. The new hand may be identified using the
<att scheme="TEI">new</att>
attribute, while the previous hand may be recorded in the
<att scheme="TEI">old</att> attribute. The
<att scheme="TEI">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 scheme="TEI">cert</att>
attribute signifies the degree of certainty ascribed to the identification of the
new
hand.</p>
</remarks>
<remarks>
<p part="N">This element is modelled on an element in the Text Encoding Initiative (TEI) standard.</p>
</remarks>
</elementSpec>