<fsDecl>
<fsDecl> (dichiarazione della struttura di tratti) dichiara un tipo di struttura di tratti 18.11 Feature System Declaration | |||||||||||||||||
Modulo | iso-fs — 18 Feature Structures | ||||||||||||||||
Oltre agli attributi globali |
|
||||||||||||||||
Usato da | |||||||||||||||||
Può contenere |
iso-fs: fDecl fsConstraints fsDescr
|
||||||||||||||||
Dichiarazione |
element fsDecl { att.global.attributes, attribute type { data.enumerated }, attribute baseTypes { list { data.name+ } }?, ( fsDescr?, fDecl+, fsConstraints? ) } |
||||||||||||||||
Esempio |
<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> |