Sha256: dbfe0efd4ef24ab2834db2eee389adb73186e53054b3b7798a7605d38fa854cb
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 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; addition of value "PMID"--> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://datacite.org/schema/kernel-3" targetNamespace="http://datacite.org/schema/kernel-3" elementFormDefault="qualified"> <xs:simpleType name="relatedIdentifierType" id="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="PMID"/> <xs:enumeration value="PURL"/> <xs:enumeration value="UPC"/> <xs:enumeration value="URL"/> <xs:enumeration value="URN"/> </xs:restriction> </xs:simpleType> </xs:schema>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bolognese-0.11 | resources/kernel-3.0/include/datacite-relatedIdentifierType-v3.xsd |