<fsDecl>
<fsDecl> (feature structure declaration) declares one type of feature structure. 18.11 Feature System Declaration | |||||||||||||||||
Modul | iso-fs — 18 Feature Structures | ||||||||||||||||
Neben global gültigen Attributen |
|
||||||||||||||||
Verwendet von | |||||||||||||||||
Kann enthalten |
iso-fs: fDecl fsConstraints fsDescr
|
||||||||||||||||
Deklaration |
element fsDecl { att.global.attributes, attribute type { data.enumerated }, attribute baseTypes { list { data.name, data.name* } }?, ( fsDescr?, fDecl+, fsConstraints? ) } |
||||||||||||||||
Beispiel |
<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> |