<fsDecl>
<fsDecl> (declaración de estructura de rasgo) declara un tipo de estructura de rasgo 18.11 Feature System Declaration | |||||||||||||||||
Módulo | iso-fs — 18 Feature Structures | ||||||||||||||||
Además de los atributos globales |
|
||||||||||||||||
Usado por | |||||||||||||||||
Puede contener |
iso-fs: fDecl fsConstraints fsDescr
|
||||||||||||||||
Declaración |
element fsDecl { att.global.attributes, attribute type { data.enumerated }, attribute baseTypes { list { data.name+ } }?, ( fsDescr?, fDecl+, fsConstraints? ) } |
||||||||||||||||
Ejemplo |
<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> |