From ce9d6238518e9a4024e6077fd49fc0d6895deb1f Mon Sep 17 00:00:00 2001 From: Jens Kupferschmidt <kupferschmidt@rz.uni-leipzig.de> Date: Wed, 3 Apr 2019 10:12:14 +0200 Subject: [PATCH] add typus classification --- .../resources/classifications/gpTypus.xml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/main/resources/classifications/gpTypus.xml diff --git a/src/main/resources/classifications/gpTypus.xml b/src/main/resources/classifications/gpTypus.xml new file mode 100644 index 0000000..69579e2 --- /dev/null +++ b/src/main/resources/classifications/gpTypus.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mycoreclass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="MCRClassification.xsd" + ID="gpTypus"> + <label xml:lang="de" text="Typusmeterial"/> + <categories> + <category ID="holotypus"> + <label xml:lang="de" text="Holotypus"/> + </category> + <category ID="lectotypus"> + <label xml:lang="de" text="Lectotypus"/> + </category> + <category ID="neotypus"> + <label xml:lang="de" text="Neotypus"/> + </category> + <category ID="paratypus"> + <label xml:lang="de" text="Paratypus"/> + </category> + <category ID="syntypus"> + <label xml:lang="de" text="Syntypus"/> + </category> + <category ID="abgeb"> + <label xml:lang="de" text="abgebildet?"/> + </category> + </categories> +</mycoreclass> -- GitLab