◇◆
<award-id> Award Identifier
An identifier that has been assigned to the award, for example, a grant number, a
grant reference number, or a contract number.
Usage/Remarks
Note that this element holds a real-world identifier, not an XML ID. This element holds an external identifier, assigned to a contract, grant, stipend,
or other award by the awarding agency. The contents of this element should not be
confused with the @id attribute, which holds an internal document identifier that can be used by software
to construct a simple link within the XML-tagged standard.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Other Inline Elements
- Baseline Change Elements
Content Model
<!ELEMENT award-id (#PCDATA %award-id-elements;)* >
Expanded Content Model
(#PCDATA | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | sub | sup)*
Tagged Sample
Records a grant number
...
<front>
...
<ack>
<p>Development of this standard was supported by the
<funding-source>National Science Foundation of the United
States</funding-source> (Grant <award-id>NSF-1234567</award-id>)
and the <funding-source>James and Sarah Bench
Foundation</funding-source>.</p>
</ack>
</front>
...