bolognese 0.9.50 → 0.9.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd2837b30a082d4677ebee66a96d451b13cf7fdd
4
- data.tar.gz: 3a8974f65f8e03246e481e8d582414bcb9685bea
3
+ metadata.gz: 6b0dda73cfc7fd0122b708b6a199b9359bf1ca39
4
+ data.tar.gz: 4c08488e4fc2fc791dd7b4a8a17dcd2de807af5b
5
5
  SHA512:
6
- metadata.gz: 7b6d279ec212fa429603a38f550c3266b86196c0ddf52c34f456a95b383c64a4149692c6bfadc630a111e31fed1ae1c8b58e60a10b093ce73f692db8776d2ced
7
- data.tar.gz: 9611c1db3887c80637fd3ac8fdd558b3d01f9c40250223f14a8bf879c325de873c87a6956275bc931f182601d338f49402ee6009ea32415d17cd9b765be8c55b
6
+ metadata.gz: b0f2d335d6d41d440693d9379d12d3c3b6fd1465ef60634e3825da174d46f523f07ba0d9b11aa8fce9e20c8f1130ab543eb353962d76c5d830e469381d31afc7
7
+ data.tar.gz: f47df165a5c85f9d3d4dac6672c1915077941616f55102ded1012b5f4044e69ea5662a29cf55d3412b0f21fea171f1b390530072edbba75d2d5973aef3317ace
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bolognese (0.9.48)
4
+ bolognese (0.9.51)
5
5
  activesupport (>= 4.2.5, < 6)
6
6
  benchmark_methods (~> 0.7)
7
7
  bibtex-ruby (~> 4.1)
@@ -1,3 +1,3 @@
1
1
  module Bolognese
2
- VERSION = "0.9.50"
2
+ VERSION = "0.9.51"
3
3
  end
@@ -38,7 +38,7 @@
38
38
  <xs:enumeration value="Describes"/>
39
39
  <xs:enumeration value="IsDescribedBy"/>
40
40
  <xs:enumeration value="HasVersion"/>
41
- <xs:enumeration value="IsVersionof"/>
41
+ <xs:enumeration value="IsVersionOf"/>
42
42
  <xs:enumeration value="Requires"/>
43
43
  <xs:enumeration value="IsRequiredBy"/>
44
44
  </xs:restriction>
@@ -7,7 +7,8 @@
7
7
  2011-06-27 v2.2: namespace: kernel-2.2, additions to controlled lists "resourceType", "contributorType", "relatedIdentifierType", and "descriptionType". Removal of intermediate include-files.
8
8
  2013-07-24 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"
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
- 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" -->
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
+ 2017-09-14 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 -->
11
12
  <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">
12
13
  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
13
14
  <xs:include schemaLocation="include/datacite-titleType-v4.xsd"/>
@@ -353,13 +354,20 @@ Use the complete title of a license and include version information if applicabl
353
354
  <xs:documentation>A box contains two white space separated latitude-longitude pairs, with each pair separated by whitespace. The first pair is the lower corner, the second is the upper corner.</xs:documentation>
354
355
  </xs:annotation>
355
356
  </xs:element>
356
- <xs:element name="geoLocationPolygon" minOccurs="0">
357
- <xs:annotation>
358
- <xs:documentation>A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain.</xs:documentation>
359
- </xs:annotation>
357
+ <xs:element name="geoLocationPolygons" minOccurs="0">
360
358
  <xs:complexType>
361
359
  <xs:sequence>
362
- <xs:element name="polygonPoint" type="point" minOccurs="4" maxOccurs="unbounded"/>
360
+ <xs:element name="geoLocationPolygon" minOccurs="0" maxOccurs="unbounded">
361
+ <xs:annotation>
362
+ <xs:documentation>A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain.</xs:documentation>
363
+ </xs:annotation>
364
+ <xs:complexType>
365
+ <xs:sequence>
366
+ <xs:element name="polygonPoint" type="point" minOccurs="4" maxOccurs="unbounded"/>
367
+ <xs:element name="inPolygonPoint" type="point" minOccurs="0" maxOccurs="1"/>
368
+ </xs:sequence>
369
+ </xs:complexType>
370
+ </xs:element>
363
371
  </xs:sequence>
364
372
  </xs:complexType>
365
373
  </xs:element>
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: 0.9.50
4
+ version: 0.9.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-14 00:00:00.000000000 Z
11
+ date: 2017-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: maremma