<fsDecl>
<fsDecl> ひとつの素性構造を宣言する. 18.11 Feature System Declaration | |||||||||||||||||||
モジュール | iso-fs — 18 Feature Structures | ||||||||||||||||||
グローバル属性の他 |
|
||||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||||
下位 |
iso-fs: fDecl fsConstraints fsDescr
|
||||||||||||||||||
宣言 |
element fsDecl { att.global.attributes, attribute type { data.enumerated }, attribute baseTypes { list { data.name, 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> |