<conf-num> Conference Number

Sequential number of a conference.

Usage/Remarks

Best Practice

Ideally, this element would contain only the numeric portion of the number without any suffixes or other text. For example, “The 19th XML/SGML Conference” should be tagged as <conf-num>19</conf-num> with the th dropped.
Related Elements
The container element <conference> holds all of the elements that may be used to describe a conference, when an article was originally presented at a conference. Those elements include: <conf-date>, <conf-name>, <conf-acronym>, <conf-num>, <conf-loc>, <conf-sponsor>, <conf-theme>, and <string-conf>.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  conf-num     (#PCDATA %conf-num-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 | 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 <conference>

...
<article-meta>
 ...
 <abstract>...</abstract>
 <conference>
  <conf-date iso-8601-date="1999">1999</conf-date>
  <conf-name>The 27th annual ACM SI/GUCCS
   conference</conf-name>
  <conf-acronym>SIGUCCS</conf-acronym>
  <conf-num>27</conf-num>
  <conf-loc>Denver, Colorado, United States</conf-loc>
  <conf-sponsor>ACM, Assoc. for Computing
   Machinery</conf-sponsor>
  <conf-theme>User services conference for
   university and college computing service
   organizations</conf-theme>
 </conference>
</article-meta>
...