Sha256: d2b2863ad2b4cbd11b3fdee00610f88b05a6741f1f3d020f389032b1d08ad684
Contents?: true
Size: 1.5 KB
Versions: 300
Compression:
Stored size: 1.5 KB
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, added values "ResearchGroup" & "Other"--> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-3.0" targetNamespace="http://datacite.org/schema/kernel-3.0" elementFormDefault="qualified"> <xs:simpleType name="contributorType" id="contributorType"> <xs:annotation> <xs:documentation>The type of contributor of the resource.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ContactPerson"/> <xs:enumeration value="DataCollector"/> <xs:enumeration value="DataManager"/> <xs:enumeration value="Distributor"/> <xs:enumeration value="Editor"/> <xs:enumeration value="Funder"/> <xs:enumeration value="HostingInstitution"/> <xs:enumeration value="Other"/> <xs:enumeration value="Producer"/> <xs:enumeration value="ProjectLeader"/> <xs:enumeration value="ProjectManager"/> <xs:enumeration value="ProjectMember"/> <xs:enumeration value="RegistrationAgency"/> <xs:enumeration value="RegistrationAuthority"/> <xs:enumeration value="RelatedPerson"/> <xs:enumeration value="ResearchGroup"/> <xs:enumeration value="RightsHolder"/> <xs:enumeration value="Researcher"/> <xs:enumeration value="Sponsor"/> <xs:enumeration value="Supervisor"/> <xs:enumeration value="WorkPackageLeader"/> </xs:restriction> </xs:simpleType> </xs:schema>
Version data entries
300 entries across 300 versions & 3 rubygems