You are here

public function Datacite::getSchema in Views OAI-PMH 8

Overrides MetadataPrefixInterface::getSchema

File

src/Plugin/MetadataPrefix/Datacite.php, line 39

Class

Datacite
Class DublinCore.

Namespace

Drupal\views_oai_pmh\Plugin\MetadataPrefix

Code

public function getSchema() : string {
  return 'http://schema.datacite.org/oai/oai-1.1/oai.xsd';
}