<fpage>

Appears in

Frequency

<article-meta>

Zero or one time

<element-citation>

Zero or one time

Indicates the first page of the article.

Note

This element should not be used combined with the element <elocation-id>.

Example:

...
<article-meta>
    ...
    <fpage>17</fpage>
    <lpage>21</lpage>
    ...
</article-meta>
...

This element may also be used with attribute @seq for issues where there is more than one article beginning on the same page. An alphanumeric sequence should differentiate an article from others on the same page. For example, if the first article begins on page 82, it should be given the sequence number “82a”; the letter “a” would be followed in sequence by “b” for a second article starting on the same page, and so on.

Example:

...
<article-meta>
    ...
    <fpage seq="a">82</fpage>
    <lpage>83</lpage>
    ...
</article-meta>
...