<fDecl>

<fDecl> (déclaration de trait) déclare un trait unique, en en précisant le nom, l'organisation, la liste de valeurs autorisées et, éventuellement, la valeur par défaut 18.11 Feature System Declaration
Moduleiso-fs — 18 Feature Structures
Attributs
nameindique le nom du trait déclaré ; correspond à l'attribut name (nom) des éléments <f> du texte
Statut Requis
Type de données
data.name
Valeurs any string of characters
optionalindique si la valeur de ce trait peut ou non exister
Statut Optionel
Type de données
xsd:boolean
Note
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.
Utilisé parfsDecl
Peut contenir
Declaration
element fDecl
{
   att.global.attributes,
   attribute name { data.name },
   attribute optional { xsd:boolean }?,
   ( fDescr?, vRange, vDefault? )
}