<fDecl>

<fDecl> (declaración de rasgo) declara un único rasgo, indicando su nombre, organización, gama de valores posibles y, opcionalmente, su valor predeterminado. 18.11 Feature System Declaration
Móduloiso-fs — 18 Feature Structures
Atributos
nameindica el nombre del rasgo que está siendo declarado; combina el atributo name de elementos <f> en el texto.
Estado Necesario
Tipo de datos
data.name
Valores any string of characters
optionalindica si el valor del rasgo debe estar presente o no.
Estado Opcional
Tipo de datos
xsd:boolean
Nota
If a feature is marked as optional, it is possible for it to be omitted from a feature structure. If an obligatory feature is omitted, then it is understood to have a default value, either explicitly declared, or, if no default is supplied, the special value any. If an optional feature is omitted, then it is understood to be missing and any possible value (including the default) is ignored.
Used byfsDecl
May contain
Declaración
element fDecl
{
   att.global.attributes,
   attribute name { data.name },
   attribute optional { xsd:boolean }?,
   ( fDescr?, vRange, vDefault? )
}