Project

General

Profile

1
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://namespace.openaire.eu/oaf"
2
	targetNamespace="http://namespace.openaire.eu/oaf" elementFormDefault="qualified"
3
    xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" vc:minVersion="1.1">
4

    
5
	<xs:annotation>
6
		<xs:documentation>This schema describes elements and properties of persons.</xs:documentation>
7
	</xs:annotation>
8

    
9
	<xs:include schemaLocation="oaf-common-1.1.xsd"/>
10

    
11
	<xs:element name="project">
12
		<xs:complexType>
13
			<xs:choice maxOccurs="unbounded">
14
				<xs:element name="code" type="xs:string">
15
					<xs:annotation>
16
						<xs:documentation>Project code as assigned by the project's funder.</xs:documentation>
17
					</xs:annotation>
18
				</xs:element>
19
				<xs:element name="projecttitle" type="xs:string"/>
20
				<xs:element name="acronym" type="xs:string"/>
21
				<xs:element name="callidentifier" type="xs:string">
22
					<xs:annotation>
23
						<xs:documentation> Identifier of the call for proposal.</xs:documentation>
24
					</xs:annotation>
25
				</xs:element>
26
				<xs:element name="contracttype" type="controlledElementType"/>
27
				<xs:element name="startdate" type="xs:string"/>
28
				<xs:element name="enddate" type="xs:string"/>
29
				<xs:element name="oamandatepublications" type="xs:boolean">
30
					<xs:annotation>
31
						<xs:documentation>True if the project's funding mandates the availability of project's publications in Open Access.</xs:documentation>
32
					</xs:annotation>
33
				</xs:element>
34
				<xs:element name="oamandatedatasets" type="xs:boolean">
35
					<xs:annotation>
36
						<xs:documentation>True if the project's funding mandates the availability of project's datasets in Open Access.</xs:documentation>
37
					</xs:annotation>
38
				</xs:element>
39
				<xs:element name="funding" type="fundingFlatType"/>
40
				<xs:element name="originalId" type="xs:string"/>
41
				<xs:element name="collectedfrom" type="namedElementType">
42
					<xs:annotation>
43
						<xs:documentation>Identifier and name of the datasource from which this
44
							project has been collected from. </xs:documentation>
45
					</xs:annotation>
46
				</xs:element>
47
				<xs:element name="relationships" type="relsType">
48
					<xs:annotation>
49
						<xs:documentation>Relationships to other entities. </xs:documentation>
50
					</xs:annotation>
51
				</xs:element>
52
			</xs:choice>
53
		</xs:complexType>
54
	</xs:element>
55

    
56
</xs:schema>
(4-4/5)