Centrum voor Teksteditie en Bronnenstudie - Centre for Scholarly Editing and Document Studies

Centrum voor Teksteditie en Bronnenstudie

Centre for Scholarly Editing and Document Studies

a research centre of the Royal Academy of Dutch Language and Literature

<address>


<address> Contains a postal or other address, for example of a publisher, an organisation, or an individual.
Attributes
In addition to global attributes:
type Describes the type of address.
Datatype: CDATA
Values: Any convenient typology can be used.
Default: #IMPLIED
Example:
Note

Apart from the type attribute, the <address> element is taken over literally from the TEI scheme (see http://www.tei-c.org/P4X/ref-ADDRESS.html). This attribute is added in the DALF DTD to indicate sensible address types that can occur in letters, such as eg. ‘receiver’, ‘sender’, etc.

Example
<address type="receiver">
   <addrLine>Stijn Streuvels</addrLine>
   <addrLine>Lijsternest</addrLine>
   <addrLine>Ingooigem</addrLine>
</address>
Note

Addresses may be encoded either as a sequence of lines, or using any sequence of address component elements.

Class data[TEI]
Content If given as running prose, use a consistent format wherever possible, for example separating lines of the address by commas, and including any postal code in the standard form.
Parents ab abbr actor add addrLine addressee altName arg author authority bibl biblScope bloc byline calc camera caption castItem catDesc cell classCode closer collection corr country creation damage date dateLet dateRange dateline del depth dimensions distance distinct distributor docAuthor docDate docEdition docImprint edition editor emph envPart expan extent figDesc foreign funder fw gloss head headItem headLabel height hi imprimatur institution item l label language lem measure meeting mentioned name note num opener oper orig p placeLet placeName principal print ps pubPlace publicationStmt publisher q quote rdg ref reg region rendition repository resp restore result role roleDesc rs salute seg settlement sic signed soCalled sound speaker sponsor stage street supplied symbol tagUsage tech term time timeRange title titlePart trailer unclear view width wit witDetail witness xref
Children add addSpan addrLine alt altGrp anchor cb deco delSpan figure fw gap index interp interpGrp join joinGrp layerEnd layerStart lb link linkGrp milestone name note paraph pb postBox postCode print seg street timeline
Declaration
<!ELEMENT address %om.RR;
          ((%m.Incl;)*, ((addrLine, (%m.Incl;)*)+ | ((%m.addrPart;), (%m.Incl;)*)* ))>
<!ATTLIST address  
          %a.global;
          type CDATA #IMPLIED>
See further 5.1. The envelope: <envelope>

Up: Appendix A Reference documentation for DALF elements and classes