Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema oaf-project-1.0.xsd
Namespace http://namespace.openaire.eu/oaf
Annotations
This schema describes elements and properties of OpenAIRE project entity: https://issue.openaire.research-infrastructures.eu/projects/openaire2020-wiki/wiki/Core_entity_project
Properties
attribute form default unqualified
element form default qualified
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#project_code oaf-project-1_0_xsd.tmp#project_title oaf-project-1_0_xsd.tmp#project_acronym oaf-project-1_0_xsd.tmp#project_callidentifier oaf-project-1_0_xsd.tmp#project_contracttype oaf-project-1_0_xsd.tmp#project_keywords oaf-project-1_0_xsd.tmp#project_websiteurl oaf-project-1_0_xsd.tmp#project_startdate oaf-project-1_0_xsd.tmp#project_enddate oaf-project-1_0_xsd.tmp#project_duration oaf-project-1_0_xsd.tmp#project_ecsc39 oaf-project-1_0_xsd.tmp#project_oamandatepublications oaf-project-1_0_xsd.tmp#project_ecarticle29_3 oaf-project-1_0_xsd.tmp#project_subjects oaf-project-1_0_xsd.tmp#project_fundingtree oaf-project-1_0_xsd.tmp#project_originalId oaf-project-1_0_xsd.tmp#project_collectedfrom oaf-project-1_0_xsd.tmp#project_pid oaf-project-1_0_xsd.tmp#project_rels
Properties
content complex
Used by
Element entity
Model
Children acronym, callidentifier, code, collectedfrom, contracttype, duration, ecarticle29_3, ecsc39, enddate, fundingtree, keywords, oamandatepublications, originalId, pid, rels, startdate, subjects, title, websiteurl
Instance
<project xmlns="http://namespace.openaire.eu/oaf">
  <code>{1,1}</code>
  <title>{1,1}</title>
  <acronym>{1,1}</acronym>
  <callidentifier>{1,1}</callidentifier>
  <contracttype code="" inferenceprovenance="" inferred="" trust="">{1,1}</contracttype>
  <keywords>{1,1}</keywords>
  <websiteurl>{1,1}</websiteurl>
  <startdate>{1,1}</startdate>
  <enddate>{1,1}</enddate>
  <duration>{1,1}</duration>
  <ecsc39>{1,1}</ecsc39>
  <oamandatepublications>{1,1}</oamandatepublications>
  <ecarticle29_3>{1,1}</ecarticle29_3>
  <subjects inferenceprovenance="" inferred="" trust="" type="">{1,1}</subjects>
  <fundingtree>{1,1}</fundingtree>
  <originalId>{1,1}</originalId>
  <collectedfrom id="" inferenceprovenance="" inferred="" name="" trust="">{1,1}</collectedfrom>
  <pid inferenceprovenance="" inferred="" trust="" type="">{1,1}</pid>
  <rels>{1,1}</rels>
</project>
Source
<xs:element name="project">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="code" type="xs:string">
        <xs:annotation>
          <xs:documentation>Project code as assigned by the project's funder.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="title" type="xs:string"/>
      <xs:element name="acronym" type="xs:string"/>
      <xs:element name="callidentifier" type="xs:string">
        <xs:annotation>
          <xs:documentation>Identifier of the call for proposal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="contracttype" type="controlledElementType"/>
      <xs:element name="keywords" type="xs:string"/>
      <xs:element name="websiteurl" type="xs:string"/>
      <xs:element name="startdate" type="xs:string"/>
      <xs:element name="enddate" type="xs:string"/>
      <xs:element name="duration" type="xs:string"/>
      <xs:element name="ecsc39" type="boolOrEmptyType">
        <xs:annotation>
          <xs:documentation>True if the project has the special clause 39. Available only for EC FP7 funded projects.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="oamandatepublications" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>True if the project's funding mandates the availability of project's publications in Open Access.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ecarticle29_3" type="boolOrEmptyType">
        <xs:annotation>
          <xs:documentation>True if the project is under the EC Open Data Pilot. Available only for EC H2020 funded projects.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="subjects" type="typedElementType"/>
      <xs:element name="fundingtree" type="fundingTreeType"/>
      <xs:element name="originalId" type="xs:string"/>
      <xs:element name="collectedfrom" type="namedIdElementType">
        <xs:annotation>
          <xs:documentation>Identifier and name of the datasource from which this project has been collected from.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="pid" type="typedElementType"/>
      <xs:element name="rels" type="relsType">
        <xs:annotation>
          <xs:documentation>Relationships to other entities.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / code
Namespace http://namespace.openaire.eu/oaf
Annotations
Project code as assigned by the project's funder.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="code" type="xs:string">
  <xs:annotation>
    <xs:documentation>Project code as assigned by the project's funder.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / title
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="title" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / acronym
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="acronym" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / callidentifier
Namespace http://namespace.openaire.eu/oaf
Annotations
Identifier of the call for proposal.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="callidentifier" type="xs:string">
  <xs:annotation>
    <xs:documentation>Identifier of the call for proposal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / contracttype
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-1_0_xsd.tmp#controlledElementType_code oaf-common-1_0_xsd.tmp#optionalInferenceAttrGroup oaf-common-1_0_xsd.tmp#controlledElementType
Type controlledElementType
Properties
content complex
mixed true
Attributes
QName Type Use Annotation
code xs:string required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="contracttype" type="controlledElementType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / keywords
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="keywords" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / websiteurl
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="websiteurl" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / startdate
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="startdate" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / enddate
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="enddate" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / duration
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="duration" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / ecsc39
Namespace http://namespace.openaire.eu/oaf
Annotations
True if the project has the special clause 39. Available
only for EC FP7 funded projects.
Diagram
Diagram oaf-common-1_0_xsd.tmp#boolOrEmptyType
Type boolOrEmptyType
Properties
content simple
Source
<xs:element name="ecsc39" type="boolOrEmptyType">
  <xs:annotation>
    <xs:documentation>True if the project has the special clause 39. Available only for EC FP7 funded projects.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / oamandatepublications
Namespace http://namespace.openaire.eu/oaf
Annotations
True if the project's funding mandates the availability of project's publications in Open Access.
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="oamandatepublications" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>True if the project's funding mandates the availability of project's publications in Open Access.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / ecarticle29_3
Namespace http://namespace.openaire.eu/oaf
Annotations
True if the project is under the EC Open Data Pilot. Available only for EC H2020 funded projects.
Diagram
Diagram oaf-common-1_0_xsd.tmp#boolOrEmptyType
Type boolOrEmptyType
Properties
content simple
Source
<xs:element name="ecarticle29_3" type="boolOrEmptyType">
  <xs:annotation>
    <xs:documentation>True if the project is under the EC Open Data Pilot. Available only for EC H2020 funded projects.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / subjects
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-1_0_xsd.tmp#typedElementType_type oaf-common-1_0_xsd.tmp#optionalInferenceAttrGroup oaf-common-1_0_xsd.tmp#typedElementType
Type typedElementType
Properties
content complex
Attributes
QName Type Use Annotation
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
type required
Source
<xs:element name="subjects" type="typedElementType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / fundingtree
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#fundingTreeType_funder oaf-project-1_0_xsd.tmp#fundingTreeType_funding_level_2 oaf-project-1_0_xsd.tmp#fundingTreeType_funding_level_1 oaf-project-1_0_xsd.tmp#fundingTreeType_funding_level_0 oaf-project-1_0_xsd.tmp#fundingTreeType
Type fundingTreeType
Properties
content complex
Model
Children funder, funding_level_0, funding_level_1, funding_level_2
Instance
<fundingtree xmlns="http://namespace.openaire.eu/oaf">
  <funder>{1,1}</funder>
  <funding_level_2>{1,1}</funding_level_2>
  <funding_level_1>{1,1}</funding_level_1>
  <funding_level_0>{1,1}</funding_level_0>
</fundingtree>
Source
<xs:element name="fundingtree" type="fundingTreeType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingTreeType / funder
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#funderType_id oaf-project-1_0_xsd.tmp#funderType_shortname oaf-project-1_0_xsd.tmp#funderType_name oaf-project-1_0_xsd.tmp#funderType_jurisdiction oaf-project-1_0_xsd.tmp#funderType
Type funderType
Properties
content complex
Model
Children id, jurisdiction, name, shortname
Instance
<funder xmlns="http://namespace.openaire.eu/oaf">
  <id>{1,1}</id>
  <shortname>{1,1}</shortname>
  <name>{1,1}</name>
  <jurisdiction>{1,1}</jurisdiction>
</funder>
Source
<xs:element name="funder" type="funderType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element funderType / id
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="id" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element funderType / shortname
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="shortname" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element funderType / name
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="name" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element funderType / jurisdiction
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="jurisdiction" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingTreeType / funding_level_2
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#fundingType_id oaf-project-1_0_xsd.tmp#fundingType_description oaf-project-1_0_xsd.tmp#fundingType_name oaf-project-1_0_xsd.tmp#fundingType_class oaf-project-1_0_xsd.tmp#fundingType_parent oaf-project-1_0_xsd.tmp#fundingType
Type fundingType
Properties
content complex
Model
Children class, description, id, name, parent
Instance
<funding_level_2 xmlns="http://namespace.openaire.eu/oaf">
  <id>{1,1}</id>
  <description>{1,1}</description>
  <name>{1,1}</name>
  <class>{1,1}</class>
  <parent>{1,1}</parent>
</funding_level_2>
Source
<xs:element name="funding_level_2" type="fundingType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingType / id
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="id" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingType / description
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="description" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingType / name
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="name" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingType / class
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="class" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingType / parent
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#fundingParentType_funding_level_1 oaf-project-1_0_xsd.tmp#fundingParentType_funding_level_0 oaf-project-1_0_xsd.tmp#fundingParentType
Type fundingParentType
Properties
content complex
Model
Children funding_level_0, funding_level_1
Instance
<parent xmlns="http://namespace.openaire.eu/oaf">
  <funding_level_1>{1,1}</funding_level_1>
  <funding_level_0>{1,1}</funding_level_0>
</parent>
Source
<xs:element name="parent" type="fundingParentType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingParentType / funding_level_1
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#fundingType_id oaf-project-1_0_xsd.tmp#fundingType_description oaf-project-1_0_xsd.tmp#fundingType_name oaf-project-1_0_xsd.tmp#fundingType_class oaf-project-1_0_xsd.tmp#fundingType_parent oaf-project-1_0_xsd.tmp#fundingType
Type fundingType
Properties
content complex
Model
Children class, description, id, name, parent
Instance
<funding_level_1 xmlns="http://namespace.openaire.eu/oaf">
  <id>{1,1}</id>
  <description>{1,1}</description>
  <name>{1,1}</name>
  <class>{1,1}</class>
  <parent>{1,1}</parent>
</funding_level_1>
Source
<xs:element name="funding_level_1" type="fundingType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingParentType / funding_level_0
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#fundingType_id oaf-project-1_0_xsd.tmp#fundingType_description oaf-project-1_0_xsd.tmp#fundingType_name oaf-project-1_0_xsd.tmp#fundingType_class oaf-project-1_0_xsd.tmp#fundingType_parent oaf-project-1_0_xsd.tmp#fundingType
Type fundingType
Properties
content complex
Model
Children class, description, id, name, parent
Instance
<funding_level_0 xmlns="http://namespace.openaire.eu/oaf">
  <id>{1,1}</id>
  <description>{1,1}</description>
  <name>{1,1}</name>
  <class>{1,1}</class>
  <parent>{1,1}</parent>
</funding_level_0>
Source
<xs:element name="funding_level_0" type="fundingType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingTreeType / funding_level_1
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#fundingType_id oaf-project-1_0_xsd.tmp#fundingType_description oaf-project-1_0_xsd.tmp#fundingType_name oaf-project-1_0_xsd.tmp#fundingType_class oaf-project-1_0_xsd.tmp#fundingType_parent oaf-project-1_0_xsd.tmp#fundingType
Type fundingType
Properties
content complex
Model
Children class, description, id, name, parent
Instance
<funding_level_1 xmlns="http://namespace.openaire.eu/oaf">
  <id>{1,1}</id>
  <description>{1,1}</description>
  <name>{1,1}</name>
  <class>{1,1}</class>
  <parent>{1,1}</parent>
</funding_level_1>
Source
<xs:element name="funding_level_1" type="fundingType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element fundingTreeType / funding_level_0
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#fundingType_id oaf-project-1_0_xsd.tmp#fundingType_description oaf-project-1_0_xsd.tmp#fundingType_name oaf-project-1_0_xsd.tmp#fundingType_class oaf-project-1_0_xsd.tmp#fundingType_parent oaf-project-1_0_xsd.tmp#fundingType
Type fundingType
Properties
content complex
Model
Children class, description, id, name, parent
Instance
<funding_level_0 xmlns="http://namespace.openaire.eu/oaf">
  <id>{1,1}</id>
  <description>{1,1}</description>
  <name>{1,1}</name>
  <class>{1,1}</class>
  <parent>{1,1}</parent>
</funding_level_0>
Source
<xs:element name="funding_level_0" type="fundingType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / originalId
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="originalId" type="xs:string"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / collectedfrom
Namespace http://namespace.openaire.eu/oaf
Annotations
Identifier and name of the datasource from which this
project has been collected from.
Diagram
Diagram oaf-common-1_0_xsd.tmp#namedIdElementType_id oaf-common-1_0_xsd.tmp#namedIdElementType_name oaf-common-1_0_xsd.tmp#optionalInferenceAttrGroup oaf-common-1_0_xsd.tmp#namedIdElementType
Type namedIdElementType
Properties
content complex
Attributes
QName Type Use Annotation
id required
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
name required
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
Source
<xs:element name="collectedfrom" type="namedIdElementType">
  <xs:annotation>
    <xs:documentation>Identifier and name of the datasource from which this project has been collected from.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / pid
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-common-1_0_xsd.tmp#typedElementType_type oaf-common-1_0_xsd.tmp#optionalInferenceAttrGroup oaf-common-1_0_xsd.tmp#typedElementType
Type typedElementType
Properties
content complex
Attributes
QName Type Use Annotation
inferenceprovenance xs:string optional
Which algorithm inferred the current property.
inferred xs:boolean optional
True if this information has been inferred by the automatic
inference algorithms run by OpenAIRE.
trust xs:string optional
Value of trust of this information in the range [0,1]. More the
value, more trustworthy is the information.
type required
Source
<xs:element name="pid" type="typedElementType"/>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Element project / rels
Namespace http://namespace.openaire.eu/oaf
Annotations
Relationships to other entities.
Diagram
Diagram oaf-common-1_0_xsd.tmp#relsType_rel oaf-common-1_0_xsd.tmp#relsType
Type relsType
Properties
content complex
Model
Children rel
Instance
<rels xmlns="http://namespace.openaire.eu/oaf">
  <rel inferenceprovenance="" inferred="" provenanceaction="" trust="">{0,1}</rel>
</rels>
Source
<xs:element name="rels" type="relsType">
  <xs:annotation>
    <xs:documentation>Relationships to other entities.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Complex Type fundingTreeType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#fundingTreeType_funder oaf-project-1_0_xsd.tmp#fundingTreeType_funding_level_2 oaf-project-1_0_xsd.tmp#fundingTreeType_funding_level_1 oaf-project-1_0_xsd.tmp#fundingTreeType_funding_level_0
Used by
Model
Children funder, funding_level_0, funding_level_1, funding_level_2
Source
<xs:complexType name="fundingTreeType">
  <xs:sequence>
    <xs:element name="funder" type="funderType"/>
    <xs:choice maxOccurs="unbounded">
      <!-- Three-tier funding hierarchies -->
      <xs:element name="funding_level_2" type="fundingType"/>
      <!-- Two-tier funding hierarchies -->
      <xs:element name="funding_level_1" type="fundingType"/>
      <!-- No funding hierarchy -->
      <xs:element name="funding_level_0" type="fundingType"/>
    </xs:choice>
  </xs:sequence>
</xs:complexType>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Complex Type funderType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#funderType_id oaf-project-1_0_xsd.tmp#funderType_shortname oaf-project-1_0_xsd.tmp#funderType_name oaf-project-1_0_xsd.tmp#funderType_jurisdiction
Used by
Model
Children id, jurisdiction, name, shortname
Source
<xs:complexType name="funderType">
  <xs:all>
    <xs:element name="id" type="xs:string"/>
    <xs:element name="shortname" type="xs:string"/>
    <xs:element name="name" type="xs:string"/>
    <xs:element name="jurisdiction" type="xs:string"/>
  </xs:all>
</xs:complexType>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Complex Type fundingType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#fundingType_id oaf-project-1_0_xsd.tmp#fundingType_description oaf-project-1_0_xsd.tmp#fundingType_name oaf-project-1_0_xsd.tmp#fundingType_class oaf-project-1_0_xsd.tmp#fundingType_parent
Used by
Model
Children class, description, id, name, parent
Source
<xs:complexType name="fundingType">
  <xs:all>
    <xs:element name="id" type="xs:string"/>
    <xs:element name="description" type="xs:string"/>
    <xs:element name="name" type="xs:string"/>
    <xs:element name="class" type="xs:string"/>
    <xs:element name="parent" type="fundingParentType"/>
  </xs:all>
</xs:complexType>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd
Complex Type fundingParentType
Namespace http://namespace.openaire.eu/oaf
Diagram
Diagram oaf-project-1_0_xsd.tmp#fundingParentType_funding_level_1 oaf-project-1_0_xsd.tmp#fundingParentType_funding_level_0
Used by
Model
Children funding_level_0, funding_level_1
Source
<xs:complexType name="fundingParentType">
  <xs:choice minOccurs="0">
    <xs:element name="funding_level_1" type="fundingType"/>
    <xs:element name="funding_level_0" type="fundingType"/>
  </xs:choice>
</xs:complexType>
Schema location https://www.openaire.eu/schema/1.0/oaf-project-1.0.xsd