◇◆
<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.
Usage/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.
Models and Context
May be contained in
<abstract>, <ack>, <answer>, <app>, <app-group>, <bio>, <body>, <book-app-group>, <boxed-text>, <disp-quote>, <explanation>, <glossary>, <index>, <index-div>, <index-group>, <license-p>, <named-book-part-body>, <named-content>, <notes>, <option>, <p>, <question>, <question-preamble>, <ref-list>, <sec>, <styled-content>, <toc>, <toc-div>, <toc-entry>, <toc-group>, <trans-abstract>
Description
Any combination of:
- Text, numbers, or special characters
- Address Elements
- <address> Address/Contact Information
- Linking Elements
- <label> Label (of an Equation, Figure, Reference, etc.)
- Contributor Naming Elements
- <role> Role or Function Title of Contributor
- Internal Linking Elements
- <x> X - Generated Text and Punctuation
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)*
Tagged Sample
In section text
... <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> ...