complexType "FundingInformationType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
AgencyOrganizationReference, Description, FunderRole, GrantNumber
All Direct / Indirect Based Elements (1):
FundingInformation
Known Usage Locations
Annotation
Provides information about the individual, agency and/or grant(s) which funded the described entity. Lists a reference to the agency or individual as described in a DDI Organization Scheme, the role of the funder, the grant number(s) and a description of the funding activity.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="FundingInformationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AgencyOrganizationReference"/>
<xs:element minOccurs="0" ref="FunderRole"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="GrantNumber" type="xs:string"/>
<xs:element minOccurs="0" ref="Description"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
AgencyOrganizationReference
Type:
ReferenceType, complex content
Reference to an organization or individual, defined in the organization scheme, that served as a funding source.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AgencyOrganizationReference"/>

Description
Type:
StructuredStringType, complex content
Additional information regarding the role and actions of the this funding source.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

FunderRole
Type:
CodeValueType, simple content
Role of the funding organization or individual. Supports the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="FunderRole"/>

GrantNumber
Type:
xs:string, predefined, simple content
The identification code of the grant or other monetary award which provided funding for the described object.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="GrantNumber" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set