Where the difficulty in transcription arises from an identifiable cause, the agent attribute signifies the causative agent. The cert attribute signifies the degree of certainty ascribed to the transcription of the text contained within the unclear element. Where the difficulty in transcription arises from action (partial deletion, etc.) assignable to an identifiable hand, the hand attribute signifies the hand responsible for the action. The reason attribute indicates why the material is difficult to transcribe. The resp attribute indicates the individual responsible for the transcription of the word, phrase, or passage contained with the unclear element. The value of resp must point to one or more identifiers declared in the document header.
In no case should unclear contain elements that would not otherwise be permitted to occur within the parent of its own app ancestor. For example, when used as a descendent of verse, unclear should only contain those elements allowed within verse.
The model of this element is based on the unclear element of the Text Encoding Initiative (TEI).
<elementSpec ident="unclear" module="MEI.edittrans">
<desc xml:lang="en">Contains material that cannot be transcribed with certainty because it is illegible
or
inaudible in the source.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.agentIdent"/>
<memberOf key="att.edit"/>
<memberOf key="att.extent"/>
<memberOf key="att.facsimile"/>
<memberOf key="att.handIdent"/>
<memberOf key="att.lang"/>
<memberOf key="att.reasonIdent"/>
<memberOf key="model.choicePart"/>
<memberOf key="model.transcriptionLike"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.divLike"/>
<rng:ref name="model.editLike"/>
<rng:ref name="model.editTransPart"/>
<rng:ref name="model.fLike"/>
<rng:ref name="model.graphicPrimitiveLike"/>
<rng:ref name="model.keyAccidLike"/>
<rng:ref name="model.layerPart"/>
<rng:ref name="model.milestoneLike.music"/>
<rng:ref name="model.neumeComponentModifierLike"/>
<rng:ref name="model.neumeModifierLike"/>
<rng:ref name="model.neumePart"/>
<rng:ref name="model.sectionPart"/>
<rng:ref name="model.staffGrpLike"/>
<rng:ref name="model.transcriptionLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
<remarks xml:lang="en">
<p>Where the difficulty in transcription arises from an identifiable cause, the
<att>agent</att> attribute signifies the causative agent. The <att>cert</att> attribute
signifies the degree of certainty ascribed to the transcription of the text contained
within
the <gi scheme="MEI">unclear</gi> element. Where the difficulty in transcription arises from
action (partial deletion, etc.) assignable to an identifiable hand, the <att>hand</att>
attribute signifies the hand responsible for the action. The <att>reason</att> attribute
indicates why the material is difficult to transcribe. The <att>resp</att> attribute
indicates the individual responsible for the transcription of the word, phrase, or
passage
contained with the <gi scheme="MEI">unclear</gi> element. The value of <att>resp</att> must
point to one or more identifiers declared in the document header.</p>
<p>In no case should <gi scheme="MEI">unclear</gi> contain elements that would not otherwise
be permitted to occur within the parent of its own <gi scheme="MEI">app</gi> ancestor. For
example, when used as a descendent of <gi scheme="MEI">verse</gi>, <gi scheme="MEI">unclear</gi> should only contain those elements allowed within <gi scheme="MEI">verse</gi>.</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-unclear.html">unclear</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>