<fs>
<fs> (자질 구조) feature structure, 즉, 구조화된 단위로서 구성된 자질-값 쌍의 집합을 표시한다. 18.2 Elementary Feature Structures and the Binary Feature Value | |||||||||||||||||
모듈 | iso-fs — 18 Feature Structures | ||||||||||||||||
전체 속성에 부가 |
|
||||||||||||||||
에 의해 사용된 | |||||||||||||||||
포함할 수 있다 |
iso-fs: f
|
||||||||||||||||
선언 |
element fs { att.global.attributes, attribute type { data.enumerated }?, attribute feats { list { data.pointer+ } }?, f* } |
||||||||||||||||
예 |
<fs type="agreement_structure">
<f name="person"> <symbol value="third"/> </f> <f name="number"> <symbol value="singular"/> </f> </fs> |