<fsDecl>
<fsDecl> (feature structure declaration) declares one type of feature structure. 18.11 Feature System Declaration | |||||||||||||||||||
Module | iso-fs — 18 Feature Structures | ||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||
Used by | |||||||||||||||||||
May contain | iso-fs: fDecl fsConstraints fsDescr | ||||||||||||||||||
Declaration |
element fsDecl { att.global.attributes, attribute type { data.enumerated }, attribute baseTypes { list { data.name+ } }?, ( fsDescr?, fDecl+, fsConstraints? ) } | ||||||||||||||||||
Example | <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> |