<address>
<address> (address) contains a postal address, for example of a publisher, an organization,
or an individual. [3.6.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.12.2.4. Imprint, Size of a Document, and Reprint Information]
| Module | core | ||||||||||
| Attributes |
att.global
xml:id
n
xml:lang
att.global.rendition
style
rendition
att.global.linking
corresp
copyOf
next
prev
att.global.source
source
|
||||||||||
| Member of | |||||||||||
| Contained by |
core: abbr add address author bibl corr date del desc editor emph expan foreign gloss head hi item l label measure mentioned name note num orig p pubPlace publisher q quote ref reg resp rs sic soCalled speaker term time title unclear
corpus: activity
namesdates: addName affiliation birth death faith floruit forename genName langKnown location nameLink nationality objectName occupation orgName persName placeName residence roleName settlement sex surname
textstructure: byline dateline docAuthor docDate docEdition docImprint imprimatur salute signed titlePart trailer
|
||||||||||
| May contain |
core: abbr add address choice cit date del ellipsis emph foreign gap gloss graphic hi lb measure measureGrp mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs sic soCalled term time title unclear
figures: figure
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
||||||||||
| Note |
The address element is customized to be much like addrLine.
|
||||||||||
| Examples |
<address> <hi rendition="rnd:right">To</hi> <lb/> <persName ref="prs:MDONR1">Mr Ranald MacDonald <choice> <orig>off</orig> <reg>of</reg> </choice> <lb/>Bellfinlay</persName> <lb/> <address type="c/o" rendition="rnd:indent-first-line"> To the Care of <persName ref="prs:MDONR13">Mr <choice> <orig>Ranad</orig> <reg>Ranald</reg> </choice> McDonald</persName> <lb/> <choice> <abbr>Mertt</abbr> <expan>Merchant</expan> </choice> <choice> <orig>opiside</orig> <reg>opposite</reg> </choice> to the <placeName ref="plc:TRON1">Tron Kirk</placeName> <lb/> <placeName ref="plc:EDIN2"> <choice> <abbr>Ednbr</abbr> <expan>Edinburgh</expan> </choice> </placeName> </address> </address> |
||||||||||
| Source | Github
<elementSpec rend="change" module="core" ident="address"> <gloss>address</gloss> <desc>contains a postal address, for example of a publisher, an organization, or an individual.</desc> <classes> <memberOf key="att.typed"/> <memberOf key="att.global"/> <memberOf key="model.addressLike"/> <memberOf key="model.publicationStmtPart.detail"/> </classes> <content> <macroRef key="macro.phraseSeq"/> </content> <attList> <attDef ident="type" mode="change"> <valList mode="add" type="closed"> <valItem ident="c/o"> <gloss>care of</gloss> <desc>care of</desc> </valItem> </valList> </attDef> </attList> </elementSpec> |