Project

General

Profile

« Previous | Next » 

Revision 58637

implemented changes described in changeset for 1.0

View differences:

oaf-1.0.xsd
4 4
  targetNamespace="http://namespace.openaire.eu/oaf">
5 5

  
6 6
  <xs:annotation>
7
    <xs:documentation>This schema describes the OpenAIRE+ entities.</xs:documentation>
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>
8 10
  </xs:annotation>
9 11

  
10 12
  <xs:include schemaLocation="oaf-result-1.0.xsd"/>
11
  <xs:include schemaLocation="oaf-person-1.0.xsd"/>
12 13
  <xs:include schemaLocation="oaf-org-1.0.xsd"/>
13 14
  <xs:include schemaLocation="oaf-datasource-1.0.xsd"/>
14 15
  <xs:include schemaLocation="oaf-project-1.0.xsd"/>
......
18 19
      <xs:sequence>
19 20
        <xs:choice>
20 21
          <xs:element ref="result"/>
21
          <xs:element ref="person"/>
22 22
          <xs:element ref="organization"/>
23 23
          <xs:element ref="datasource"/>
24 24
          <xs:element ref="project"/>

Also available in: Unified diff