You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Document information

Title:
Subject:
Moderator:
Version:
Date published:
Excerpt: Write an excerpt here of max. 60 words

(Optional information)
Type:
Format:
Identifier:
Language:
Rights:
Tags:

Unknown macro: {page-info}
UserEditsCommentsLabels

Document History

2011-11-16

1.0

gal-extension.xsd

Abstract

For reference to current version use http://purl.org/REP/standards/gal-extension.xsd

This grant agreement list extension is made to extend the MODS metadata scheme with the OpenAire Guidelines.

For examples how to use this extension in combination with MODS see: Use of MODS|display/standards/Use+of+MODS\

The schema below is the GAL-extension.xsd

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="info:eu-repo/grantAgreement" targetNamespace="info:eu-repo/grantAgreement" elementFormDefault="qualified" attributeFormDefault="unqualified">
		
	<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>

	<xsd:element name="grantAgreementList" type="grantAgreementListType"/>

	<xsd:complexType name="grantAgreementListType">
		<xsd:sequence>
			<xsd:element name="grantAgreement" type="grantAgreementType" minOccurs="1" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>


	<xsd:complexType name="grantAgreementType">
		<xsd:sequence>
			<xsd:element name="funder" type="funderType" minOccurs="0" maxOccurs="1"/>
			<xsd:element name="title" type="xsd:string" minOccurs="0" maxOccurs="1"/>
			<xsd:element name="description" type="xsd:string" minOccurs="0" maxOccurs="1"/>
		</xsd:sequence>
		<xsd:attribute name="code" type="xsd:string" use="required"/>
	</xsd:complexType>

	
	<xsd:complexType name="funderType">
		<xsd:attribute name="IDref" type="xsd:IDREF" use="required"/>
	</xsd:complexType>
</xsd:schema>
  • No labels