Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
3
  xmlns:dri="http://www.driver-repository.eu/namespace/dri" xmlns="http://namespace.openaire.eu/oaf"
4
  targetNamespace="http://namespace.openaire.eu/oaf">
5

    
6
  <xs:annotation>
7
    <xs:documentation>This schema describes the XML serialization of the OpenAIRE Research Graph. 
8
      For an overview of the model, please check the OpenAIRE Research Graph Data Model at https://doi.org/10.5281/zenodo.2643199
9
    </xs:documentation>
10
  </xs:annotation>
11

    
12
  <xs:include schemaLocation="oaf-result-1.0.xsd"/>
13
  <xs:include schemaLocation="oaf-org-1.0.xsd"/>
14
  <xs:include schemaLocation="oaf-datasource-1.0.xsd"/>
15
  <xs:include schemaLocation="oaf-project-1.0.xsd"/>
16

    
17
  <xs:element name="entity">
18
    <xs:complexType>
19
      <xs:sequence>
20
        <xs:choice>
21
          <xs:element ref="result"/>
22
          <xs:element ref="organization"/>
23
          <xs:element ref="datasource"/>
24
          <xs:element ref="project"/>
25
        </xs:choice>
26
      </xs:sequence>
27
    </xs:complexType>
28
  </xs:element>
29

    
30
</xs:schema>
(3-3/8)