att.crit

Attributes common to all elements representing variant readings.
Module MEI.critapp
Members
lem, rdg (direct members of att.crit)
Attributes
@cause(optional)Classifies the cause for the variant reading, according to any appropriate typology of possible origins. Value of datatype NMTOKEN. att.crit
@hand(optional)Signifies the hand responsible for an action. The value must be the ID of a <hand> element declared in the header. Value conforms to data.URI. att.handident
@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
@seq(optional)Used to assign a sequence number related to the order in which the encoded features carrying this attribute are believed to have occurred. Value of datatype positiveInteger. att.sequence
@source(optional)Contains a list of one or more pointers indicating the sources which attest to a given reading. Each value should correspond to the ID of a <source> element located in the document header. One or more values from data.URI, separated by spaces. att.source
Declaration
<classes>
<memberOf key="att.handident"/>
<memberOf key="att.responsibility"/>
<memberOf key="att.sequence"/>
<memberOf key="att.source"/>
</classes>
<attDef ident="cause" usage="opt">
<desc>Classifies the cause for the variant reading, according to any appropriate typology of possible origins.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="NMTOKEN"/>
</datatype>
</attDef>