Sha256: 7f9654461337fe7c992ee95eab55fd0e1ba8a75c39915a07bc7ddd008453e335
Contents?: true
Size: 977 Bytes
Versions: 352
Compression:
Stored size: 977 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!-- Version 1.0 - Created 2011-01-13 - FZ, TIB, Germany --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns="http://datacite.org/schema/kernel-2.1" targetNamespace="http://datacite.org/schema/kernel-2.1"> <xs:simpleType name="relatedIdentifierType"> <xs:annotation> <xs:documentation>The type of the RelatedIdentifier.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ARK"/> <xs:enumeration value="DOI"/> <xs:enumeration value="EAN13"/> <xs:enumeration value="EISSN"/> <xs:enumeration value="Handle"/> <xs:enumeration value="ISBN"/> <xs:enumeration value="ISSN"/> <xs:enumeration value="ISTC"/> <xs:enumeration value="LISSN"/> <xs:enumeration value="LSID"/> <xs:enumeration value="PURL"/> <xs:enumeration value="UPC"/> <xs:enumeration value="URN"/> </xs:restriction> </xs:simpleType> </xs:schema>
Version data entries
352 entries across 352 versions & 2 rubygems