<fsDecl>
| <fsDecl> ひとつの素性構造を宣言する. 18.11 素性システム宣言 | |||||||||||||||||||
| モジュール | iso-fs — 18 素性構造 | ||||||||||||||||||
| 属性 |
| ||||||||||||||||||
| 当該モジュールを使用するもの | |||||||||||||||||||
| 下位 | iso-fs: fDecl fsConstraints fsDescr | ||||||||||||||||||
| 宣言 |
element fsDecl { att.global.attributes, attribute type { data.enumerated }, attribute baseTypes { list { data.name+ } }?, ( fsDescr?, fDecl+, fsConstraints? ) } | ||||||||||||||||||
| 例 | <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> | ||||||||||||||||||
