Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--W3C Schema generated by XMLSpy v2007 sp1 (http://www.altova.com)-->
3
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://namespace.openaire.eu/oaf">
4

    
5
	<xs:element name="dateAccepted" >
6
			<xs:complexType>
7
			<xs:simpleContent>
8
				<xs:extension base="xs:string"/>
9
			</xs:simpleContent>
10
		</xs:complexType>
11
	</xs:element>
12
	<xs:element name="projectid">
13
		<xs:complexType>
14
			<xs:simpleContent>
15
				<xs:extension base="xs:string" />
16
			</xs:simpleContent>
17
		</xs:complexType>
18
	</xs:element>
19
	<xs:element name="embargoenddate">
20
		<xs:complexType>
21
			<xs:simpleContent>
22
				<xs:extension base="xs:string" />
23
			</xs:simpleContent>
24
		</xs:complexType>
25
	</xs:element>
26
	<xs:element name="datasourceid">
27
	    <xs:annotation>
28
	      <xs:documentation>
29
	        deprecated by collectedDatasourceid and hostingDatasourceid
30
	      </xs:documentation>
31
	    </xs:annotation>
32
		<xs:complexType>
33
			<xs:simpleContent>
34
				<xs:extension base="xs:string" />
35
			</xs:simpleContent>
36
		</xs:complexType>
37
	</xs:element>
38
	<xs:element name="collectedDatasourceid">
39
		<xs:complexType>
40
			<xs:simpleContent>
41
				<xs:extension base="xs:string" />
42
			</xs:simpleContent>
43
		</xs:complexType>
44
	</xs:element>
45
	<xs:element name="hostingDatasourceid">
46
		<xs:complexType>
47
			<xs:simpleContent>
48
				<xs:extension base="xs:string" />
49
			</xs:simpleContent>
50
		</xs:complexType>
51
	</xs:element>
52
	<xs:element name="accessrights">
53
	  <xs:complexType>
54
            <xs:simpleContent>
55
                <xs:extension base="xs:string" >
56
            		<xs:attribute name="english_name" type="xs:string" use="optional"/>
57
            		<xs:attribute name="schemename" type="xs:string" use="optional"/>
58
            		<xs:attribute name="schemeid" type="xs:string" use="optional"/>
59
            	</xs:extension>
60
            </xs:simpleContent>        
61
      </xs:complexType>
62
	</xs:element>
63
	<xs:element name="invalid">
64
		<xs:complexType>
65
			<xs:simpleContent>
66
				<xs:extension base="xs:boolean" />
67
			</xs:simpleContent>
68
		</xs:complexType>
69
	</xs:element>
70
    <xs:element name="datasourceprefix">
71
        <xs:complexType>
72
            <xs:simpleContent>
73
                <xs:extension base="xs:string" />
74
            </xs:simpleContent>
75
        </xs:complexType>
76
    </xs:element>
77
    <xs:element name="concept">
78
        <xs:complexType>
79
            <xs:simpleContent>
80
		    <xs:extension base="xs:string" >
81
                         <xs:attribute name="id" type="xs:string"/>
82
		    </xs:extension>
83
            </xs:simpleContent>
84
        </xs:complexType>
85
    </xs:element>
86
    <xs:element name="hostedBy">
87
      <xs:complexType>
88
      	<xs:attribute name="name" type="xs:string"/>
89
      	<xs:attribute name="id" type="xs:string" />
90
      </xs:complexType>
91
    </xs:element>
92
    <xs:element name="collectedFrom">
93
      <xs:complexType>
94
      	<xs:attribute name="name" type="xs:string"/>
95
      	<xs:attribute name="id" type="xs:string" />
96
      </xs:complexType>
97
    </xs:element>
98
    <xs:element name="identifier">
99
      <xs:complexType>
100
            <xs:simpleContent>
101
                <xs:extension base="xs:string" >
102
            		<xs:attribute name="identifierType" type="xs:string"/>
103
            	</xs:extension>
104
            </xs:simpleContent>        
105
      </xs:complexType>
106
    </xs:element>
107
	<xs:element name="fulltext">
108
		<xs:complexType>
109
			<xs:simpleContent>
110
				<xs:extension base="xs:string" />
111
			</xs:simpleContent>
112
		</xs:complexType>
113
	</xs:element>
114
	<xs:element name="license">
115
		<xs:complexType>
116
			<xs:simpleContent>
117
				<xs:extension base="xs:string" />
118
			</xs:simpleContent>
119
		</xs:complexType>
120
	</xs:element>
121
	<xs:element name="person">
122
      <xs:complexType>
123
            <xs:simpleContent>
124
                <xs:extension base="xs:string" >
125
            		<xs:attribute name="normalized" type="xs:string" use="optional"/>
126
            		<xs:attribute name="native" type="xs:string" use="optional"/>
127
            		<xs:attribute name="role" type="xs:string" use="optional"/>
128
            	</xs:extension>
129
            </xs:simpleContent>        
130
      </xs:complexType>
131
	</xs:element>
132
	<xs:element name="journal">
133
      <xs:complexType>
134
            <xs:simpleContent>
135
                <xs:extension base="xs:string" >
136
			   		<xs:attribute name="issn" type="xs:string" use="optional"/>
137
			   		<xs:attribute name="eissn" type="xs:string" use="optional"/>
138
			   		<xs:attribute name="issnl" type="xs:string" use="optional"/>
139
            	</xs:extension>
140
            </xs:simpleContent>        
141
      </xs:complexType>
142
	</xs:element>
143
    <xs:element name="reference">
144
      <xs:complexType>
145
        <xs:simpleContent>
146
          <xs:extension base="xs:string">
147
            <xs:attribute name="identifier" type="xs:string"/>
148
            <xs:attribute name="query" type="xs:string"/>
149
            <xs:attribute name="source" type="xs:string"/>
150
            <xs:attribute name="title" type="xs:string"/>
151
            <xs:attribute name="type" type="xs:string"/>
152
          </xs:extension>
153
        </xs:simpleContent>
154
      </xs:complexType>
155
    </xs:element>
156
</xs:schema>
(9-9/9)