<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.
Attributes

Base Attributes

Models and Context
May be contained in
Model Description
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>
...