att.identified

att.identified elementos a los que se puede hacer referencia a través del atributo key.
Módulotagdocs — 22 Documentation Elements
Miembros attDef classSpec elementSpec macroSpec moduleSpec schemaSpec valItem
Atributos
identproporciona el identificador utilizado para indicar un elemento.
Estado Necesario
Tipo de datos
data.name
Valores an XML name
predeclaredeclara si la clase debe ser considerada global y por tanto definida en el módulo core
Estado Opcional
Tipo de datos
xsd:boolean
moduleproporciona el nombre del módulo en que el objeto debe ser definido.
Estado Opcional
Tipo de datos
xsd:NCName
Valores a name of module
modeespecifica el efecto de esta declaración en el módulo del que obtiene el orígen (módulo padre)
Estado Opcional
Los valores admitidos son:
add
this declaration is added to the current definitions [Por defecto]
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
Nota
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