att.identified

att.identified provides attributes for elements which can be referenced by means of a key attribute.
モジュールtagdocs — 22 Documentation Elements
構成 attDef classSpec elementSpec macroSpec moduleSpec schemaSpec valItem
属性
ident当該要素を参照するIDを示す.
状態 必須
データ型
data.name
an XML name
predeclare当該クラスはグローバル属性かどうか,中核モジュール中で定義される 必要があるかどうかを示す.
状態 任意
データ型
xsd:boolean
module当該クラスが定義されているモジュールを示す.
状態 任意
データ型
xsd:NCName
a name of module
mode当該宣言が親要素に与える影響を示す.
状態 任意
正当な値:
add
this declaration is added to the current definitions [初期値]
delete
this declaration and all of its children are removed from the current setup
change
this declaration changes the declaration of the same name in the current definition
replace
this declaration replaces the declaration of the same name in the current definition
解説
The informal meaning of the values for mode is as follows:
add
the object should be created (processing any children in add mode); raise an error if an object with the same identifier already exists
replace
use this object in preference to any existing object with the same identifier, and ignore any children of that object; process any new children in replace mode
delete
do not process this object or any existing object with the same identifier; raise an error if any new children supplied
change
process this object, and process its children, and those of any existing object with the same identifier, in change mode