contact

Description

The <contact> element contains the name of a contact person and optionally other contact information such as a mailing address, telephone number, fax number, and e-mail address.

Example

       <contact>
         <name>Jane Mangler</name><jobtitle>HR Manager</jobtitle>
         <address>
             <addressline>111 Anystreet</addressline>
             <addressline>Suite 111</addressline>
             <city>Raleigh</city>
             <state>NC</state>
             <postalcode>27613</postalcode>
         </address>
         <phonenumbers>
             <voice>
               <areacode>919</areacode>
               <telnumber>785-0342</telnumber>
             </voice>
         </phonenumbers>
       </contact>


Content

ATTRIBUTES
CONTENT DECLARATION

Parent Elements


Comments/Questions/Feedback