<fsDecl>
<fsDecl> (déclaration de structure de traits) déclare un type de structure de traits 18.11 Feature System Declaration | |||||||||||||||||||
Module | iso-fs — 18 Feature Structures | ||||||||||||||||||
Attributs |
| ||||||||||||||||||
Utilisé par | |||||||||||||||||||
Peut contenir | iso-fs: fDecl fsConstraints fsDescr | ||||||||||||||||||
Declaration |
element fsDecl { att.global.attributes, attribute type { data.enumerated }, attribute baseTypes { list { data.name+ } }?, ( fsDescr?, fDecl+, fsConstraints? ) } | ||||||||||||||||||
Exemple | <fsDecl type="SomeName"> <fsDescr>Describes what this type of fs represents</fsDescr> <fDecl name="featureOne"> <!-- The declaration for featureOne --> </fDecl> <fDecl name="featureTwo"> <!-- The declaration for featureTwo --> </fDecl> <fsConstraints> <!-- The feature structure constraints go here --> </fsConstraints> </fsDecl> |