<address>

Address/Contact Information

Definition

Wrapper element for contact information such as a postal address for a person or organization. The address may include, for example, such elements as <phone>, <fax>, <email>, and <uri>, and must contain the <country>.

Remarks

The address element <email> is allowed as part of a paragraph, as well as inside an address.

Attribute

id Identifier

Related Elements

An address (<address>) may contain the following elements, in order: <institution>, <addr-line>, <country>, <phone>, <fax>, <email>, <ext-link>, and <uri>. At minimum, the element <country> must be used.

Model Information

Content Model

<!ELEMENT  address      %address-model;                              >

Description

The following, in order:

This element may be contained in:

<contrib> Contributor

Tagged Example


...
<article-meta>
...
<contrib-group>
<contrib contrib-type="author">
<name><surname>Silverstein</surname>
<given-names>Michael Q.</given-names></name>
<aff id="UWW">
<institution>Department of Pathobiology<break/> 
University of WallieWash</institution>
<addr-line>Oberlin, Washington 96204</addr-line>
<country>USA</country>
</aff>
</contrib>
<contrib contrib-type="author">
<name><surname>Taylor</surname>
<given-names>James C.</given-names></name>
<degrees>Ph D</degrees>
<aff id="affKalakukko">Kalakukko Corporation</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> 
<country>USA</country>
<phone>(301) 754-5766</phone>
<fax>(301) 754-5765</fax>
<email>jct@kalakukko.com</email>
<uri>http://www.kalakukko.com</uri>
</address>
</contrib>
</contrib-group>
...
</article-meta>...

Module

common.ent