att.reasonIdent

Attributes that identify the reason why an editorial feature is used.
Module
MEI.edittrans
Attributes
reason
reason(optional)Holds a short phrase describing the reason for missing textual material (gap), why material is supplied (supplied), or why transcription is difficult (unclear). Value of datatype string.
reason(optional)Holds a short phrase describing the reason for missing textual material (gap), why material is supplied (supplied), or why transcription is difficult (unclear). Value of datatype string.
Editorial and transcriptional component declarations.
reason(optional)Holds a short phrase describing the reason for missing textual material (gap), why material is supplied (supplied), or why transcription is difficult (unclear). Value of datatype string.
Available at
gapIndicates a point where material has been omitted in a transcription, whether as part of sampling practice or for editorial reasons described in the MEI header.
suppliedContains material supplied by the transcriber or editor for any reason.
unclearContains material that cannot be transcribed with certainty because it is illegible or inaudible in the source.
gapIndicates a point where material has been omitted in a transcription, whether as part of sampling practice or for editorial reasons described in the MEI header.
suppliedContains material supplied by the transcriber or editor for any reason.
unclearContains material that cannot be transcribed with certainty because it is illegible or inaudible in the source.
Declaration
<classSpec ident="att.reasonIdent" module="MEI.edittrans" type="atts">
<desc>Attributes that identify the reason why an editorial feature is used.</desc>
<attList org="group">
<attDef ident="reason" usage="opt">
<desc>Holds a short phrase describing the reason for missing textual material (gap), why material is supplied (supplied), or why transcription is difficult (unclear).</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="string"/>
</datatype>
</attDef>
</attList>
</classSpec>