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

Compare with Current View Page History

« Previous Version 6 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\

The schema below is the GAL-extension.xsd<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="code-xml"><span class="code-tag"><?xml version=<span class="code-quote">"1.0"</span> encoding=<span class="code-quote">"UTF-8"</span> ?></span>
<xsd:schema
<span class="code-keyword">xmlns:xsd</span>=<span class="code-quote">"http://www.w3.org/2001/XMLSchema"</span>

xmlns=<span class="code-quote">"info:eu-repo/dai"</span>
targetNamespace=<span class="code-quote">"info:eu-repo/dai"</span>
elementFormDefault=<span class="code-quote">"qualified"</span>
attributeFormDefault=<span class="code-quote">"unqualified"</span>>
<xsd:import
namespace=<span class="code-quote">"http://www.w3.org/XML/1998/namespace"</span>

schemaLocation=<span class="code-quote">"http://www.w3.org/2001/xml.xsd"</span>/>
<span class="code-tag"><xsd:element name=<span class="code-quote">"daiList"</span> type=<span class="code-quote">"daiListType"</span>/></span>
<span class="code-tag"><xsd:complexType name=<span class="code-quote">"daiListType"</span>></span>

<span class="code-tag"><xsd:sequence></span>
<xsd:element
name=<span class="code-quote">"identifier"</span>
type=<span class="code-quote">"identifierType"</span>
minOccurs=<span class="code-quote">"1"</span>
maxOccurs=<span class="code-quote">"unbounded"</span>/>

<span class="code-tag"></xsd:sequence></span>
<span class="code-tag"></xsd:complexType></span>
<xsd:complexType
name=<span class="code-quote">"identifierType"</span>>
<span class="code-tag"><xsd:simpleContent></span>

<xsd:extension
base=<span class="code-quote">"xsd:anyURI"</span>>

<xsd:attribute
name=<span class="code-quote">"IDref"</span>
type=<span class="code-quote">"xsd:IDREF"</span>
use=<span class="code-quote">"required"</span>/>
<xsd:attribute
name=<span class="code-quote">"authority"</span>

type=<span class="code-quote">"xsd:string"</span>
use=<span class="code-quote">"optional"</span> />
<span class="code-tag"></xsd:extension></span>
<span class="code-tag"></xsd:simpleContent></span>
<span class="code-tag"></xsd:complexType></span>

<span class="code-tag"></xsd:schema></span>

</pre>
</div>

  • No labels