Text Encoding Initiative

The XML Version of the TEI Guidelines

<fLib>


<fLib> (Feature library) assembles library of feature elements.
Attributes (In addition to global attributes and those inherited from metadata)
type indicates type of feature library (i.e., what kind of features it contains).
Datatype: CDATA
Values: Character string, e.g. word features.
Default: #IMPLIED
Example
<fLib type="agreement features">
   <f id="p1" name="person" fVal="sfirst"/>
   <f id="p2" name="person" fVal="ssecond"/>
   <!-- ... -->
   <f id="ns" name="number" fVal="ssing"/>
   <f id="np" name="number" fVal="splur"/>
   <!-- ... -->
</fLib>
Module Declared in file teifs2; Additional tag set for feature structures: enabled by TEI.fs
Class metadata
Data Description Zero or more features or alternations of features.
May contain f fAlt
May occur within ab abbr activity actor add addName addrLine address admin affiliation analytic app argument author authority back bibl biblFull biblScope biblStruct birth bloc body byline camera caption case castGroup castItem castList cell channel cit cl classCode closer colloc constitution corr country creation damage date dateRange dateStruct dateline def del derivation descrip dictScrap distance distinct distributor div div0 div1 div2 div3 div4 div5 div6 div7 docAuthor docDate docEdition docImprint docTitle domain edition editor education emph entry entryFree epigraph epilogue etym expan extent factuality figDesc figure firstLang foreName foreign form front funder fw gen genName geogName gloss gram gramGrp graph group head headItem headLabel hi hyph imprimatur imprint interaction item itype l label lang langKnown language lbl lem lg lg1 lg2 lg3 lg4 lg5 list listBibl locale m measure meeting mentioned metDecl monogr mood name nameLink note num number occasion occupation offset ofig opener orgDivn orgName orgTitle orgType orig orth otherForm p per performance persName phr placeName pos preparedness principal prologue pron pubPlace publicationStmt publisher purpose q quote rdg rdgGrp re ref reg region rendition residence resp respStmt restore role roleDesc roleName row rs s salute seg sense series set settlement sic signed soCalled socecStatus sound sp speaker sponsor stage street stress subc supplied surname syll symbol table tagUsage tech term termEntry text tig time timeRange timeStruct title titlePage titlePart tns tr trailer trans u unclear usg view w wit witDetail witList witness writing xr xref
Declaration
<!ELEMENT fLib %om.RR; ((f | fAlt)*)> 
<!ATTLIST fLib  
      %a.global;
      type CDATA #IMPLIED>
See further 16.3 Feature, Feature-Structure and Feature-Value Libraries

Up: 35 Elements