<vRange>
<vRange> (value range) 要素fs, vAltで示される素性値の範囲を定義する.要素 fの妥当な値は,その範囲内になければならない.要素f が複数の値をとる場合(属性orgがそれを認めている時),各値は当該要素 vRangeが示す範囲内になければならない. [18.11 Feature System Declaration] | |
モジュール | iso-fs — Feature Structures |
属性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) |
上位 | iso-fs: fDecl |
下位 | |
宣言 |
element vRange { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, model.featureVal } |
例 | <fDecl name="INV"> <fDescr>inverted sentence</fDescr> <vRange> <vAlt> <binary value="true"/> <binary value="false"/> </vAlt> </vRange> <vDefault> <binary value="false"/> </vDefault> </fDecl> |
解説 | 正しい素性値規定を含むかもしれない. |