Project

General

Profile

« Previous | Next » 

Revision 29504

Fixed missing end tags

View differences:

modules/dnet-openaireplus-schema/trunk/schema/oaf-project-0.2.xsd
64 64
										<td>$vocabulariesURL$/wt:contractTypes</td>
65 65
									</tr>
66 66
								</table>
67
							</p>
67 68
						</xs:documentation>
68 69
					</xs:annotation>
69 70
				</xs:element>
modules/dnet-openaireplus-schema/trunk/schema/oaf-common-0.2.xsd
234 234
						</p>
235 235
					</xs:documentation>
236 236
				</xs:annotation>
237
				<xs:element name="dateofacceptance" type="xs:string"
238
					minOccurs="0" />
239
				<xs:element name="publisher" type="xs:string" minOccurs="0" />
240
				<xs:element name="resulttype" type="classedSchemedElement"
241
					minOccurs="0">
242
					<xs:annotation>
243
						<xs:documentation>
244
							Tells if the related record is about a publication or a dataset.
245
							<p>For allowed values check:
246
								$vocabulariesURL$/dnet:result_typologies
247
							</p>
248
						</xs:documentation>
249
					</xs:annotation>
250
				</xs:element>
237
			</xs:element>
238
			<xs:element name="dateofacceptance" type="xs:string"
239
				minOccurs="0" />
240
			<xs:element name="publisher" type="xs:string" minOccurs="0" />
241
			<xs:element name="resulttype" type="classedSchemedElement"
242
				minOccurs="0">
243
				<xs:annotation>
244
					<xs:documentation>
245
						Tells if the related record is about a publication or a dataset.
246
						<p>For allowed values check:
247
							$vocabulariesURL$/dnet:result_typologies
248
						</p>
249
					</xs:documentation>
250
				</xs:annotation>
251
			</xs:element>
251 252

  
252
				<!-- elements for organisations, some are also valid for datsources and 
253
					projects -->
254
				<xs:element name="officialname" type="xs:string"
255
					minOccurs="0" />
256
				<xs:element name="participantnumber" type="xs:string"
257
					minOccurs="0" />
258
				<xs:element name="websiteurl" type="xs:string" minOccurs="0" />
259
				<xs:element name="code" type="xs:string" minOccurs="0" />
260
				<xs:element name="acronym" type="xs:string" minOccurs="0" />
261
				<xs:element name="contracttype" type="optionalClassedSchemedElement"
262
					minOccurs="0">
263
					<xs:annotation>
264
						<xs:documentation>
265
							Type of the contract. Available if the related entity is a project.
266
							<p>
267
								Allowed values depend on the actual funder of the related project. Currently supported
268
								funders and corresponding contract types are:
269
								<table>
270
									<tr>
271
										<th>Funder</th>
272
										<th>Funder id</th>
273
										<th>Contract types</th>
274
									</tr>
275
									<tr>
276
										<td>FP7</td>
277
										<td>corda_______::FP7</td>
278
										<td>$vocabulariesURL$/ec:FP7contractTypes</td>
279
									</tr>
280
									<tr>
281
										<td>Wellcome Trust</td>
282
										<td>wt::WT</td>
283
										<td>$vocabulariesURL$/wt:contractTypes</td>
284
									</tr>
285
								</table>
286
						</xs:documentation>
287
					</xs:annotation>
253
			<!-- elements for organisations, some are also valid for datsources and 
254
				projects -->
255
			<xs:element name="officialname" type="xs:string"
256
				minOccurs="0" />
257
			<xs:element name="participantnumber" type="xs:string"
258
				minOccurs="0" />
259
			<xs:element name="websiteurl" type="xs:string" minOccurs="0" />
260
			<xs:element name="code" type="xs:string" minOccurs="0" />
261
			<xs:element name="acronym" type="xs:string" minOccurs="0" />
262
			<xs:element name="contracttype" type="optionalClassedSchemedElement"
263
				minOccurs="0">
264
				<xs:annotation>
265
					<xs:documentation>
266
						Type of the contract. Available if the related entity is a project.
267
						<p>
268
							Allowed values depend on the actual funder of the related project. Currently supported
269
							funders and corresponding contract types are:
270
							<table>
271
								<tr>
272
									<th>Funder</th>
273
									<th>Funder id</th>
274
									<th>Contract types</th>
275
								</tr>
276
								<tr>
277
									<td>FP7</td>
278
									<td>corda_______::FP7</td>
279
									<td>$vocabulariesURL$/ec:FP7contractTypes</td>
280
								</tr>
281
								<tr>
282
									<td>Wellcome Trust</td>
283
									<td>wt::WT</td>
284
									<td>$vocabulariesURL$/wt:contractTypes</td>
285
								</tr>
286
							</table>
287
						</p>
288
					</xs:documentation>
289
				</xs:annotation>
290
			</xs:element>
291
			<xs:element name="funding" type="fundingFlatType"
292
				minOccurs="0" />
293
			<!-- elements for datasources -->
294
			<xs:element name="legalname" type="xs:string" minOccurs="0" />
295
			<xs:element name="datasourcetype" type="optionalClassedSchemedElement"
296
				minOccurs="0">
297
				<xs:annotation>
298
					<xs:documentation>
299
						Type of the related data source.
300
						<p>For allowed values check codes in:
301
							$vocabulariesURL$/dnet:datasource_typologies
302
						</p>
303
					</xs:documentation>
304
				</xs:annotation>
305
			</xs:element>
306
			<xs:element name="datasourcetypeui" type="optionalClassedSchemedElement"
307
				minOccurs="0" ><xs:annotation>
308
					<xs:documentation>
309
						Type of this data source to be displayed in the OpenAire
310
						portal.
311
						<p>For allowed values check terms in:
312
							$vocabulariesURL$/dnet:datasource_typologies
313
						</p>
314
					</xs:documentation>
315
				</xs:annotation>
288 316
				</xs:element>
289
				<xs:element name="funding" type="fundingFlatType"
290
					minOccurs="0" />
291
				<!-- elements for datasources -->
292
				<xs:element name="legalname" type="xs:string" minOccurs="0" />
293
				<xs:element name="datasourcetype" type="optionalClassedSchemedElement"
294
					minOccurs="0">
295
					<xs:annotation>
296
						<xs:documentation>
297
							Type of the related data source.
298
							<p>For allowed values check codes in:
299
								$vocabulariesURL$/dnet:datasource_typologies
300
							</p>
301
						</xs:documentation>
302
					</xs:annotation>
303
				</xs:element>
304
				<xs:element name="datasourcetypeui" type="optionalClassedSchemedElement"
305
					minOccurs="0" ><xs:annotation>
306
						<xs:documentation>
307
							Type of this data source to be displayed in the OpenAire
308
							portal.
309
							<p>For allowed values check terms in:
310
								$vocabulariesURL$/dnet:datasource_typologies
311
							</p>
312
						</xs:documentation>
313
					</xs:annotation>
314
					</xs:element>
315
				<xs:element name="legalshortname" type="xs:string"
316
					minOccurs="0" />
317
				<xs:element name="country" type="optionalClassedSchemedElement"
318
					minOccurs="0">
319
					<xs:annotation>
320
						<xs:documentation>
321
							Countries in ISO 3166-1 alpha-2.
322
							<p>For allowed values check:
323
								$vocabulariesURL$/dnet:countries
324
							</p>
325
						</xs:documentation>
326
					</xs:annotation>
327
				</xs:element>
328
				<!-- elements for projects -->
329
				<xs:element name="fax" type="xs:string" minOccurs="0" />
330
				<xs:element name="email" type="xs:string" minOccurs="0" />
331
				<xs:element name="phone" type="xs:string" minOccurs="0" />
317
			<xs:element name="legalshortname" type="xs:string"
318
				minOccurs="0" />
319
			<xs:element name="country" type="optionalClassedSchemedElement"
320
				minOccurs="0">
321
				<xs:annotation>
322
					<xs:documentation>
323
						Countries in ISO 3166-1 alpha-2.
324
						<p>For allowed values check:
325
							$vocabulariesURL$/dnet:countries
326
						</p>
327
					</xs:documentation>
328
				</xs:annotation>
329
			</xs:element>
330
			<!-- elements for projects -->
331
			<xs:element name="fax" type="xs:string" minOccurs="0" />
332
			<xs:element name="email" type="xs:string" minOccurs="0" />
333
			<xs:element name="phone" type="xs:string" minOccurs="0" />
332 334
		</xs:choice>
333 335
		<xs:attributeGroup ref="optionalInferenceAttrGroup" />
334 336
		<xs:attribute name="provenanceaction" type="xs:string" />

Also available in: Unified diff