<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]
Moduletagdocs — Documentation Elements
Attributsatt.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 contenirDes 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>
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
}