<phone> Phone Number: in an Address

Portion of an address which contains a phone number.
Related Elements
An address (<address>) element contains a postal address and/or other contact information such as a company or organization name. If an address is divided into lines, the lines can be preserved using the <addr-line> element. Typically, the <addr-line> element holds one physical or logical line of an address, containing undifferentiated portions of an address such as organization names, street addresses, post box numbers, building numbers, mailstops, etc. They are called “lines” because addresses are frequently divided onto multiple lines, and this encoding allows that fact to be preserved. If the address is just a block of undifferentiated text, numbers, or special characters, the entire address may be placed inside a single <addr-line> element.
There are several ways to tag an address: An address element (<address>) does not contain any text, only lower-level address elements.
Attributes

Base Attributes

Models and Context
May be contained in
Model Description
Text, numbers, or special characters, zero or more
Tagged Sample

Address

...
<license>
 <license-p>...</license-p>
 <license-p>COPYRIGHT PROTECTED DOCUMENT</license-p>
 <license-p>&#x00A9; ISO/IEC 2013</license-p>
 <license-p>All rights reserved. Unless otherwise specified, no 
  part of this publication may be reproduced or utilized otherwide 
  in any form or by any means, electronic or mechanical, including 
  photocopying, or posting on the internet or an intranet, without 
  prior written permission. Permission can be requested from either 
  ISO at the address below or ISO&#x0027;s member body in the 
  country of the requester:
  <list list-type="simple">
   <list-item>
    <p><address>
      <addr-line>ISO copyright office</addr-line>
      <addr-line>Case postage 56 &#x2022;</addr-line>
      <postal-code>CH-1211</postal-code>
      <city>Geneva 20</city>
      <addr-line>Tel. <phone>+ 41 22 749 01 11</phone></addr-line>
      <addr-line>Fax <fax>+ 41 22 749 09 47</fax></addr-line>
     </address></p>
    <p>E-mail <email>copyright@iso.org</email></p>
    <p>Web <uri>www.iso.org</uri></p>
    <p>Published in Switzerland</p>
   </list-item>
  </list>
 </license-p>
</license>
...