DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "FundingInformationType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 1 attribute and 3 elements
Used:
XML Representation Summary
<...
    role
 = 
xs:string
    >
   
Content: 
AgencyOrganizationReference+, GrantNumber*, Description*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides information about the agency and grant(s) which funded the described entity.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="FundingInformationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="AgencyOrganizationReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="GrantNumber" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Description"/>
</xs:sequence>
<xs:attribute name="role" type="xs:string" use="optional"/>
</xs:complexType>
Attribute Detail (defined in this component only; 1/1)
role
Type:
xs:string, predefined
Use:
optional
Role of the funding agency.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="role" type="xs:string" use="optional"/>
Content Element Detail (defined in this component only; 3/3)
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" ref="AgencyOrganizationReference"/>

Description
Type:
StructuredStringType, mixed 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 maxOccurs="unbounded" minOccurs="0" ref="Description"/>

GrantNumber
Type:
xs:string, predefined, simple content
The identification code of the grant 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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set