Text Encoding Initiative

The XML Version of the TEI Guidelines

<vDefault>


<vDefault> (value default) declares the default value to be supplied when a feature structure does not contain an instance of <f> for this name; if unconditional, it is specified as one (or, depending on the value of the org attribute of the enclosing <fDecl>) more <fs> elements or primitive values; if conditional, it is specified as one or more <if> elements; if no default is specified, or no condition matches, the value <none> is assumed.
Attributes Global attributes only
Example

Module Declared in file teifsd2; Additional tag set for feature structures: enabled by TEI.fs
Data Description May contain a legal feature value, or a series of <if> elements.
May contain any dft fs if minus msr nbr none null plus rate str sym uncertain vAlt
May occur within fDecl
Declaration
<!ELEMENT vDefault %om.RR; ((%m.featureVal;)+ | if+)> 
<!ATTLIST vDefault  
      %a.global;>
See further 26 Feature System Declaration

Up: 35 Elements