att.identified

att.identified elementi ai quali si può fare riferimento tramite l'attributo key
Modulo tagdocs — Documentation Elements
Membri attDef classSpec constraintSpec dataSpec elementSpec macroSpec moduleSpec paramSpec schemaSpec
Attributi
ident⚓︎ specifica l'identificatore utilizzato per indicare l'elemento
Stato Richiesto
Tipo di dati teidata.name
predeclare⚓︎ dichiara se la classe debba essere considerata globale e quindi definita nel modulo core
Stato Opzionale
Tipo di dati teidata.truthValue
Valore di default false
module⚓︎ indica il nome del modulo nel quale l'oggetto deve essere definito
Stato Opzionale
Tipo di dati teidata.xmlName
Schematron

<sch:rule context="tei:elementSpec[@module]|tei:classSpec[@module]|tei:macroSpec[@module]">
<sch:assert test="(not(ancestor::tei:schemaSpec | ancestor::tei:TEI | ancestor::tei:teiCorpus)) or (not(@module) or (not(//tei:moduleSpec) and not(//tei:moduleRef)) or (//tei:moduleSpec[@ident = current()/@module]) or (//tei:moduleRef[@key = current()/@module]))"> Specification <sch:value-of select="@ident"/>: the value of the module attribute ("<sch:value-of select="@module"/>")
should correspond to an existing module, via a moduleSpec or
moduleRef</sch:assert>
</sch:rule>