complexType "FundingInformationType"
Namespace:
Content:
complex, 7 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
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 (8); 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:choice minOccurs="0">
<xs:element ref="FundingDocument"/>
<xs:element ref="FundingDocumentReference"/>
</xs:choice>
<xs:element minOccurs="0" ref="FundingPeriod"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/7)
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. Supports multiple language versions of the same content as well as optional formatting of the content.
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"/>

FundingDocument
Type:
OtherMaterialType, complex content
Link to a document related to the funding such as application or funding announcement using the OtherMaterial structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="FundingDocument"/>

FundingDocumentReference
Type:
ReferenceType, complex content
Reference to a link to a document related to the funding such as application or funding announcement using the OtherMaterial structure. TypeOfObject should be OtherMaterial.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="FundingDocumentReference"/>

FundingPeriod
Type:
DateType, complex content
Dates for which the funding is provided.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="FundingPeriod"/>

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 1.12 using DocFlex/XML XSDDoc 2.9.0 template set