att.identified

att.identified provides the identifying attribute for elements which can be subsequently referenced by means of a key attribute.
Moduletagdocs — Documentation Elements
MembersattDef classSpec constraintSpec elementSpec macroSpec moduleSpec schemaSpec
Attributesatt.combinable (@mode) (att.deprecated (@validUntil))
identsupplies the identifier by which this element may be referenced.
Status Required
Datatype

<rng:ref name="data.name"/>
data.name
predeclaresays whether this object should be predeclared in the tei infrastructure module.
Status Optional
Datatype

<rng:ref name="data.truthValue"/>
data.truthValue
Default false
modulesupplies a name for the module in which this object is to be declared.
Status Optional
Datatype

<rng:ref name="data.xmlName"/>
data.xmlName
Schematron

<s:rule context="tei:elementSpec[@module]|tei:classSpec[@module]|tei:macroSpec[@module]">
<s: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 <s:value-of select="@ident"/>: the value of the module attribute ("<s:value-of select="@module"/>")
should correspond to an existing module, via a moduleSpec or
moduleRef</s:assert></s:rule>