att.scope

att.scope provides attributes to describe, in general terms, the scope of an element’s application.
Module tei — The TEI Infrastructure
Membres att.handFeatures [handNote handShift scriptNote typeNote] language
Attributs
scope⚓︎ indicates the scope of application of the element
Statut Optionel
Type de données teidata.enumerated
Les valeurs suggérées comprennent:
sole
only this particular feature is used throughout the document
major
this feature is used through most of the document
minor
this feature is used occasionally through the document
<langUsage>
 <language ident="enscope="major"/>
 <language ident="esscope="minor"/>
 <language ident="x-wwscope="minor">An invented language the children call <name>Wikwah</name>.</language>
</langUsage>
<handNote scope="sole">
 <p>Written in insular phase II half-uncial with
   interlinear Old English gloss in an Anglo-Saxon
   pointed minuscule.</p>
</handNote>