◇◆
<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.
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
<address>, <aff>, <alt-title>, <array>, <article-title>, <attrib>, <bold>, <chapter-title>, <chem-struct>, <chem-struct-wrap>, <code>, <collab>, <comment>, <compl>, <contrib>, <contrib-group>, <copyright-statement>, <data-title>, <def-head>, <disp-formula>, <disp-formula-group>, <element-citation>, <fig>, <fig-group>, <fixed-case>, <full>, <graphic>, <inline-supplementary-material>, <intro>, <italic>, <license-p>, <main>, <media>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <part-title>, <preformat>, <publisher-loc>, <related-article>, <related-object>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <see-also-entry>, <see-entry>, <source>, <std-org-loc>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <supplementary-material>, <table-wrap>, <table-wrap-group>, <tbx:crossReference>, <tbx:definition>, <tbx:entailedTerm>, <tbx:example>, <tbx:externalCrossReference>, <tbx:note>, <tbx:pronunciation>, <tbx:see>, <tbx:source>, <tbx:term>, <tbx:usageNote>, <td>, <term>, <term-head>, <term-source>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>
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>
...