◇◆
<address> Address/Contact Information
Container element for contact information such as a postal address for a person or
organization.
Models and Context
May be contained in
<ack>, <app>, <app-group>, <bio>, <body>, <boxed-text>, <collab>, <contrib>, <contrib-group>, <disp-quote>, <glossary>, <index>, <index-div>, <index-group>, <license-p>, <named-content>, <non-normative-example>, <non-normative-note>, <normative-example>, <normative-note>, <notes>, <p>, <ref-list>, <sec>, <styled-content>, <tbx:crossReference>, <tbx:definition>, <tbx:entailedTerm>, <tbx:example>, <tbx:externalCrossReference>, <tbx:note>, <tbx:pronunciation>, <tbx:see>, <tbx:source>, <tbx:term>, <tbx:usageNote>, <term-display>, <term-sec>
Description
Any combination of:
- Address Elements
- <addr-line> Address Line
- <city> City (in an address)
- <country> Country (in an address)
- <fax> Fax Number (in address)
- <institution> Institution Name
- <institution-wrap> Institution Wrapper
- <phone> Phone Number: in an Address
- <postal-code> Postal Code: in an Address
- <state> State or Province (in an address)
- External Linking Elements
Content Model
<!ELEMENT address %address-model; >
Expanded Content Model
(addr-line | city | country | fax | institution | institution-wrap | phone | postal-code | state | email | ext-link | uri)*
Tagged Sample
Address in text
...
<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>
...