<fs>
<fs> (功能結構) 表示一個功能結構,即組織為一個結構單元的功能-值配對集合。 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> |