<vNot>

<vNot> (value negation) represents a feature value which is the negation of its content. «#FVNOT»
Moduleiso-fs
Attributes
Used by
May containEmpty element
Declaration
element vNot { model.featureVal }
Example
<vNot>
 <symbol value="masculine"/>
</vNot>
Example
<f name="mode">
 <vNot>
  <vAlt>
   <symbol value="infinitive"/>
   <symbol value="participle"/>
  </vAlt>
 </vNot>
</f>