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

Remarks

Note that this is a real-world identifier, not an XML ID.

Attribute

rid Reference to an Identifier

Content Model

<!ELEMENT  award-id     (#PCDATA %award-id-elements;)*               >

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | abbrev | milestone-end | milestone-start | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

<award-group>, <license-p>, <p>

Example

...
<book-meta>
...
<book-title-group>...</book-title-group>
...
<funding-group>
<award-group id="gs1" >
<funding-source>National Institutes of Health</funding-source>
<award-id>GM18458</award-id>
</award-group>
<award-group id="gs2">
<funding-source>National Science Foundation</funding-source>
<award-id>DMS-0204674</award-id>
<award-id>DMS-0244638</award-id>
</award-group>
</funding-group>
</book-meta>
...

Module

funding3.ent