bolognese 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,25 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Version 1.0 - Created 2011-01-13 - FZ, TIB, Germany
3
+ 2013-05 v3.0: Addition of ID to simpleType element; addition of value "Collected"; deleted "StartDate" & "EndDate"
4
+ 2017-10-23 v4.1: Addition of value "Other"
5
+ 2019-02-14 v4.2: Addition of value "Withdrawn"-->
6
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified">
7
+ <xs:simpleType name="dateType" id="dateType">
8
+ <xs:annotation>
9
+ <xs:documentation>The type of date. Use RKMS‐ISO8601 standard for depicting date ranges.To indicate the end of an embargo period, use Available. To indicate the start of an embargo period, use Submitted or Accepted, as appropriate.</xs:documentation>
10
+ </xs:annotation>
11
+ <xs:restriction base="xs:string">
12
+ <xs:enumeration value="Accepted"/>
13
+ <xs:enumeration value="Available"/>
14
+ <xs:enumeration value="Collected"/>
15
+ <xs:enumeration value="Copyrighted"/>
16
+ <xs:enumeration value="Created"/>
17
+ <xs:enumeration value="Issued"/>
18
+ <xs:enumeration value="Other"/>
19
+ <xs:enumeration value="Submitted"/>
20
+ <xs:enumeration value="Updated"/>
21
+ <xs:enumeration value="Valid"/>
22
+ <xs:enumeration value="Withdrawn"/>
23
+ </xs:restriction>
24
+ </xs:simpleType>
25
+ </xs:schema>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Version 4.1 - Created 2017-10-23 -->
3
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified">
4
+ <xs:simpleType name="nameType" id="nameType">
5
+ <xs:restriction base="xs:string">
6
+ <xs:enumeration value="Organizational"/>
7
+ <xs:enumeration value="Personal"/>
8
+ </xs:restriction>
9
+ </xs:simpleType>
10
+ </xs:schema>
@@ -2,7 +2,8 @@
2
2
  <!-- Version 1.0 - Created 2011-01-13 - FZ, TIB, Germany
3
3
  2013-05 v3.0: Addition of ID to simpleType element; addition of value "PMID"
4
4
  2014-08-20 v3.1: Addition of values "arxiv" and "bibcode"
5
- 2015-02-12 v4.0 Addition of value "IGSN" -->
5
+ 2015-02-12 v4.0 Addition of value "IGSN"
6
+ 2019-02-14 v4.2 Addition of value "w3id" -->
6
7
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified">
7
8
  <xs:simpleType name="relatedIdentifierType" id="relatedIdentifierType">
8
9
  <xs:annotation>
@@ -27,6 +28,7 @@
27
28
  <xs:enumeration value="UPC"/>
28
29
  <xs:enumeration value="URL"/>
29
30
  <xs:enumeration value="URN"/>
31
+ <xs:enumeration value="w3id"/>
30
32
  </xs:restriction>
31
33
  </xs:simpleType>
32
34
  </xs:schema>
@@ -0,0 +1,49 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ 2011-01-13 v1.0 - FZ, TIB, Germany
4
+ 2013-05 v3.0: Addition of ID to simpleType element, addition of values "IsIdenticalTo", "HasMetadata" & "IsMetadataFor"
5
+ 2014-08-20 v3.1: Addition of values "Reviews" & "IsReviewedBy" and "IsDerivedFrom" & "IsSourceOf"
6
+ 2017-10-23 v.4.1: Addition of values "Describes", "IsDescribedBy", "HasVersion", "IsVersionOf", "Requires", "IsRequiredBy"
7
+ 2019-02-14 v.4.2: Addition of values "Obsoletes", "IsObsoletedBy" -->
8
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified">
9
+ <xs:simpleType name="relationType" id="relationType">
10
+ <xs:annotation>
11
+ <xs:documentation>Description of the relationship of the resource being registered (A) and the related resource (B).</xs:documentation>
12
+ </xs:annotation>
13
+ <xs:restriction base="xs:string">
14
+ <xs:enumeration value="IsCitedBy"/>
15
+ <xs:enumeration value="Cites"/>
16
+ <xs:enumeration value="IsSupplementTo"/>
17
+ <xs:enumeration value="IsSupplementedBy"/>
18
+ <xs:enumeration value="IsContinuedBy"/>
19
+ <xs:enumeration value="Continues"/>
20
+ <xs:enumeration value="IsNewVersionOf"/>
21
+ <xs:enumeration value="IsPreviousVersionOf"/>
22
+ <xs:enumeration value="IsPartOf"/>
23
+ <xs:enumeration value="HasPart"/>
24
+ <xs:enumeration value="IsReferencedBy"/>
25
+ <xs:enumeration value="References"/>
26
+ <xs:enumeration value="IsDocumentedBy"/>
27
+ <xs:enumeration value="Documents"/>
28
+ <xs:enumeration value="IsCompiledBy"/>
29
+ <xs:enumeration value="Compiles"/>
30
+ <xs:enumeration value="IsVariantFormOf"/>
31
+ <xs:enumeration value="IsOriginalFormOf"/>
32
+ <xs:enumeration value="IsIdenticalTo"/>
33
+ <xs:enumeration value="HasMetadata"/>
34
+ <xs:enumeration value="IsMetadataFor"/>
35
+ <xs:enumeration value="Reviews"/>
36
+ <xs:enumeration value="IsReviewedBy"/>
37
+ <xs:enumeration value="IsDerivedFrom"/>
38
+ <xs:enumeration value="IsSourceOf"/>
39
+ <xs:enumeration value="Describes"/>
40
+ <xs:enumeration value="IsDescribedBy"/>
41
+ <xs:enumeration value="HasVersion"/>
42
+ <xs:enumeration value="IsVersionOf"/>
43
+ <xs:enumeration value="Requires"/>
44
+ <xs:enumeration value="IsRequiredBy"/>
45
+ <xs:enumeration value="Obsoletes"/>
46
+ <xs:enumeration value="IsObsoletedBy "/>
47
+ </xs:restriction>
48
+ </xs:simpleType>
49
+ </xs:schema>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Version 1.0 - Created 2011-01-13 - FZ, TIB, Germany
3
+ 2013-05 v3.0: Addition of ID to simpleType element; added values "Audiovisual", "Workflow" & "Other"; deleted value "Film"
4
+ 2017-10-23 v4.1: Addition of value "DataPaper" -->
5
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified">
6
+ <xs:simpleType name="resourceType" id="resourceType">
7
+ <xs:annotation>
8
+ <xs:documentation>The general type of a resource.</xs:documentation>
9
+ </xs:annotation>
10
+ <xs:restriction base="xs:string">
11
+ <xs:enumeration value="Audiovisual"/>
12
+ <xs:enumeration value="Collection"/>
13
+ <xs:enumeration value="DataPaper"/>
14
+ <xs:enumeration value="Dataset"/>
15
+ <xs:enumeration value="Event"/>
16
+ <xs:enumeration value="Image"/>
17
+ <xs:enumeration value="InteractiveResource"/>
18
+ <xs:enumeration value="Model"/>
19
+ <xs:enumeration value="PhysicalObject"/>
20
+ <xs:enumeration value="Service"/>
21
+ <xs:enumeration value="Software"/>
22
+ <xs:enumeration value="Sound"/>
23
+ <xs:enumeration value="Text"/>
24
+ <xs:enumeration value="Workflow"/>
25
+ <xs:enumeration value="Other"/>
26
+ </xs:restriction>
27
+ </xs:simpleType>
28
+ </xs:schema>
@@ -9,18 +9,19 @@
9
9
  2014-08-20 v3.1: additions to controlled lists "relationType", contributorType" and "relatedIdentifierType"; introduction of new child element "affiliation" to "creator" and "contributor"
10
10
  2016-09-19 v4.0: namespace: kernel-4.0; makes "resourceType" required field, added optional "givenName" and "familyName" to creator and contributor, added "funderReference", added "valueURI" for subject, added "geoLocationPolygon"
11
11
  2017-10-23 v4.1: Addition of dateType value "Other", relationType values "Describes", "IsDescribedBy", "HasVersion", "IsVersionOf", "Requires", "IsRequiredBy", resourceType value "DataPaper", new subproperties "dateInformation", "inPolygonPoint", new attribute "nameType", optional attribute "resourceTypeGeneral" for relatedIdentifier
12
- 2018-09-08 v4.1.1 Make schema 4.1 backwards compatible to 4.0 by allowing geolocation elements in any order -->
12
+ 2018-09-08 v4.1.1 Make schema 4.1 backwards compatible to 4.0 by allowing geolocation elements in any order
13
+ 2019-02-14 v4.2: Addition of dateType value "Withdrawn", relationType values "Obsoletes", "isObsoletedBy", addition of new subproperties for Rights: rightsIdentifier, rightsIdentifierScheme, schemeURI, addition of the XML language attribute to the properties Creator, Contributor and Publisher for organizational names -->
13
14
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-4" targetNamespace="http://datacite.org/schema/kernel-4" elementFormDefault="qualified" xml:lang="EN">
14
15
  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="include/xml.xsd"/>
15
16
  <xs:include schemaLocation="include/datacite-titleType-v4.xsd"/>
16
17
  <xs:include schemaLocation="include/datacite-contributorType-v4.xsd"/>
17
- <xs:include schemaLocation="include/datacite-dateType-v4.1.xsd"/>
18
- <xs:include schemaLocation="include/datacite-resourceType-v4.1.xsd"/>
19
- <xs:include schemaLocation="include/datacite-relationType-v4.1.xsd"/>
18
+ <xs:include schemaLocation="include/datacite-dateType-v4.xsd"/>
19
+ <xs:include schemaLocation="include/datacite-resourceType-v4.xsd"/>
20
+ <xs:include schemaLocation="include/datacite-relationType-v4.xsd"/>
20
21
  <xs:include schemaLocation="include/datacite-relatedIdentifierType-v4.xsd"/>
21
22
  <xs:include schemaLocation="include/datacite-funderIdentifierType-v4.xsd"/>
22
23
  <xs:include schemaLocation="include/datacite-descriptionType-v4.xsd"/>
23
- <xs:include schemaLocation="include/datacite-nameType-v4.1.xsd"/>
24
+ <xs:include schemaLocation="include/datacite-nameType-v4.xsd"/>
24
25
  <xs:element name="resource">
25
26
  <xs:annotation>
26
27
  <xs:documentation>
@@ -60,6 +61,7 @@
60
61
  <xs:simpleContent>
61
62
  <xs:extension base="nonemptycontentStringType">
62
63
  <xs:attribute name="nameType" type="nameType" use="optional"/>
64
+ <xs:attribute ref="xml:lang"/>
63
65
  </xs:extension>
64
66
  </xs:simpleContent>
65
67
  </xs:complexType>
@@ -107,9 +109,13 @@
107
109
  <xs:documentation>The name of the entity that holds, archives, publishes prints, distributes, releases, issues, or produces the resource. This property will be used to formulate the citation, so consider the prominence of the role.</xs:documentation>
108
110
  <xs:documentation>In the case of datasets, "publish" is understood to mean making the data available to the community of researchers.</xs:documentation>
109
111
  </xs:annotation>
110
- <xs:simpleType>
111
- <xs:restriction base="nonemptycontentStringType"/>
112
- </xs:simpleType>
112
+ <xs:complexType>
113
+ <xs:simpleContent>
114
+ <xs:extension base="nonemptycontentStringType">
115
+ <xs:attribute ref="xml:lang"/>
116
+ </xs:extension>
117
+ </xs:simpleContent>
118
+ </xs:complexType>
113
119
  </xs:element>
114
120
  <xs:element name="publicationYear">
115
121
  <xs:annotation>
@@ -171,6 +177,7 @@
171
177
  <xs:simpleContent>
172
178
  <xs:extension base="nonemptycontentStringType">
173
179
  <xs:attribute name="nameType" type="nameType" use="optional"/>
180
+ <xs:attribute ref="xml:lang"/>
174
181
  </xs:extension>
175
182
  </xs:simpleContent>
176
183
  </xs:complexType>
@@ -302,6 +309,9 @@ Use the complete title of a license and include version information if applicabl
302
309
  <xs:simpleContent>
303
310
  <xs:extension base="xs:string">
304
311
  <xs:attribute name="rightsURI" type="xs:anyURI" use="optional"/>
312
+ <xs:attribute name="rightsIdentifier" use="optional"/>
313
+ <xs:attribute name="rightsIdentifierScheme" use="optional"/>
314
+ <xs:attribute name="schemeURI" type="xs:anyURI" use="optional"/>
305
315
  <xs:attribute ref="xml:lang"/>
306
316
  </xs:extension>
307
317
  </xs:simpleContent>
@@ -347,7 +357,7 @@ Use the complete title of a license and include version information if applicabl
347
357
  </xs:element>
348
358
  <xs:element name="geoLocationPoint" type="point" minOccurs="0">
349
359
  <xs:annotation>
350
- <xs:documentation>A point contains a single latitude-longitude pair, separated by whitespace.</xs:documentation>
360
+ <xs:documentation>A point contains a single latitude-longitude pair.</xs:documentation>
351
361
  </xs:annotation>
352
362
  </xs:element>
353
363
  <xs:element name="geoLocationBox" type="box" minOccurs="0">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bolognese
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-07 00:00:00.000000000 Z
11
+ date: 2019-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: maremma
@@ -643,14 +643,25 @@ files:
643
643
  - resources/kernel-4.1/include/datacite-titleType-v4.xsd
644
644
  - resources/kernel-4.1/include/xml.xsd
645
645
  - resources/kernel-4.1/metadata.xsd
646
+ - resources/kernel-4.2/include/datacite-contributorType-v4.xsd
647
+ - resources/kernel-4.2/include/datacite-dateType-v4.xsd
648
+ - resources/kernel-4.2/include/datacite-descriptionType-v4.xsd
649
+ - resources/kernel-4.2/include/datacite-funderIdentifierType-v4.xsd
650
+ - resources/kernel-4.2/include/datacite-nameType-v4.xsd
651
+ - resources/kernel-4.2/include/datacite-relatedIdentifierType-v4.xsd
652
+ - resources/kernel-4.2/include/datacite-relationType-v4.xsd
653
+ - resources/kernel-4.2/include/datacite-resourceType-v4.xsd
654
+ - resources/kernel-4.2/include/datacite-titleType-v4.xsd
655
+ - resources/kernel-4.2/include/xml.xsd
656
+ - resources/kernel-4.2/metadata.xsd
646
657
  - resources/kernel-4/include/datacite-contributorType-v4.xsd
647
- - resources/kernel-4/include/datacite-dateType-v4.1.xsd
658
+ - resources/kernel-4/include/datacite-dateType-v4.xsd
648
659
  - resources/kernel-4/include/datacite-descriptionType-v4.xsd
649
660
  - resources/kernel-4/include/datacite-funderIdentifierType-v4.xsd
650
- - resources/kernel-4/include/datacite-nameType-v4.1.xsd
661
+ - resources/kernel-4/include/datacite-nameType-v4.xsd
651
662
  - resources/kernel-4/include/datacite-relatedIdentifierType-v4.xsd
652
- - resources/kernel-4/include/datacite-relationType-v4.1.xsd
653
- - resources/kernel-4/include/datacite-resourceType-v4.1.xsd
663
+ - resources/kernel-4/include/datacite-relationType-v4.xsd
664
+ - resources/kernel-4/include/datacite-resourceType-v4.xsd
654
665
  - resources/kernel-4/include/datacite-titleType-v4.xsd
655
666
  - resources/kernel-4/include/xml.xsd
656
667
  - resources/kernel-4/metadata.xsd