<address>

Address/Contact Information

Container element for contact information such as a postal address for a person or organization.

Remarks

There are many ways to tag an address: as text; as a series of named address elements including <country>, <email>, <fax>; as a series of address lines <addr-line> which may or may not have other elements such as <country> identified within them.; as a mixture of named elements and address lines, etc.

Conversion Note: If the address is divided into lines, the lines can be preserved using the <addr-line> element. If the address is just a block of undifferentiated text, numbers, or special characters, the entire address may be placed inside one <addr-line> element.

Attributes

content-type Type of Content
id Identifier
specific-use Specific Use

Related Elements

The elements used in an address include the address class elements: <addr-line>, <country>, <fax>, <institution>, and <phone> and the address linking class elements: <email>, <ext-link>, and <uri>.

Content Model

<!ELEMENT  address      %address-model;                              >

Expanded Content Model

(addr-line | country | fax | institution | phone | email | ext-link | uri)*

Description

Any combination of:

This element may be contained in:

<app>, <app-group>, <bio>, <body>, <boxed-text>, <collab>, <contrib>, <contrib-group>, <disp-quote>, <glossary>, <license-p>, <named-content>, <notes>, <p>, <ref-list>, <sec>, <styled-content>

Example

...
<article-meta>...
<contrib-group>
<contrib contrib-type="author">
<name><surname>Silverstein</surname> 
<given-names>Michael Q.</given-names>
</name>
<xref ref-type="aff" rid="affDorelco"><sup>1</sup></xref>
</contrib>
<contrib contrib-type="author">
<name><surname>Taylor</surname> 
<given-names>James C.</given-names>
</name>
<degrees>Ph D</degrees>
<aff id="affDorelco">Dorelco Corporation Ltd.</aff>
<aff id="IIDR">
<institution>Institute of Infectious Disease Research
</institution>
<addr-line>Oberlin, Washington 96204;</addr-line>
</aff>
<aff id="UWW">
<institution>Department of Pathobiology, 
University of WallieWash</institution>
<addr-line>Oberlin, Washington 96204</addr-line>
</aff>
<aff>
<institution>University of Kuopio</institution> 
<addr-line>Kuopio</addr-line>
<country>Finland</country>
</aff>
<address>
<institution>Kalakukko Corporation</institution>
<addr-line>17 West Jefferson St.</addr-line>
<addr-line>Suite 207</addr-line>
<addr-line>New South Finland, MD 20856.</addr-line> 
<phone>(301) 754-5766</phone>
<fax>(301) 754-5765</fax>
<email>jct@kalakukko.com.fi</email>
<uri>http://www.kalakukko.com</uri>
</address>
</contrib>
</contrib-group>...
</article-meta>...

Module

common3.ent