resources/kernel-4/metadata.xsd in bolognese-0.9.50 vs resources/kernel-4/metadata.xsd in bolognese-0.9.51

- old
+ new

@@ -5,11 +5,12 @@ 2011-01-17 Complete revsion after community review. FZ, TIB 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 2011-06-27 v2.2: namespace: kernel-2.2, additions to controlled lists "resourceType", "contributorType", "relatedIdentifierType", and "descriptionType". Removal of intermediate include-files. 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" 2014-08-20 v3.1: additions to controlled lists "relationType", contributorType" and "relatedIdentifierType"; introduction of new child element "affiliation" to "creator" and "contributor" - 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" --> + 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" + 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 --> <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"> <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-v4.xsd"/> <xs:include schemaLocation="include/datacite-contributorType-v4.xsd"/> <xs:include schemaLocation="include/datacite-dateType-v4.1.xsd"/> @@ -351,16 +352,23 @@ <xs:element name="geoLocationBox" type="box" minOccurs="0"> <xs:annotation> <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> </xs:annotation> </xs:element> - <xs:element name="geoLocationPolygon" minOccurs="0"> - <xs:annotation> - <xs:documentation>A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain.</xs:documentation> - </xs:annotation> + <xs:element name="geoLocationPolygons" minOccurs="0"> <xs:complexType> <xs:sequence> - <xs:element name="polygonPoint" type="point" minOccurs="4" maxOccurs="unbounded"/> + <xs:element name="geoLocationPolygon" minOccurs="0" maxOccurs="unbounded"> + <xs:annotation> + <xs:documentation>A drawn polygon area, defined by a set of points and lines connecting the points in a closed chain.</xs:documentation> + </xs:annotation> + <xs:complexType> + <xs:sequence> + <xs:element name="polygonPoint" type="point" minOccurs="4" maxOccurs="unbounded"/> + <xs:element name="inPolygonPoint" type="point" minOccurs="0" maxOccurs="1"/> + </xs:sequence> + </xs:complexType> + </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:all> </xs:complexType>