<fundingsource> (
Funding Source)
Description
Description
Name of an organization or agency that provided research funding. 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.
Model Diagram
The DTD model for this element:
--+(choice of TEXT with elements repeated)
|
|--+(choice) [Formatting in Text]
| |
| |-- sub -- (TEXT and elements)
| |
| |-- sup -- (TEXT and elements)
| |
| |-- b -- (TEXT and elements)
| |
| |-- i -- (TEXT and elements)
| |
| |-- smallcaps -- (TEXT and elements)
| |
| |-- u -- (TEXT and elements)
| |
| |-- box -- (TEXT and elements)
| |
| |-- roman -- (TEXT and elements)
| |
| |-- script -- (TEXT and elements)
| |
| |-- tt -- (TEXT and elements)
| |
| |-- strikethrough -- (TEXT and elements)
| |
| |-- overline -- (TEXT and elements)
| |
| |-- newpage
| |
| |-- query -- TEXT
|
|--+(choice) [Mail and Web Links in Text]
| |
| |-- email -- (TEXT and elements)
| |
| |-- webaddress -- (TEXT and elements)
|
|-- acronym -- TEXT
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 fundingsource (#PCDATA | %FormattingInText; | %MailAndWebLinksInText; | acronym)*>
<!ATTLIST fundingsource
sourcetype (institution | society | government | corporation
) #IMPLIED
country NMTOKEN #IMPLIED
%a-group-CommonIDAttrs;>
.
Defined in DTD section
Metadata : Article Metadata : Funding Body Elements
General Attributes (shared with other elements)
Local Attributes (defined for this element alone)
Description
The type of organization that provided funding for the research.
Specification
This attribute is not required. The allowed values are "institution", "society", "government" and "corporation".
DTD Definition
sourcetype (institution | society | government | corporation
) #IMPLIED .
Description
Specification
This attribute is not required. It holds a single name token (initial character must be a letter, '_' or ':', and remaining characters must be letters or digits or '_', ':', '-', or '.').
DTD Definition
country NMTOKEN #IMPLIED
.