<email> Email Address

Electronic mail address of a person or institution.

Usage/Remarks

The email element (<email>) is allowed as part of a paragraph as well as inside an address. There are two ways to treat an email address in text: as an <email> element or as an <ext-link> element. If both a textual phrase (“the Moody Institute’s email address”) and a mailto URL are required, the <ext-link> element should be used.
Related Elements
An address (<address>) element contains a postal address and/or other contact information such as a company or organization name. If an address is divided into lines, the lines can be preserved using the <addr-line> element. Typically, the <addr-line> element holds one physical or logical line of an address, containing undifferentiated portions of an address such as organization names, 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. If the address is just a block of undifferentiated text, numbers, or special characters, the entire address may be placed inside a single <addr-line> element.
There are several ways to tag an address: An address element (<address>) does not contain any text, only lower-level address elements.
Attributes

Base Attributes

Linking Attributes

xlink:type (fixed value = simple)

Namespaces

xmlns:xlink (fixed value = http://www.w3.org/1999/xlink)
Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT  email        (#PCDATA %email-elements;)*                  >
Expanded Content Model

(#PCDATA)*

Tagged Samples
Within text
...
<list-item>
 <label>7.</label>
 <p>Comments, suggestions, or questions on this document 
  should be addressed to the Defense Standardization Program 
  Office (<abbrev>DSPO</abbrev>), 8725 John J. Kingman Road, 
  Stop 5100, Fort Belvoir, VA 22060-6220 or emailed to 
  <email>DSPO@dla.mil</email>. Since contact information 
  can change, you may want to verify the currency of this 
  address information using the ASSIST Online database at 
  <ext-link xlink:href="https://assist.dla.mil"
  >https://assist.dla.mil</ext-link>.</p>
</list-item>
...
As part of address
...
<p>... Written requests supported by a verifiable 
 need-to-know shall be submitted to:
 <address>
  <addr-line>Commander</addr-line> 
  <addr-line><institution>US Army TACOM-ARDEC</institution></addr-line>
  <addr-line>Attn: AMSRD-AAR-AIC-S, Bldg 12</addr-line> 
  <addr-line><city>Picatinny</city>, <state>NJ</state> 
   <postal-code>07806-5000</postal-code></addr-line>
  <email>ardec-stdzn@pica.army.mil</email>
 </address>
</p>
...