<abbr> (abbreviation) contains an abbreviation of any sort.
Attributes:
expan (expansion) gives an expansion of the abbreviation.
Datatype: CDATA
Values: any string of characters
Default: #IMPLIED
Example:
 The address is Southmoor <abbr expan='road'>Rd</>.
Note

Only one expansion may be given for an abbreviation; if different expansions are to be proposed, the tags for critical apparatus should be used.

resp (responsibility) signifies the editor or transcriber responsible for supplying the expansion of the abbreviation held as the value of the expan attribute.
Datatype: IDREF
Values: must be one of the identifiers declared in the document header, associated with a person asserted as responsible for some aspect of the text's creation, transcription, editing or encoding (see chapter 17 ).
Default: %INHERITED
Example:
 The address is Southmoor <abbr expan='Road' resp=LB>Rd</>.
Note

If no expansion is given, the resp attribute has no meaning.

cert (certainty) signifies the degree of certainty ascribed to the expansion of the abbreviation.
Datatype: CDATA
Default: #IMPLIED
Example:
type allows the encoder to classify the abbreviation according to some convenient typology.
Datatype: CDATA
Legal values:
suspension the abbreviation provides the first letter(s) of the word or phrase, omitting the remainder.
contraction the abbreviation omits some letter(s) in the middle.
brevigraph the abbreviation comprises a special symbol or mark.
superscription the abbreviation includes writing above the line.
acronym the abbreviation comprises the initial letters of the words of a phrase.
title the abbreviation is for a title of address (Dr, Ms, Mr, ...)
organization the abbreviation is for the name of an organization.
geographic the abbreviation is for a geographic name.
Default: #IMPLIED
Example:
  <abbr type=acronym>RSVP</abbr>
  <abbr type=organization>SPQR</abbr>
  <abbr type=brevigraph>&per;</abbr>
  <abbr type=contraction>yr hbl servt</abbr>
Note

The type attribute is provided for the sake of those who wish to classify abbreviations at their point of occurrence; this may be useful in some circumstances, though usually the same abbreviation will have the same type in all occurrences. As the sample values make clear, abbreviations may be classified by the method used to construct them, the method of writing them, or the referent of the term abbreviated; the typology used is up to the encoder and should be carefully planned to meet the needs of the expected use.

Example
  <abbr type=organization
    expan='senatus populusque romanorum'
    resp=author>SPQR</abbr>
Note

This tag is the mirror image of the <expan> tag; both allow the encoder to transcribe both an abbreviation and its expansion. In <abbr> , however, the original is transcribed as the content of the element and the expansion as an attribute value; <expan> reverses this. The choice between the two is up to the user.

The <abbr> tag is not required; if appropriate, the encoder may transcribe abbreviations in the source text silently, without tagging them. If abbreviations are not transcribed directly but expanded silently, then the TEI header should so indicate.

For a typology of ME abbreviations, see A. G. Petty, English literary hands from Chaucer to Dryden (London: Edward Arnold, 1977), pp. 22-25.

Tagsetadditional tag set for common core features
Classdata [and indirectly also:] phrase
Filenameteicore2
Content: May contain character data and phrase-level elements.
Parentsab abbr activity actor add addName addrLine admin affiliation author authority bibl biblScope birth bloc byline camera caption case castItem catDesc cell channel cl classCode closer colloc constitution corr country creation damage dataDesc date dateRange def del derivation desc descrip distance distinct distributor docAuthor docDate docEdition docImprint domain edition editor education emph equiv etym expan extent fDescr factuality figDesc firstLang foreign forename form fsDescr funder fw gen genName gloss gram gramGrp head headItem headLabel hi hyph imprimatur interaction item itype l label lang langKnown language lbl lem locale measure meeting mentioned mood name nameLink note num number occasion occupation opener orgDivn orgName orgTitle orgType orig orth otherForm p per persName phr placeName pos preparedness principal pron pubPlace publisher purpose q quote rdg re ref reg region rendition residence resp restore role roleDesc roleName rs s salute seg sense set settlement sic signed soCalled socecStatus sound speaker sponsor stage street stress subc supplied surname syll symbol tagUsage tech term time timeRange title titlePart tns tr trailer trans u unclear usg valDesc view wit witDetail witness writing xr xref
Children#PCDATA abbr add address app att c caesura cl corr damage date dateRange dateStruct del distinct emph expan foreign formula fw geogName gi gloss handShift hi lang link m measure mentioned name num oRef oVar orgName orig pRef pVar persName phr placeName ptr ref reg restore rs s seg sic soCalled space supplied tag term time timeRange timeStruct title unclear val w xptr xref
Declaration
<!ELEMENT abbr          - -  (%phrase.seq;)                     >
<!ATTLIST abbr               %a.global
          expan              CDATA               #IMPLIED
          resp               IDREF               %INHERITED
                                                  
          cert               CDATA               #IMPLIED
          type               CDATA               #IMPLIED       >
See 6.4.5

Back to index