<fax> Fax Number: in an Address

Portion of an address that contains a fax number.
Related Elements
The elements used in an address may include the address class elements: <addr-line>, <city>, <country>, <fax>, <institution>, <institution-wrap>, <state>, <phone>, and <postal-code> and the address linking class elements: <email>, <ext-link>, and <uri>.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  fax          (#PCDATA %fax-elements;)*                    >
Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Tagged Sample

In an <address>

...
<contrib contrib-type="author">
 <name><surname>Taylor</surname>
  <given-names>James C.</given-names></name>
 <degrees>PhD</degrees>
 <aff id="IIDR">
  <institution>Institute of Infectious Disease 
   Research</institution><break/>
  <addr-line>Oberlin, MD 20869</addr-line>
 </aff>
 <address>
  <institution>Kalakukko Corporation</institution>
  <addr-line>17 West Jefferson St.</addr-line>
  <addr-line>Suite 207</addr-line>
  <addr-line>New South Finland, MD 20856</addr-line>
  <country>USA</country>
  <phone>(301) 754-5766</phone>
  <fax>(301) 754-5765</fax>
  <email>jct@kalakukko.com</email>
  <uri>http://www.kalakukko.com</uri>
 </address>
</contrib>
...