att.crit

Attributes common to all elements representing variant readings.
Module
MEI.critapp
Attributes
cause, hand, seq, source
cause(optional)Classifies the cause for the variant reading, according to any appropriate typology of possible origins. Value of datatype NMTOKEN.
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.
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.
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 or manifestationelement located in the document header. One or more values from data.URI, separated by spaces.
cause(optional)Classifies the cause for the variant reading, according to any appropriate typology of possible origins. Value of datatype NMTOKEN.
(MEI.shared) Attributes which identify a document hand.
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.
(MEI.shared) Attributes that describe order within a collection of features.
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.
(MEI.shared) Attributes common to elements that may refer to a source.
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 or manifestationelement located in the document header. One or more values from data.URI, separated by spaces.
Critical apparatus component declarations.
cause(optional)Classifies the cause for the variant reading, according to any appropriate typology of possible origins. Value of datatype NMTOKEN.
Component declarations that are shared between two or more modules.
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.
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.
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 or manifestationelement located in the document header. One or more values from data.URI, separated by spaces.
Available at
lem(lemma) – Contains the lemma, or base text, of a textual variation.
rdg(reading) – Contains a single reading within a textual variation.
lem(lemma) – Contains the lemma, or base text, of a textual variation.
rdg(reading) – Contains a single reading within a textual variation.
Declaration
<classSpec ident="att.crit" module="MEI.critapp" type="atts">
<desc>Attributes common to all elements representing variant readings.</desc>
<classes>
<memberOf key="att.handIdent"/>
<memberOf key="att.sequence"/>
<memberOf key="att.source"/>
</classes>
<attList org="group">
<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>
</attList>
</classSpec>