Sha256: ac2aa9fbc6f04f24cb4f6a9ff0811ce9ac0fb99e76901817e3a71109dedd695e
Contents?: true
Size: 609 Bytes
Versions: 227
Compression:
Stored size: 609 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--> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-3.1" targetNamespace="http://datacite.org/schema/kernel-3.1" 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:restriction> </xs:simpleType> </xs:schema>
Version data entries
227 entries across 227 versions & 2 rubygems