<altIdent>

<altIdent> (identifiant alternatif) fournit le nom XML recommandé pour un élément, une classe, un attribut, etc. dans un langage quelconque. [3.4.1 Terms and Glosses 22.4.1 Description of Components]
Module tagdocs — Documentation Elements
Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
Membre du
Contenu dans
Peut contenir Des données textuelles uniquement
Note

Tous les éléments de documentation en ODD ont un nom canonique fourni comme valeur de leur attribut ident. L'élément altIdent est utilisé pour apporter un nom alternatif à l'objet XML correspondant, éventuellement dans un langage différent.

Exemple
<altIdent xml:lang="fr">balisageDoc</altIdent>
Exemple
<altIdent xml:lang="fr">balisageDoc</altIdent>
Schematron The altIdent element should only be a child of attDef, classSpec, constraintSpec, dataSpec, elementSpec, macroSpec, or valItem. Thus its use in other places is being deprecated.

<sch:report test="parent::tei:model | parent::tei:modelGrp | parent::tei:modelSequence | parent::tei:paramSpec | parent::tei:schemaSpec"
 role="nonfatal">
Use of <altIdent> as a child of <<sch:value-of select="name(..)"/>> is
deprecated, and will no longer be valid after 2022-07-14.
</sch:report>
<sch:report test="parent::tei:moduleSpec"
 role="nonfatal">
Use of <altIdent> to declare the FPI of a module is
deprecated, and will no longer be valid after 2022-07-14;
please use <idno type="FPI"> instead.
</sch:report>
Schematron Other than when used to indicate the formal public identifier of a module (which is a deprecated usage), the content of altIdent should be a single teidata.xmlName.

<sch:rule context="tei:altIdent[ not( parent::tei:moduleSpec or @type eq 'FPI' ) ]">
<sch:assert test=". castable as xs:NCName"> The content of this 'altIdent' element (<sch:value-of select="normalize-space(.)"/>)
should conform to teidata.xmlName.
</sch:assert>
</sch:rule>
Modèle de contenu
<content>
 <textNode/>
</content>
Schéma Declaration
<rng:element name="altIdent">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:text/>
</rng:element>
element altIdent
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attributes,
   text
}