att.identified

att.identified elementos a los que se puede hacer referencia a través del atributo key.
Módulotagdocs — Documentation Elements
MiembrosattDef classSpec constraintSpec elementSpec macroSpec moduleSpec schemaSpec
Atributosatt.combinable (@mode) (att.deprecated (@validUntil))
identproporciona el identificador utilizado para indicar un elemento.
Estado Necesario
Tipo de datos

<rng:ref name="data.name"/>
data.name
predeclaredeclara si la clase debe ser considerada global y por tanto definida en el módulo core
Estado Opcional
Tipo de datos

<rng:ref name="data.truthValue"/>
data.truthValue
Por defecto false
moduleproporciona el nombre del módulo en que el objeto debe ser definido.
Estado Opcional
Tipo de datos

<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>