Sha256: 8be9425ee1e07bf5f727cadeba90978498d14d99ac98a2720971355fd70b1f7a
Contents?: true
Size: 698 Bytes
Versions: 206
Compression:
Stored size: 698 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!-- Version 1.0 - Created 2011-01-13 - FZ, TIB, Germany 2013-05 v3.0: Addition of ID to simpleType element 2015-02-12 v4.0 Added value "Other" --> <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"> <xs:simpleType name="titleType" id="titleType"> <xs:restriction base="xs:string"> <xs:enumeration value="AlternativeTitle" /> <xs:enumeration value="Subtitle" /> <xs:enumeration value="TranslatedTitle" /> <xs:enumeration value="Other" /> </xs:restriction> </xs:simpleType> </xs:schema>
Version data entries
206 entries across 136 versions & 3 rubygems