<address>

<address> contiene un indirizzo (postale), ad esempio di un editore, di un'organizzazione, di un individuo. 3.5.2 Addresses 2.2.4 Publication, Distribution, etc. 3.11.2.3 Imprint, Pagination, and Other Details
Modulocore — 3 Elements Available in All TEI Documents
Attributi
Usato da model.addressLike model.publicationStmtPart
Può contenere
Dichiarazione
element address
{
   att.global.attributes,
   ( model.global*, ( ( model.addrPart ), model.global* )+ )
}
Esempio
<address>
 <street>via Marsala 24</street>
 <postCode>40126</postCode>
 <name>Bologna</name>
 <name n="I">Italy</name>
</address>
Esempio
<address>
 <addrLine>Computing Center, MC 135</addrLine>
 <addrLine>P.O. Box 6998</addrLine>
 <addrLine>Chicago, IL 60680</addrLine>
 <addrLine>USA</addrLine>
</address>
Nota
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.