<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
type characterizes the element in some sense, using any convenient classification scheme or typology.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
Legal values are:
c/o
(care of) care of
Member of
Contained by
May contain
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>