<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> |