denizk / schema

DataCite Metadata Schema Repository

Home Page:https://schema.datacite.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataCite Schema Repository

Build Status

This repository holds the official metadata schemas from DataCite as required by the DataCite Metadata Store.

It contains the schemas itself along with examples and documentation.

If you have any comments or questions regarding the schema please post them in our Google Group: https://groups.google.com/forum/?hl=en&fromgroups#!forum/datacite-metadata

Schemas

Each schema has its own folder under /source/meta e.g. /source/meta/kernel-2.0/. This directory is allowed to contain only one xsd. The directory structure is as follow:

/source/meta/{schema-name}/{filename}.xsd   root xsd
/source/meta/{schema-name}/include/         referenced xsd files
/source/meta/{schema-name}/example/         example xml files
/source/meta/{schema-name}/doc/             documentation

The /source/meta directory will be published at http://schema.datacite.org, e.g.

http://schema.datacite.org/meta/kernel-2.0/metadata.xsd

Tests

There are tests to check the directory structure, existence of examples, validity of the schemas, and validity of the examples.

You can execute the tests via

mvn test
rspec

About

DataCite Metadata Schema Repository

https://schema.datacite.org


Languages

Language:Ruby 67.9%Language:XSLT 17.0%Language:HTML 9.7%Language:CSS 4.5%Language:Dockerfile 0.5%Language:TeX 0.3%Language:JavaScript 0.0%