<fundawardid> (Funding Award ID) Description .email comment.
Introduced in version 1.8.
Description
Award identification number assigned by a funding body. This element be used to capture structured data in <fundingaward>, or as an inline element in paragraph text.
Parent Elements
The elements listed below may directly contain this element. They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Parent elements: <fundingaward>

- (via "Funding Details in Text" group: <para> )
Model Diagram
The DTD model for this element:
 (only text allowed) 
DTD Definition
The DTD contains the following element and attribute definitions (note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT fundawardid                    (#PCDATA)>
<!ATTLIST fundawardid
                fundsourceref            IDREF  #IMPLIED 
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Metadata : Article Metadata : Funding Body Elements
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)
Local Attributes (defined for this element alone)
Attribute: fundsourceref
Description
When <fundawardid> is used inline in paragraph text, this attribute should be used to form a link to the funding source that provided the award.
This attribute holds a copy of a unique value in an attribute of another element. This is used to form the link to that element. The target of the link must be a <fundingsource> element.
Specification
This attribute is not required. It holds a reference to a unique identifier code on another element.
DTD Definition
                fundsourceref            IDREF  #IMPLIED 
.