<fs>
<fs> (struttura dei tratti) rappresenta una feature structure, cioè una raccolta di coppie di valori tratti organizzata come una unità strutturale. 18.2 Elementary Feature Structures and the Binary Feature Value | |||||||||||||||||
Modulo | iso-fs — 18 Feature Structures | ||||||||||||||||
Oltre agli attributi globali |
|
||||||||||||||||
Usato da | |||||||||||||||||
Può contenere |
iso-fs: f
|
||||||||||||||||
Dichiarazione |
element fs { att.global.attributes, attribute type { data.enumerated }?, attribute feats { list { data.pointer, data.pointer* } }?, f* } |
||||||||||||||||
Esempio |
<fs type="agreement_structure">
<f name="person"> <symbol value="third"/> </f> <f name="number"> <symbol value="singular"/> </f> </fs> |