<addr-line>

Address Line

An address (<address>) is a postal address and/or other contact information. An address line is one physical or logical line of an address, typically containing undifferentiated portions of an <address> such as street addresses, post box numbers, building numbers, mailstops, etc. They are called “lines” because addresses are frequently divided onto multiple lines and this encoding allows that fact to be preserved.

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.

Attribute

content-type Type of Content

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>, <multi-link>, and <uri>.

Content Model

<!ELEMENT  addr-line    (#PCDATA %addr-line-elements;)*              >

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | abbrev | milestone-end | milestone-start | named-content | styled-content | sub | sup | country | fax | institution | phone)*

Description

Any combination of:

This element may be contained in:

<address>, <aff>, <collab>, <corresp>, <publisher-loc>

Example

...
<book-meta>
<book-id pub-id-type="other">handbook</book-id>
<book-title-group>
<book-title>The NCBI Handbook</book-title>
</book-title-group>
<edition>1<sup>st</sup></edition>
<contrib-group>...</contrib-group>
<aff id="bid.m.1">
<institution>National Center for Biotechnology Information
(NCBI), National Library of Medicine, National Institutes
of Health</institution>,
<addr-line>Bethesda, MD 20892-6510</addr-line>
</aff>
<publisher>...</publisher>
<pub-date><month>11</month><year>2002</year></pub-date>
<counts>...</counts>
</book-meta>
...

Module

common3.ent