<?xml version="1.0"?>
<!-- Version 1.0 - Created 2011-01-13 - FZ, TIB, Germany -->
<rng:grammar xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://datacite.org/schema/kernel-2.2" ns="http://datacite.org/schema/kernel-2.2" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
	<rng:define name="descriptionType">
		<a:documentation>
			The type of the description.
		</a:documentation>
		<rng:choice>
			<rng:value>Abstract</rng:value>
			<rng:value>SeriesInformation</rng:value>
			<rng:value>TableOfContents</rng:value>
			<rng:value>Other</rng:value>
		</rng:choice>
	</rng:define>
</rng:grammar>
