![]() |
Text Encoding Initiative |
The XML Version of the TEI Guidelines<f> |
| <f> | (Feature) associates a name with a value of any of several different types. | |
| Attributes | (In addition to global attributes) | |
| Example |
<f name="gender"><sym value="feminine"/></f> |
|
| Note |
If content is empty and no fVal attribute is present, then value is that specified by <default>. |
|
| Module | Declared in file teifs2; Additional tag set for feature structures: enabled by TEI.fs | |
| Data Description | Exactly one null value, or zero or more values other than null. | |
| May contain | alt any dft fs minus msr nbr none null plus rate str sym uncertain vAlt | |
| May occur within | fAlt fLib fs | |
| Declaration |
<!ELEMENT f %om.RO; ( null | ( plus | minus | any | none | dft | uncertain |
sym | nbr | msr | rate | str | vAlt | alt | fs )* ) >
<!ATTLIST f
%a.global;
name NMTOKEN #REQUIRED
org (single|set|bag|list) #IMPLIED
rel (eq|ne|sb|ns) "eq"
fVal IDREFS #IMPLIED> |
|
| See further | 16.2 Elementary Feature Structures: Features with Binary Values | |
Up: 35 Elements