<address> contains a postal address, for example of a
publisher, an organization, or an individual. [3.5.2 Addresses 2.2.4 Publication, Distribution,
Licencing, etc. 3.11.2.3 Imprint, Pagination, and Other Details] |
Module | core — 3 Elements Available in All TEI Documents |
Attributes | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) |
Used by | |
Contained by | |
May contain | |
Declaration | |
Example |
<address> <street>via Marsala 24 </street> <postCode>40126 </postCode> <name>Bologna </name> <name n="I">Italy </name></address>
|
Example |
<address> <addrLine>Computing Center, MC 135 </addrLine> <addrLine>P.O. Box 6998 </addrLine> <addrLine>Chicago, IL 60680 </addrLine> <addrLine>USA </addrLine></address>
|
Note |
This element should be used for postal
addresses only. Within it, the generic element addrLine
may be used as an alternative to any of the more specialized
elements available from the model.addrPart class, such as
street, postCode etc.
|