<altIdent>
<altIdent> (代替識別子) 特定言語において、XMLの要素、クラス、属性などで推奨される名前を示す。 [3.4.1 Terms and Glosses 22.4.1 Description of Components] | |
モジュール | tagdocs — Documentation Elements |
属性 | 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) |
クラブのメンバー | |
上位 | |
下位 |
XSD NCName
|
解説 |
ODDのすべてのドキュメント要素には、ident属性の値とし て提供される標準名がある。altIdent要素は、例えば異なる言 語で、対応するXMLオブジェクトの代替名を提供するために使用される。 |
例 | |
Content model |
<content> |
宣言 |
<rng:element name="altIdent"> 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 } |