<altIdent>

<altIdent> (代替識別子) 特定言語において、XMLの要素、クラス、属性などで推奨される名前を示す。 [3.4.1 Terms and Glosses 22.4.1 Description of Components]
モジュール tagdocs — Documentation Elements
属性
クラブのメンバー
上位
下位
XSD NCName
解説

ODDのすべてのドキュメント要素には、ident属性の値とし て提供される標準名がある。altIdent要素は、例えば異なる言 語で、対応するXMLオブジェクトの代替名を提供するために使用される。

<altIdent xml:lang="fr">balisageDoc</altIdent>
Content model
<content>
 <dataRef name="NCName"/>
</content>
宣言
<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:data type="NCName"/>
</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,
   xsd:NCName
}