att.scope

att.scope provides attributes to describe, in general terms, the scope of an element’s application.
Modulo tei — The TEI Infrastructure
Membri att.handFeatures [handNote handShift scriptNote typeNote] language
Attributi
scope⚓︎ indicates the scope of application of the element
Stato Opzionale
Tipo di dati teidata.enumerated
I valori suggeriti includono:
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>