<name-address-wrap>

Name/Address Block Wrapper

Name for a block-level structural unit in a book that contains the name(s) and address or other contact information for people, organizations, websites, etc.

Remarks

This structure is frequently found in front matter as well as in appendices, where it may name members of a committee, resources you can contact for further information, organizations referenced in the text, or similar material.

Content Model

<!ELEMENT  name-address-wrap
                        (#PCDATA | %name-address-wrap-elements;)*    >

Expanded Content Model

(#PCDATA | addr-line | city | country | fax | institution | institution-wrap | phone | postal-code | state | address | email | ext-link | uri | label | anonymous | collab | collab-alternatives | name | name-alternatives | string-name | role | fn | target | xref | x)*

Description

This element may be contained in:

Example

Identifying contact individuals and their addresses for various organizations:
    ...
<sec>
<label>Part I: </label>
<title>Addresses for Models Referenced in the Text</title>
<sec>
<title>Arapahoe House</title>
<name-address-wrap>
<string-name><given-names>Michael W.</given-names> 
<surname>Kirby</surname>, <suffix>Jr.</suffix>, 
<degrees>Ph.D.</degrees></string-name>
<role>CEO</role>
<address>
<institution>Arapahoe House, Inc.</institution>
<addr-line>8801 Lipan Street</addr-line>
<addr-line><city>Thornton</city>, <state>CO</state> 
<postal-code>80260</postal-code></addr-line>
<addr-line>Phone: <phone>(303) 657-3700</phone></addr-line>
<addr-line>Email: <email>mick@commat;ahinc.org</email></addr-line>
</address>
</name-address-wrap>
<name-address-wrap>
<string-name><given-names>Ellen</given-names> 
<surname>Brown</surname>, <degrees>Ph.D.</degrees></string-name>
<address>
<addr-line>Same address and telephone number</addr-line>
<addr-line>Email: <email>ellen@commat;ahinc.org</email></addr-line>
</address>
</name-address-wrap>
</sec>

<sec>
<title>Clackamas County Mental Health Center</title>
<name-address-wrap>
<institution>Clackamas County Mental Health Center</institution>
<role>Alcohol and Drug Program Manager</role>
<address>
<addr-line>524 Main Street</addr-line>
<addr-line><city>Oregon City</city>, <state>OR</state> 
<postal-code>97045</postal-code></addr-line>
</address>
</name-address-wrap>
</sec>

<sec>
<title>CMHS/CSAT Collaborative Program to Prevent Homelessness</title>
<name-address-wrap>
<string-name><given-names>Colleen</given-names> 
<surname>Clark</surname>, <degrees>Ph.D.</degrees></string-name>
<role>Principal Investigator</role>
<institution>Boley Centers for Behavioral Health Care, Inc.</institution>
<address>
<addr-line><city>St. Petersburg</city>, <state>FL</state> 
<postal-code>33713</postal-code></addr-line>
<addr-line>Phone: <phone>(727) 821-4819</phone></addr-line>
<addr-line>Fax: <fax>727) 822-6240</fax></addr-line>
<addr-line>Web site: <uri>http://www.boleycenters.org</uri></addr-line>
</address>
</name-address-wrap>
</sec>

</sec>
...