<vLabel>

<vLabel> (value label) 素性構造中,複数箇所に現れる,素性値規定の値の部分を示す.
モジュールiso-fs — 18 Feature Structures
属性
name 共有ポイントの場所を示す.
状態 必須
データ型
data.word
An identifying name.
当該モジュールを使用するもの model.featureVal.single
下位
宣言
element vLabel
{
   att.global.attributes,
   attribute name { data.word },
   model.featureVal?
}
<fs>
 <f name="nominal">
  <fs>
   <f name="nm-num">
    <vLabel name="L1">
     <symbol value="singular"/>
    </vLabel>
   </f>
<!-- other nominal features -->
  </fs>
 </f>
 <f name="verbal">
  <fs>
   <f name="vb-num">
    <vLabel name="L1"/>
   </f>
  </fs>
<!-- other verbal features -->
 </f>
</fs>