<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+ } }?, ( 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> |