Skip to content
Snippets Groups Projects
Commit b48495bf authored by mbrodhu's avatar mbrodhu
Browse files

test adaption in schemes

parent b6eefb6c
No related branches found
No related tags found
No related merge requests found
...@@ -22,4 +22,14 @@ ...@@ -22,4 +22,14 @@
namespaceURI="http://purl.org/dc/elements/1.1/" name="dc" /> namespaceURI="http://purl.org/dc/elements/1.1/" name="dc" />
</jxb:bindings> </jxb:bindings>
</jxb:bindings> </jxb:bindings>
<!--jxb:bindings schemaLocation="openaire.xsd">
<jxb:bindings>
<jxb:nameXmlTransform>
<jxb:elementName suffix="Element"/>
</jxb:nameXmlTransform>
<jxb:bindings node="//xs:attribute[@ref='xml:lang']">
<jxb:property name="secondlang"/>
</jxb:bindings>
</jxb:bindings>
</jxb:bindings-->
</jxb:bindings> </jxb:bindings>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
2013-05 v3.0: Addition of ID to simpleType element, addition of value "Methods" 2013-05 v3.0: Addition of ID to simpleType element, addition of value "Methods"
2015-02-12 v4.0: Addition of value "TechnicalInfo"--> 2015-02-12 v4.0: Addition of value "TechnicalInfo"-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-3" targetNamespace="http://datacite.org/schema/kernel-3" elementFormDefault="qualified"> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-3" targetNamespace="http://datacite.org/schema/kernel-3" elementFormDefault="qualified">
<xs:simpleType name="descriptionType" id="descriptionType"> <xs:simpleType name="openaireDescriptionType" id="openaireDescriptionType">
<xs:annotation> <xs:annotation>
<xs:documentation>The type of the description.</xs:documentation> <xs:documentation>The type of the description.</xs:documentation>
</xs:annotation> </xs:annotation>
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
2011-03-17 Release of v2.1: added a namespace; mandatory properties got minLength; changes in the definitions of relationTypes 2011-03-17 Release of v2.1: added a namespace; mandatory properties got minLength; changes in the definitions of relationTypes
IsDocumentedBy/Documents and isCompiledBy/Compiles; changes type of property "Date" from xs:date to xs:string. FZ, TIB IsDocumentedBy/Documents and isCompiledBy/Compiles; changes type of property "Date" from xs:date to xs:string. FZ, TIB
2011-06-27 v2.2: namespace: kernel-2.2, additions to controlled lists "resourceType", "contributorType", "relatedIdentifierType", and "descriptionType". Removal of intermediate include-files. 2011-06-27 v2.2: namespace: kernel-2.2, additions to controlled lists "resourceType", "contributorType", "relatedIdentifierType", and "descriptionType". Removal of intermediate include-files.
2013-05 v3.0: namespace: kernel-3.0; delete LastMetadataUpdate & MetadateVersionNumber; additions to controlled lists "contributorType", "dateType", "descriptionType", "relationType", "relatedIdentifierType" & "resourceType"; deletion of "StartDate" & "EndDate" from list "dateType" and "Film" from "resourceType"; allow arbitrary order of elements; allow optional wrapper elements to be empty; include xml:lang attribute for title, subject & description; include attribute schemeURI for nameIdentifier of creator, contributor & subject; added new attributes "relatedMetadataScheme", "schemeURI" & "schemeType" to relatedIdentifier; included new property "geoLocation" 2013-05 v3.0: namespace: kernel-3.0; delete LastMetadataUpdate & MetadateVersionNumber; additions to controlled lists "contributorType", "dateType", "descriptionType", "relationType", "relatedIdentifierType" & "resourceType"; deletion of "StartDate" & "EndDate" from list "dateType" and "Film" from "resourceType"; allow arbitrary order of elements; allow optional wrapper elements to be empty; include openaire:lang attribute for title, subject & description; include attribute schemeURI for nameIdentifier of creator, contributor & subject; added new attributes "relatedMetadataScheme", "schemeURI" & "schemeType" to relatedIdentifier; included new property "geoLocation"
2014-08-20 v3.1: additions to controlled lists "relationType", contributorType" and "relatedIdentifierType"; introduction of new child element "affiliation" to "creator" and "contributor"--> 2014-08-20 v3.1: additions to controlled lists "relationType", contributorType" and "relatedIdentifierType"; introduction of new child element "affiliation" to "creator" and "contributor"-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-3" targetNamespace="http://datacite.org/schema/kernel-3" elementFormDefault="qualified" xml:lang="EN"> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-3" targetNamespace="http://datacite.org/schema/kernel-3" elementFormDefault="qualified" >
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
<xs:include schemaLocation="include/datacite-titleType-v3.xsd"/> <xs:include schemaLocation="include/datacite-titleType-v3.xsd"/>
<xs:include schemaLocation="include/datacite-contributorType-v3.1.xsd"/> <xs:include schemaLocation="include/datacite-contributorType-v3.1.xsd"/>
<xs:include schemaLocation="include/datacite-dateType-v3.xsd"/> <xs:include schemaLocation="include/datacite-dateType-v3.xsd"/>
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<xs:simpleContent> <xs:simpleContent>
<xs:extension base="nonemptycontentStringType"> <xs:extension base="nonemptycontentStringType">
<xs:attribute name="titleType" type="titleType" use="optional"/> <xs:attribute name="titleType" type="titleType" use="optional"/>
<xs:attribute ref="xml:lang"/> <xs:attribute name="lang"/>
</xs:extension> </xs:extension>
</xs:simpleContent> </xs:simpleContent>
</xs:complexType> </xs:complexType>
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<xs:extension base="xs:string"> <xs:extension base="xs:string">
<xs:attribute name="subjectScheme" use="optional"/> <xs:attribute name="subjectScheme" use="optional"/>
<xs:attribute name="schemeURI" type="xs:anyURI" use="optional"/> <xs:attribute name="schemeURI" type="xs:anyURI" use="optional"/>
<xs:attribute ref="xml:lang"/> <xs:attribute name="lang"/>
</xs:extension> </xs:extension>
</xs:simpleContent> </xs:simpleContent>
</xs:complexType> </xs:complexType>
...@@ -308,8 +308,8 @@ Use the complete title of a license and include version information if applicabl ...@@ -308,8 +308,8 @@ Use the complete title of a license and include version information if applicabl
</xs:simpleType> </xs:simpleType>
</xs:element> </xs:element>
</xs:choice> </xs:choice>
<xs:attribute name="descriptionType" type="descriptionType" use="required"/> <xs:attribute name="openaireDescriptionType" type="openaireDescriptionType" use="required"/>
<xs:attribute ref="xml:lang"/> <xs:attribute name="lang"/>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
</xs:sequence> </xs:sequence>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment