Samply MDR Catalog XSD
This project contains an XSD file for catalogs, that can be imported into the MDR.
Build
Use maven to build the jar:
Use maven to generate the classes using the XSD files:
Use it as a dependency:
<dependency>
<groupId>de.samply</groupId>
<artifactId>mdr-catalog-xsd</artifactId>
<version>VERSION</version>
</dependency>