◇◆
<phone> Phone Number: in an Address
Portion of an address which contains a phone number.
Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT phone (#PCDATA %phone-elements;)* >
Expanded Content Model
(#PCDATA)*
Tagged Sample
Address
...
<license>
<license-p>...</license-p>
<license-p>COPYRIGHT PROTECTED DOCUMENT</license-p>
<license-p>© 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'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 •</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>
...