<valDesc>

<valDesc> (valor de la descripción) especifica cualquier vínculo de tipo semántico o sintáctico respecto al valor que un atributo puede asumir, añadiendo informaciones referentes al elemento datatype. 22.4.5 Attribute List Specification
Módulotagdocs — 22 Documentation Elements
Atributos
modeindica el efecto de la declaración sobre el módulo del que obtiene 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
Used byattDef
May contain
Declaración
element valDesc
{
   att.global.attributes,
   attribute mode { "add" | "delete" | "change" | "replace" }?,
   macro.phraseSeq.limited
}
Ejemplo
<valDesc>must point to another <gi>align</gi>
element logically preceding this one.</valDesc>