Skip to content
Snippets Groups Projects
Commit ff4e277c authored by Jens Kupferschmidt's avatar Jens Kupferschmidt
Browse files

clean master

parent 0e9aba14
No related merge requests found
Showing
with 0 additions and 5410 deletions
File deleted
File deleted
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.uni-leipzig.urz</groupId>
<artifactId>dptbase-biocol</artifactId>
<name>DptBase Biological Collections Module</name>
<version>2018.06-SNAPSHOT</version>
<properties>
<java.target.version>1.8</java.target.version>
<maven.compiler.source>${java.target.version}</maven.compiler.source>
<maven.compiler.target>${java.target.version}</maven.compiler.target>
<maven.compiler.arg>-Werror</maven.compiler.arg>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<uniqueVersion>false</uniqueVersion>
<mycore.version>2018.06.0.3-SNAPSHOT</mycore.version>
<dptbase.version>2018.06-SNAPSHOT</dptbase.version>
<priority>80</priority>
<datamodel.version>0.6-SNAPSHOT</datamodel.version>
</properties>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<id>MyCoRe HQ</id>
<url>http://artifactory.mycore.de/mycore-releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>MyCoRe HQ Snapshots</id>
<url>http://artifactory.mycore.de/mycore-snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
<pluginRepository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</pluginRepository>
<pluginRepository>
<id>MyCoRe HQ</id>
<url>http://artifactory.mycore.de/mycore-releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>MyCoRe HQ Snapshots</id>
<url>http://artifactory.mycore.de/mycore-snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>MyCoRe HQ</id>
<name>MyCoRe HQ-releases</name>
<url>http://artifactory.mycore.de/libs-releases-local</url>
</repository>
<snapshotRepository>
<id>MyCoRe HQ</id>
<name>MyCoRe HQ-snapshots</name>
<url>http://artifactory.mycore.de/libs-snapshots-local</url>
</snapshotRepository>
</distributionManagement>
<licenses>
<license>
<name>GNU General Public License, version 3</name>
<url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>bt1cu</id>
<name>Jens Kupferschmidt</name>
<organization>Universitätsrechenzentrum Leipzig</organization>
<email>kupferschmidt (at) rz.uni-leipzig.de</email>
<organizationUrl>http://www.urz.uni-leipzig.de/</organizationUrl>
<timezone>+1</timezone>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addExtensions />
</manifest>
<manifestEntries>
<MCR-Artifact-Id>${project.artifactId}</MCR-Artifact-Id>
<MCR-Application-Module>${project.name}</MCR-Application-Module>
<Priority>${priority}</Priority>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.mycore.plugins</groupId>
<artifactId>datamodel-plugin</artifactId>
<version>${datamodel.version}</version>
<executions>
<execution>
<goals>
<goal>schema</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-base</artifactId>
<version>${mycore.version}</version>
<optional>false</optional>
</dependency>
<dependency>
<groupId>de.uni-leipzig.urz</groupId>
<artifactId>dptbase-mods</artifactId>
<version>${dptbase.version}</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
<objecttype name="biocol" isChild="false" isParent="false" hasDerivates="true" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata>
<!-- identifier - Sammlungsnummer -->
<element name="biocol01" type="text" minOccurs="1" maxOccurs="1" notinherit="true" heritable="false" />
<!-- collection part - Teilsammlung -->
<element name="biocol02" type="classification" minOccurs="1" maxOccurs="1" style="select" notinherit="true" heritable="false" >
<classification id="collectionsList"/>
</element>
<!-- remarks - Notizen -->
<element name="biocol03" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- remarks internal - Notizen intern -->
<element name="biocol04" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- old classmark - alte Datensatznummer -->
<element name="biocol05" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- editor - Bearbeiter des Datensatz -->
<element name="biocol06" type="text" minOccurs="1" maxOccurs="10" notinherit="true" heritable="false" />
<!-- object type - Objekttyp -->
<element name="biocol07" type="classification" minOccurs="1" maxOccurs="1" style="select" notinherit="true" heritable="false" >
<classification id="objectTypeList"/>
</element>
<!-- DDC classification -->
<element name="biocol08" type="classification" minOccurs="1" maxOccurs="1" style="select" notinherit="true" heritable="false" >
<classification id="DDC"/>
</element>
<!-- object desciption -->
<element name="biocol09" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- references -->
<element name="biocol10" type="href" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- ============================================================================================== -->
<!-- author of publication -->
<element name="biocol13" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- publication -->
<element name="biocol14" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- publication citation -->
<element name="biocol15" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- typus - Typus -->
<element name="biocol16" type="classification" minOccurs="0" maxOccurs="1" style="select" notinherit="true" heritable="false" >
<classification id="gpTypus"/>
</element>
<!-- ============================================================================================== -->
<!-- realm - Reich -->
<element name="biocol20" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- strain - Stamm -->
<element name="biocol21" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- substrain - Unterstamm -->
<element name="biocol22" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- class - Klasse -->
<element name="biocol23" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- subclass - Unterklasse -->
<element name="biocol24" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- super order - Überordnung -->
<element name="biocol25" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- order - Ordnung -->
<element name="biocol26" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- super family - Superfamilie -->
<element name="biocol27" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- family - Familie -->
<element name="biocol28" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- subfamily - Unterfamilie -->
<element name="biocol29" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- genus - Gattung -->
<element name="biocol30" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- species - Art -->
<element name="biocol31" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- subspecies - Unterart -->
<element name="biocol32" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- author of species - Art Autor -->
<element name="biocol33" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- taxonomie - Taxonomie-->
<element name="biocol34" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- habitus - Habitus -->
<element name="biocol35" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- ============================================================================================== -->
<!-- found place - Fundort -->
<element name="biocol40" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- habitat - Habitat -->
<element name="biocol41" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- finder - Finder -->
<element name="biocol42" type="text" minOccurs="0" maxOccurs="5" notinherit="true" heritable="false" />
<!-- found date - Funddatum -->
<element name="biocol43" type="historydate" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- determinator - Fundbestimmer -->
<element name="biocol44" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- conservation - Erhaltung -->
<element name="biocol45" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- determination history - Bestimmungsgeschichte -->
<element name="biocol46" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- quadrant -->
<element name="biocol47" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- subquadrant -->
<element name="biocol48" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- number of found - Fundnummer -->
<element name="biocol49" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- ============================================================================================== -->
<!-- area - Großraum -->
<element name="biocol60" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- country - Land -->
<element name="biocol61" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- region - Region -->
<element name="biocol62" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- place - Ort -->
<element name="biocol63" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- - Bundesland -->
<element name="biocol64" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- - Kreis -->
<element name="biocol65" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- Gauss coordinates -->
<element name="biocol66" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- GPS coordinates -->
<element name="biocol67" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- ============================================================================================== -->
<!-- System - System -->
<element name="biocol70" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- step - Stufe -->
<element name="biocol71" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- - Abteilung -->
<element name="biocol72" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- horizon - Horizont -->
<element name="biocol73" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- - Formation -->
<element name="biocol74" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- member - -->
<element name="biocol75" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- proof - Probe -->
<element name="biocol76" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- era - Ära -->
<element name="biocol77" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- ============================================================================================== -->
<!-- location in collection - Standort -->
<element name="biocol80" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- room in collection - Raum -->
<element name="biocol81" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- wardrobe - Schrank -->
<element name="biocol82" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- cupboard times - Schrankfach -->
<element name="biocol83" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- cupboard times - Etikett-Form -->
<element name="biocol84" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
</metadata>
</objecttype>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<xed:template xmlns:xed="http://www.mycore.de/xeditor">
<div class="dpt_editor_container">
<div class="dpt_editor_required">
<xed:output i18n="module.colul.common.editor.headMessage_1" />
</div>
<xed:bind xpath="/mycoreobject/@ID" initially="{$origin}_biocol_00000000" />
<xed:bind xpath="/mycoreobject/@version" />
<xed:bind xpath="/mycoreobject/structure" />
<xed:bind xpath="/mycoreobject/service" />
<div id="dpt_editor">
<ul class="nav nav-tabs nav-justified" id="dpt_editor_tabline">
<li class="active">
<a href="#tab1" data-toggle="tab">
<xed:output i18n="module.dptbase.biocol.part.general" />
</a>
</li>
<li>
<a href="#tab2" data-toggle="tab">
<xed:output i18n="module.dptbase.biocol.part.physical" />
</a>
</li>
<li>
<a href="#tab3" data-toggle="tab">
<xed:output i18n="module.dptbase.biocol.part.geographic" />
</a>
</li>
<li>
<a href="#tab4" data-toggle="tab">
<xed:output i18n="module.dptbase.biocol.part.collection" />
</a>
</li>
</ul>
<div class="tab-content" style="margin-top:15px;">
<!-- general -->
<div class="tab-pane active" id="tab1">
<h3 class="dpt_editor_headline-ltr">
<xed:output i18n="module.dptbase.biocol.part.organisation" />
</h3>
<table class="dpt_editor_table">
<xed:bind xpath="/mycoreobject/metadata">
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol01req-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol02req-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol07req-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol08req-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol09-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol06req-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol05-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol03-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol04-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol10-ltr" />
</xed:bind>
<xed:bind xpath="/mycoreobject/service">
<xed:include uri="webapp:editor/import_editor_form_common.xed" ref="status-ltr" />
<xed:bind xpath="servdates" />
<xed:bind xpath="servflags" />
<xed:bind xpath="servacls" />
</xed:bind>
</table>
</div>
<!-- biological -->
<div class="tab-pane" id="tab2">
<h3 class="dpt_editor_headline-ltr">
<xed:output i18n="module.dptbase.biocol.part.taxonomical_data" />
</h3>
<table class="dpt_editor_table">
<xed:bind xpath="/mycoreobject/metadata">
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol20-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol21-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol22-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol23-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol24-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol25-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol26-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol27-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol28-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol29-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol30-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol31-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol32-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol33-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol34-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol35-ltr" />
<xed:bind xpath="def.biocol16" />
</xed:bind>
</table>
<h3 class="dpt_editor_headline-ltr">
<xed:output i18n="module.dptbase.biocol.part.found_data" />
</h3>
<table class="dpt_editor_table">
<xed:bind xpath="/mycoreobject/metadata">
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol40-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol41-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol42-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol43-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol44-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol45-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol46-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol47-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol48-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol49-ltr" />
</xed:bind>
</table>
</div>
<!-- geographic -->
<div class="tab-pane" id="tab3">
<h3 class="dpt_editor_headline-ltr">
<xed:output i18n="module.dptbase.biocol.part.geographical_data" />
</h3>
<table class="dpt_editor_table">
<xed:bind xpath="/mycoreobject/metadata">
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol60-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol61-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol62-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol63-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol64-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol65-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol66-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol67-ltr" />
</xed:bind>
</table>
<h3 class="dpt_editor_headline-ltr">
<xed:output i18n="module.dptbase.biocol.part.stratigraphical_data" />
</h3>
<table class="dpt_editor_table">
<xed:bind xpath="/mycoreobject/metadata">
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol77-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol70-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol71-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol72-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol73-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol74-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol75-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol76-ltr" />
</xed:bind>
</table>
</div>
<!-- collection -->
<div class="tab-pane" id="tab4">
<h3 class="dpt_editor_headline-ltr">
<xed:output i18n="module.dptbase.biocol.part.documentation_data" />
</h3>
<table class="dpt_editor_table">
<xed:bind xpath="/mycoreobject/metadata">
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol16-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol13-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol14-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol15-ltr" />
</xed:bind>
</table>
<h3 class="dpt_editor_headline-ltr">
<xed:output i18n="module.dptbase.biocol.part.management_data" />
</h3>
<table class="dpt_editor_table">
<xed:bind xpath="/mycoreobject/metadata">
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol80-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol81-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol82-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol83-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol84-ltr" />
<xed:bind xpath="def.biocol57" />
</xed:bind>
</table>
</div>
</div>
<table>
<tr>
<td class="dpt_editor_name-ltr">
</td>
<td class="dpt_editor_value-ltr">
<div class="dpt_editor_submit_group">
<button type="submit" class="dpt_editor_button dpt_editor_button_default" xed:target="cancel">
<xed:output i18n="module.dptbase.common.editor.button.cancel" />
</button>
<xed:choose>
<xed:when test="contains(/mycoreobject/@ID, '_00000000')">
<button type="submit" class="dpt_editor_button dpt_editor_button_primary" xed:target="servlet"
xed:href="CreateObjectServlet">
<xed:output i18n="module.dptbase.common.editor.button.save" />
</button>
</xed:when>
<xed:otherwise>
<button type="submit" class="dpt_editor_button dpt_editor_button_primary" xed:target="servlet"
xed:href="UpdateObjectServlet">
<xed:output i18n="module.dptbase.common.editor.button.save" />
</button>
</xed:otherwise>
</xed:choose>
<button type="submit" class="dpt_editor_button dpt_editor_button_default" xed:target="debug">
<xed:output i18n="module.dptbase.common.editor.button.debug" />
</button>
</div>
</td>
</tr>
</table>
</div>
</div>
<xed:cleanup-rule xpath="//condition" relevant-if="string-length(@value) &gt; 0" />
</xed:template>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MyCoReWebPage>
<MyCoReWebPage>
<section i18n="module.colul.geopal.collection.editor" direction="ltr">
<div class="dpt_frame-ltr">
<h1>
<i18n key="module.colul.geopal.collection.editor" />
</h1>
<div class="editorform" id="js_lpz_common">
<center>
<xed:form xmlns:xed="http://www.mycore.de/xeditor" method="post" role="form" class="form-horizontal">
<xed:cancel url="/receive/{$id}" />
<xed:cancel url="/index.html" />
<xed:source uri="xslStyle:mycoreobject_preprocessor:notnull:mcrobject:{$id}" />
<xed:include uri="webapp:editor/import_editor_form_biocol-ltr.xed" />
</xed:form>
</center>
</div>
</div>
</section>
</MyCoReWebPage>
\ No newline at end of file
<?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>
module.dptbase.biocol.biocol01.view = Sammlungsnr.
module.dptbase.biocol.biocol01.req = Sammlungsnr. (*)
module.dptbase.biocol.biocol01.search = Sammlungsnr.
module.dptbase.biocol.biocol01.cond = Die Sammlungsnummer ist ein Pflichtfeld!
module.dptbase.biocol.biocol02.view = Teilsammlung
module.dptbase.biocol.biocol02.req = Teilsammlung (*)
module.dptbase.biocol.biocol02.search = Teilsammlung
module.dptbase.biocol.biocol02.cond = Die Auswahl der Teilsammlung ist ein Pflichtfeld!
module.dptbase.biocol.biocol02.type.old = alte Datensatznummer
module.dptbase.biocol.biocol03.view = Bemerkung
module.dptbase.biocol.biocol04.view = intener Bemerkung
module.dptbase.biocol.biocol05.view = alte Datensatznummer
module.dptbase.biocol.biocol06.view = Datensatzbearbeiter
module.dptbase.biocol.biocol06.req = Datensatzbearbeiter (*)
module.dptbase.biocol.biocol06.cond = Die Angabe des Bearbeiters ist ein Pflichtfeld!
module.dptbase.biocol.biocol07.view = Objecttyp
module.dptbase.biocol.biocol07.req = Objecttyp (*)
module.dptbase.biocol.biocol07.cond = Der Objecttyp ist ein Pflichtfeld!
module.dptbase.biocol.biocol08.view = DDC
module.dptbase.biocol.biocol08.req = DDC (*)
module.dptbase.biocol.biocol08.cond = Die Einordnung in die DDC-Klassifikation ist ein Pflichtfeld!
module.dptbase.biocol.biocol09.view = Objektbezeichnung
module.dptbase.biocol.biocol10.view = Web-Rferenz
module.dptbase.biocol.biocol10.title = Titel
module.dptbase.biocol.biocol10.url = URL
module.dptbase.biocol.biocol13.view = Autor der Publikation
module.dptbase.biocol.biocol14.view = Publikation
module.dptbase.biocol.biocol15.view = Zitat
module.dptbase.biocol.biocol16.view = Typusmaterial
module.dptbase.biocol.biocol20.view = Reich
module.dptbase.biocol.biocol20.search = Taxonomie
module.dptbase.biocol.biocol21.view = Stamm / Abteilung
module.dptbase.biocol.biocol22.view = Unterstamm
module.dptbase.biocol.biocol23.view = Klasse
module.dptbase.biocol.biocol24.view = Unterklasse
module.dptbase.biocol.biocol25.view = \u00dcberordnung
module.dptbase.biocol.biocol26.view = Ordnung
module.dptbase.biocol.biocol27.view = berfamilie
module.dptbase.biocol.biocol28.view = Familie
module.dptbase.biocol.biocol29.view = Unterfamilie
module.dptbase.biocol.biocol30.view = Gattung
module.dptbase.biocol.biocol31.view = Art
module.dptbase.biocol.biocol32.view = Unterart
module.dptbase.biocol.biocol33.view = Autor der Art
module.dptbase.biocol.biocol33.search = Autor der Art
module.dptbase.biocol.biocol34.view = Taxonomie
module.dptbase.biocol.biocol35.view = Habitus
module.dptbase.biocol.biocol40.view = Fundort
module.dptbase.biocol.biocol40.search = Fund
module.dptbase.biocol.biocol41.view = Habitat
module.dptbase.biocol.biocol42.view = Finder
module.dptbase.biocol.biocol43.view = Funddatum
module.dptbase.biocol.biocol43.hint1 = Text
module.dptbase.biocol.biocol43.hint2 = Kalender
module.dptbase.biocol.biocol43.hint3 = Datum von
module.dptbase.biocol.biocol43.hint4 = Datum bis
module.dptbase.biocol.biocol44.view = Bestimmer
module.dptbase.biocol.biocol45.view = Erhaltung
module.dptbase.biocol.biocol46.view = Bestimmungshistorie
module.dptbase.biocol.biocol47.view = Quadrant
module.dptbase.biocol.biocol48.view = Teilquadrant
module.dptbase.biocol.biocol49.view = Nummer des Fundes
module.dptbase.biocol.biocol60.view = Gro\u00dfraum
module.dptbase.biocol.biocol60.search = Geografie
module.dptbase.biocol.biocol61.view = Land
module.dptbase.biocol.biocol62.view = Region
module.dptbase.biocol.biocol63.view = Ort
module.dptbase.biocol.biocol64.view = Bundesland
module.dptbase.biocol.biocol65.view = Kreis
module.dptbase.biocol.biocol66.view = Koordinaten Gauss-Kr\u00fcger
module.dptbase.biocol.biocol67.view = Koordinaten GPS
module.dptbase.biocol.biocol70.view = System
module.dptbase.biocol.biocol70.search = Stratigrafie
module.dptbase.biocol.biocol71.view = Stufe
module.dptbase.biocol.biocol72.view = Abteilung
module.dptbase.biocol.biocol73.view = Horizont
module.dptbase.biocol.biocol74.view = Formation
module.dptbase.biocol.biocol75.view = Member
module.dptbase.biocol.biocol76.view = Probe
module.dptbase.biocol.biocol77.view = \u00c4ra
module.dptbase.biocol.biocol80.view = Standort
module.dptbase.biocol.biocol81.view = Raum
module.dptbase.biocol.biocol82.view = Schrank
module.dptbase.biocol.biocol83.view = Fach
module.dptbase.biocol.biocol84.view = Etiketttyp
module.dptbase.biocol.biocol.search.simple = Recherche
module.dptbase.biocol.biocol.search.complex = Komplexe Recherche
module.dptbase.biocol.biocol.indexpage.title = Index der palontologischen Objekte
module.dptbase.biocol.biocol.indexpage.title.filtered = Index der palontologischen Objekte (gefiltert)
module.dptbase.biocol.biocol.headline01 = Taxonomische Daten
module.dptbase.biocol.biocol.headline02 = Fundspezifische Daten
module.dptbase.biocol.biocol.headline03 = Geografische Daten
module.dptbase.biocol.biocol.headline04 = Stratigrafische Daten
module.dptbase.biocol.biocol.headline05 = Sammlungsmanagement
module.dptbase.biocol.biocol.headline06 = Literatur
module.dptbase.biocol.biocol.headline07 = Datenbank Management
module.dptbase.biocol.part.organisation = Organisatorische Daten
module.dptbase.biocol.part.taxonomical_data = Taxonomische Daten
module.dptbase.biocol.part.found_data = Fundspezifische Daten
module.dptbase.biocol.part.geographical_data = Geografische Daten
module.dptbase.biocol.part.stratigraphical_data = Stratigrafische Daten
module.dptbase.biocol.part.documentation_data = Dokumentation - Literatur
module.dptbase.biocol.part.management_data = Sammlungsmanagement
module.dptbase.biocol.part.general = Allgemeine Daten
module.dptbase.biocol.part.physical = Objektdaten
module.dptbase.biocol.part.geographic = Geographische Daten
module.dptbase.biocol.part.collection = Dokumentarische Daten
# Add the data model definition
MCR.Metadata.Type.biocol=true
# Infomail
MCR.Component.Infomail.viaf.additionals.identifier=/mycoreobject/metadata/def.biocol01/biocol01
# solr definition
MCR.URIResolver.xslImports.solr-document=%MCR.URIResolver.xslImports.solr-document%,biocol2solr.xsl
MCR.URIResolver.xslIncludes.solrResponse=%MCR.URIResolver.xslIncludes.solrResponse%,response-biocol.xsl
MCR.Solr.Proxy.WhiteList=%MCR.Solr.Proxy.WhiteList%,/suggest_dpt_biocol_biocol09,/suggest_dpt_biocol_biocol20,/suggest_dpt_biocol_biocol33,/suggest_dpt_biocol_biocol40,/suggest_dpt_biocol_biocol60,/suggest_dpt_biocol_biocol70
# Output formatter
MCR.URIResolver.xslIncludes.mycoreobjectXML=%MCR.URIResolver.xslIncludes.mycoreobjectXML%,biocol2xml.xsl
MCR.URIResolver.xslIncludes.mycoreobjectNative=%MCR.URIResolver.xslIncludes.mycoreobjectNative%,biocol2native.xsl
# Configuration details for IndexBrowserServlet
MCR.IndexBrowser.biocol.Table=biocol
MCR.IndexBrowser.biocol.Style=biocol
MCR.IndexBrowser.biocol.MaxPerPage=50
MCR.IndexBrowser.biocol.FieldsToSort=biocol_biocol01sort
MCR.IndexBrowser.biocol.Searchfield=biocol_biocol01
MCR.IndexBrowser.biocol.ExtraOutputFields=id,biocol_biocol01
# biocol mail config
MCR.URIResolver.xslIncludes.eventHandlerMailer=%MCR.URIResolver.xslIncludes.eventHandlerMailer%,e-mail-events-biocol.xsl
# IView2 configuration
MCR.Viewer.canvas.startup.fitWidth=false
# Google sitemap definition
MCR.GoogleSitemap.SolrQuery=objectType\:biocol
[
{
"delete-requesthandler": "/suggest_dpt_biocol_biocol09"
},
{
"delete-searchcomponent": "suggest_dpt_biocol_biocol09_component"
},
{
"add-searchcomponent": {
"name": "suggest_dpt_biocol_biocol09_component",
"class": "solr.SuggestComponent",
"suggester": [
{
"name": "default",
"classname": "Suggester",
"lookupImpl": "AnalyzingInfixLookupFactory",
"minPrefixChars": 2,
"highlight":"false",
"dictionaryImpl": "DocumentDictionaryFactory",
"unicodeAware": "true",
"payloadField": "id",
"field": "biocol_biocol09_suggest",
"suggestAnalyzerFieldType": "dpt_common_text_de_ngrams",
"buildOnStartup": "true",
"buildOnCommit": "true",
"buildOnOptimize": "true"
}
]
}
},
{
"add-requesthandler": {
"name": "/suggest_dpt_biocol_biocol09",
"class": "solr.SearchHandler",
"startup": "lazy",
"defaults": {
"suggest": "true",
"suggest.count": 20
},
"components": [
"suggest_dpt_biocol_biocol09_component"
]
}
},
{
"delete-requesthandler": "/suggest_dpt_biocol_biocol20"
},
{
"delete-searchcomponent": "suggest_dpt_biocol_biocol20_component"
},
{
"add-searchcomponent": {
"name": "suggest_dpt_biocol_biocol20_component",
"class": "solr.SuggestComponent",
"suggester": [
{
"name": "default",
"classname": "Suggester",
"lookupImpl": "AnalyzingInfixLookupFactory",
"minPrefixChars": 2,
"highlight":"false",
"dictionaryImpl": "DocumentDictionaryFactory",
"unicodeAware": "true",
"payloadField": "id",
"field": "biocol_biocol20_suggest",
"suggestAnalyzerFieldType": "dpt_common_text_de_ngrams",
"buildOnStartup": "true",
"buildOnCommit": "true",
"buildOnOptimize": "true"
}
]
}
},
{
"add-requesthandler": {
"name": "/suggest_dpt_biocol_biocol20",
"class": "solr.SearchHandler",
"startup": "lazy",
"defaults": {
"suggest": "true",
"suggest.count": 20
},
"components": [
"suggest_dpt_biocol_biocol20_component"
]
}
},
{
"delete-requesthandler": "/suggest_dpt_biocol_biocol33"
},
{
"delete-searchcomponent": "suggest_dpt_biocol_biocol33_component"
},
{
"add-searchcomponent": {
"name": "suggest_dpt_biocol_biocol33_component",
"class": "solr.SuggestComponent",
"suggester": [
{
"name": "default",
"classname": "Suggester",
"lookupImpl": "AnalyzingInfixLookupFactory",
"minPrefixChars": 2,
"highlight":"false",
"dictionaryImpl": "DocumentDictionaryFactory",
"unicodeAware": "true",
"payloadField": "id",
"field": "biocol_biocol33_suggest",
"suggestAnalyzerFieldType": "dpt_common_text_de_ngrams",
"buildOnStartup": "true",
"buildOnCommit": "true",
"buildOnOptimize": "true"
}
]
}
},
{
"add-requesthandler": {
"name": "/suggest_dpt_biocol_biocol33",
"class": "solr.SearchHandler",
"startup": "lazy",
"defaults": {
"suggest": "true",
"suggest.count": 20
},
"components": [
"suggest_dpt_biocol_biocol33_component"
]
}
},
{
"delete-requesthandler": "/suggest_dpt_biocol_biocol40"
},
{
"delete-searchcomponent": "suggest_dpt_biocol_biocol40_component"
},
{
"add-searchcomponent": {
"name": "suggest_dpt_biocol_biocol40_component",
"class": "solr.SuggestComponent",
"suggester": [
{
"name": "default",
"classname": "Suggester",
"lookupImpl": "AnalyzingInfixLookupFactory",
"minPrefixChars": 2,
"highlight":"false",
"dictionaryImpl": "DocumentDictionaryFactory",
"unicodeAware": "true",
"payloadField": "id",
"field": "biocol_biocol40_suggest",
"suggestAnalyzerFieldType": "dpt_common_text_de_ngrams",
"buildOnStartup": "true",
"buildOnCommit": "true",
"buildOnOptimize": "true"
}
]
}
},
{
"add-requesthandler": {
"name": "/suggest_dpt_biocol_biocol40",
"class": "solr.SearchHandler",
"startup": "lazy",
"defaults": {
"suggest": "true",
"suggest.count": 20
},
"components": [
"suggest_dpt_biocol_biocol40_component"
]
}
},
{
"delete-requesthandler": "/suggest_dpt_biocol_biocol60"
},
{
"delete-searchcomponent": "suggest_dpt_biocol_biocol60_component"
},
{
"add-searchcomponent": {
"name": "suggest_dpt_biocol_biocol60_component",
"class": "solr.SuggestComponent",
"suggester": [
{
"name": "default",
"classname": "Suggester",
"lookupImpl": "AnalyzingInfixLookupFactory",
"minPrefixChars": 2,
"highlight":"false",
"dictionaryImpl": "DocumentDictionaryFactory",
"unicodeAware": "true",
"payloadField": "id",
"field": "biocol_biocol60_suggest",
"suggestAnalyzerFieldType": "dpt_common_text_de_ngrams",
"buildOnStartup": "true",
"buildOnCommit": "true",
"buildOnOptimize": "true"
}
]
}
},
{
"add-requesthandler": {
"name": "/suggest_dpt_biocol_biocol60",
"class": "solr.SearchHandler",
"startup": "lazy",
"defaults": {
"suggest": "true",
"suggest.count": 20
},
"components": [
"suggest_dpt_biocol_biocol60_component"
]
}
},
{
"delete-requesthandler": "/suggest_dpt_biocol_biocol70"
},
{
"delete-searchcomponent": "suggest_dpt_biocol_biocol70_component"
},
{
"add-searchcomponent": {
"name": "suggest_dpt_biocol_biocol70_component",
"class": "solr.SuggestComponent",
"suggester": [
{
"name": "default",
"classname": "Suggester",
"lookupImpl": "AnalyzingInfixLookupFactory",
"minPrefixChars": 2,
"highlight":"false",
"dictionaryImpl": "DocumentDictionaryFactory",
"unicodeAware": "true",
"payloadField": "id",
"field": "biocol_biocol70_suggest",
"suggestAnalyzerFieldType": "dpt_common_text_de_ngrams",
"buildOnStartup": "true",
"buildOnCommit": "true",
"buildOnOptimize": "true"
}
]
}
},
{
"add-requesthandler": {
"name": "/suggest_dpt_biocol_biocol70",
"class": "solr.SearchHandler",
"startup": "lazy",
"defaults": {
"suggest": "true",
"suggest.count": 20
},
"components": [
"suggest_dpt_biocol_biocol70_component"
]
}
}
]
[
{
"add-field": {
"name": "biocol_biocol01sort",
"type": "string",
"multiValued": false,
"indexed": true,
"stored": false
}
},
{
"add-field": {
"name": "biocol_biocol01",
"type": "string",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-field": {
"name": "biocol_biocol01shelfmark",
"type": "dpt_common_shelfmark",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-field": {
"name": "biocol_biocol05shelfmark",
"type": "dpt_common_shelfmark",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-field": {
"name": "biocol_biocol09",
"type": "text_general",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-field": {
"name": "biocol_biocol09_suggest",
"type": "dpt_common_text_de_ngrams",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-copy-field": {
"source": "biocol_biocol09",
"dest": "biocol_biocol09_suggest"
}
},
{
"add-field": {
"name": "biocol_biocol20",
"type": "text_general",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-field": {
"name": "biocol_biocol20_suggest",
"type": "dpt_common_text_de_ngrams",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-copy-field": {
"source": "biocol_biocol20",
"dest": "biocol_biocol20_suggest"
}
},
{
"add-field": {
"name": "biocol_biocol33",
"type": "text_general",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-field": {
"name": "biocol_biocol33_suggest",
"type": "dpt_common_text_de_ngrams",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-copy-field": {
"source": "biocol_biocol33",
"dest": "biocol_biocol33_suggest"
}
},
{
"add-field": {
"name": "biocol_biocol40",
"type": "text_general",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-field": {
"name": "biocol_biocol40_suggest",
"type": "dpt_common_text_de_ngrams",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-copy-field": {
"source": "biocol_biocol40",
"dest": "biocol_biocol40_suggest"
}
},
{
"add-field": {
"name": "biocol_biocol60",
"type": "text_general",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-field": {
"name": "biocol_biocol60_suggest",
"type": "dpt_common_text_de_ngrams",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-copy-field": {
"source": "biocol_biocol60",
"dest": "biocol_biocol60_suggest"
}
},
{
"add-field": {
"name": "biocol_biocol70",
"type": "text_general",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-field": {
"name": "biocol_biocol70_suggest",
"type": "dpt_common_text_de_ngrams",
"multiValued": false,
"indexed": true,
"stored": true
}
},
{
"add-copy-field": {
"source": "biocol_biocol70",
"dest": "biocol_biocol70_suggest"
}
}
]
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns="http://www.openarchives.org/OAI/2.0/"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:acl="xalan://org.mycore.access.MCRAccessManager"
xmlns:xalan="http://xml.apache.org/xalan"
xmlns:mcrxml="xalan://org.mycore.common.xml.MCRXMLFunctions" exclude-result-prefixes="mcrxml">
<xsl:param name="DefaultLang"/>
<xsl:param name="WebApplicationBaseURL"/>
<xsl:param name="MCR.OAIDataProvider.OAI2.RepositoryIdentifier"/>
<xsl:include href="object2record.xsl"/>
<xsl:include href="biocol2dwc.xsl"/>
<xsl:template match="mycoreobject" mode="header">
<xsl:apply-templates select="@ID"/>
<xsl:apply-templates select="service/servdates/servdate[@type='modifydate']"/>
</xsl:template>
<xsl:template match="mycoreobject" mode="metadata">
<SimpleDarwinRecordSet xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://rs.tdwg.org/dwc/xsd/simpledarwincore/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://rs.tdwg.org/dwc/xsd/simpledarwincore/ http://rs.tdwg.org/dwc/xsd/tdwg_dwc_simple.xsd">
<dwc:SimpleDarwinRecord>
<xsl:variable name="sourcedoc" select="document(concat('xslStyle:mycoreobject-native:mcrobject:',@ID))"/>
<xsl:apply-templates select="$sourcedoc/mycoreobject" mode="dwc"/>
</dwc:SimpleDarwinRecord>
</SimpleDarwinRecordSet>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns="http://www.openarchives.org/OAI/2.0/"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:mcrxml="xalan://org.mycore.common.xml.MCRXMLFunctions"
xmlns:i18n="xalan://org.mycore.services.i18n.MCRTranslation"
exclude-result-prefixes="mcrxml i18n">
<xsl:template match="mycoreobject[contains(@ID,'_biocol_')]" mode="dwc">
<!-- *********************************************** -->
<!-- ************ Record-level Terms *************** -->
<!-- *********************************************** -->
<!-- dcterms:type - richtet sich nach dem Objekttypen -->
<!-- see https://www.loc.gov/standards/valuelist/rdacontent.html -->
<xsl:choose>
<xsl:when test="./metadata/def.biocol07/biocol07[@categid='objecttype_otolith']">
<dcterms:type>three dimensional object</dcterms:type>
</xsl:when>
<xsl:when test="./metadata/def.biocol07/biocol07[@categid='objecttype_herbar']">
<dcterms:type>still image</dcterms:type>
</xsl:when>
<xsl:otherwise>
<dcterms:type>mixed material</dcterms:type>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="./service/servdates/servdate[@type='modifydate']">
<dcterms:modified>
<xsl:value-of select="./service/servdates/servdate[@type='modifydate']"/>
</dcterms:modified>
</xsl:if>
<dcterms:language>ger</dcterms:language>
<dcterms:license>
<xsl:value-of select="i18n:translate('module.dptbase.license.shorttext')"/>
</dcterms:license>
<dcterms:rightsHolder>
<xsl:choose>
<xsl:when test="./metadata/def.biocol02/biocol02">
<xsl:for-each select="./metadata/def.biocol02/biocol02">
<xsl:variable name="subjectlinkURL">
<xsl:call-template name="linkClassQueryURL">
<xsl:with-param name="classid" select="@classid"/>
<xsl:with-param name="categid" select="@categid"/>
</xsl:call-template>
</xsl:variable>
<xsl:for-each select="document($subjectlinkURL)/mycoreclass/categories/category/label[lang($DefaultLang)]">
<xsl:value-of select="concat('Universität Leipzig | ', @text)"/>
</xsl:for-each>
</xsl:for-each>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="'Universität Leipzig'"/>
</xsl:otherwise>
</xsl:choose>
</dcterms:rightsHolder>
<dcterms:bibliographicCitation>
<xsl:value-of select="concat($WebApplicationBaseURL,'receive/',@ID)" />
</dcterms:bibliographicCitation>
<!-- dcterms:reference - Referenzen (links)-->
<xsl:if test="./metadata/def.biocol10/biocol10">
<dcterms:references>
<xsl:for-each select="./metadata/def.biocol10/biocol10/@xlink:href">
<xsl:if test="position() != 1">
<xsl:value-of select="' | '"/>
</xsl:if>
<xsl:value-of select="."/>
</xsl:for-each>
</dcterms:references>
</xsl:if>
<!-- dwc:informationWithheld - Bemerkung, allg. -->
<xsl:if test="./metadata/def.biocol03/biocol03">
<dwc:informationWithheld>
<xsl:value-of select="./metadata/def.biocol03/biocol03" />
</dwc:informationWithheld>
</xsl:if>
<dwc:collectionID>
<xsl:value-of select="$WebApplicationBaseURL" />
</dwc:collectionID>
<!-- dwc:collectionCode - Teilsammlung -->
<dwc:collectionCode>
<xsl:for-each select="./metadata/def.biocol02/biocol02">
<xsl:variable name="subjectlinkURL">
<xsl:call-template name="linkClassQueryURL">
<xsl:with-param name="classid" select="@classid"/>
<xsl:with-param name="categid" select="@categid"/>
</xsl:call-template>
</xsl:variable>
<xsl:for-each select="document($subjectlinkURL)/mycoreclass/categories/category/label[lang($DefaultLang)]">
<xsl:value-of select="@text"/>
</xsl:for-each>
</xsl:for-each>
</dwc:collectionCode>
<!-- dwc:datasetName - Objektbezeichnung, Gattung | Art -->
<xsl:choose>
<xsl:when test="./metadata/def.biocol09/biocol09">
<dwc:datasetName>
<xsl:value-of select="./metadata/def.biocol09/biocol09/text()" />
</dwc:datasetName>
</xsl:when>
<xsl:otherwise>
<xsl:if test="./metadata/def.biocol30/biocol30 or ./metadata/def.biocol31/biocol31">
<dwc:datasetName>
<xsl:value-of select="concat(./metadata/def.biocol30/biocol30/text(), ' | ', ./metadata/def.biocol31/biocol31/text())" />
</dwc:datasetName>
</xsl:if>
</xsl:otherwise>
</xsl:choose>
<!-- dwc:basisOfRecord - richtet sich nach dem Objekttypen -->
<!-- see http://rs.tdwg.org/dwc/terms/basisOfRecord -->
<xsl:choose>
<xsl:when test="./metadata/def.biocol07/biocol07[@categid='objecttype_otolith']">
<dwc:basisOfRecord>FossilSpecimen</dwc:basisOfRecord>
</xsl:when>
<xsl:when test="./metadata/def.biocol07/biocol07[@categid='objecttype_herbar']">
<dwc:basisOfRecord>PreservedSpecimen</dwc:basisOfRecord>
</xsl:when>
</xsl:choose>
<!-- *********************************************** -->
<!-- ************* Occurrence terms **************** -->
<!-- *********************************************** -->
<dwc:catalogNumber>
<xsl:value-of select="./metadata/def.biocol01/biocol01"></xsl:value-of>
</dwc:catalogNumber>
<dwc:recordNumber>
<xsl:value-of select="@ID" />
</dwc:recordNumber>
<!-- dwc:recordedBy - Bearbeiter-->
<xsl:if test="./metadata/def.biocol06/biocol06">
<dwc:recordedBy>
<xsl:for-each select="./metadata/def.biocol06/biocol06">
<xsl:if test="position() != 1">
<xsl:value-of select="' | '"/>
</xsl:if>
<xsl:value-of select="."/>
</xsl:for-each>
</dwc:recordedBy>
</xsl:if>
<!-- dwc:associatedMedia - Derivate ID -->
<xsl:if test="./structure/derobjects/derobject">
<dwc:associatedMedia>
<xsl:value-of select="./structure/derobjects/derobject/@xlink:href" />
</dwc:associatedMedia>
</xsl:if>
<!-- dwc:otherCatalogNumbers - DDC -->
<dwc:otherCatalogNumbers>
<xsl:for-each select="./metadata/def.biocol08/biocol08">
<xsl:variable name="subjectlinkURL">
<xsl:call-template name="linkClassQueryURL">
<xsl:with-param name="classid" select="@classid"/>
<xsl:with-param name="categid" select="@categid"/>
</xsl:call-template>
</xsl:variable>
<xsl:for-each select="document($subjectlinkURL)/mycoreclass/categories/category/label[lang($DefaultLang)]">
<xsl:value-of select="@text"/>
</xsl:for-each>
</xsl:for-each>
</dwc:otherCatalogNumbers>
<!-- dwc:associatedReferences - Autor, Publikation, Zitat -->
<xsl:if test="./metadata/def.biocol13/biocol13 or ./metadata/def.biocol14/biocol14 or ./metadata/def.biocol15/biocol15">
<dwc:associatedReferences>
<xsl:value-of select="concat(./metadata/def.biocol13/biocol13, ' | ',
./metadata/def.biocol14/biocol14, ' | ',
./metadata/def.biocol15/biocol15)" />
</dwc:associatedReferences>
</xsl:if>
<!-- *********************************************** -->
<!-- ************** Organism terms ***************** -->
<!-- *********************************************** -->
<!-- dwc:organismRemarks - habitus -->
<xsl:if test="./metadata/def.biocol35/biocol35">
<dwc:organismRemarks>
<xsl:value-of select="./metadata/def.biocol35/biocol35" />
</dwc:organismRemarks>
</xsl:if>
<!-- dwc:materialSampleID - Bodenprobe -->
<xsl:if test="./metadata/def.biocol76/biocol76">
<dwc:materialSampleID>
<xsl:value-of select="./metadata/def.biocol76/biocol76" />
</dwc:materialSampleID>
</xsl:if>
<!-- *********************************************** -->
<!-- **************** Event terms ****************** -->
<!-- *********************************************** -->
<!-- dwc:habitat - Habitat -->
<xsl:if test="./metadata/def.biocol41/biocol41">
<dwc:habitat>
<xsl:value-of select="./metadata/def.biocol41/biocol41" />
</dwc:habitat>
</xsl:if>
<!-- dwc:eventDate - Funddatum -->
<xsl:if test="./metadata/def.biocol43/biocol43">
<dwc:eventDate>
<xsl:value-of select="./metadata/def.biocol43/biocol43" />
</dwc:eventDate>
</xsl:if>
<!-- dwc:fieldNumber - Quadrat | Subquadrat | Nummer des Fundes
-->
<xsl:if test="./metadata/def.biocol47/biocol47 or ./metadata/def.biocol48/biocol48 or ./metadata/def.biocol49/biocol49">
<dwc:fieldNumber>
<xsl:value-of select="concat(./metadata/def.biocol47/biocol47, ' | ',
./metadata/def.biocol48/biocol48, ' | ',
./metadata/def.biocol49/biocol49)" />
</dwc:fieldNumber>
</xsl:if>
<!-- dwc:eventRemarks - Fundort | Finder | Bestimmung /-er | Erhaltung | Bestimungshistorie -->
<xsl:if test="./metadata/def.biocol40/biocol40 or ./metadata/def.biocol42/biocol42 or ./metadata/def.biocol44/biocol44
or ./metadata/def.biocol45/biocol45 or ./metadata/def.biocol46/biocol46">
<dwc:eventRemarks>
<xsl:value-of select="concat(./metadata/def.biocol40/biocol40, ' | ',
./metadata/def.biocol42/biocol42, ' | ',
./metadata/def.biocol44/biocol44, ' | ',
./metadata/def.biocol45/biocol45, ' | ',
./metadata/def.biocol46/biocol46)" />
</dwc:eventRemarks>
</xsl:if>
<!-- *********************************************** -->
<!-- ************** Location terms ***************** -->
<!-- *********************************************** -->
<!-- dwc:higherGeography - Großraum -->
<xsl:if test="./metadata/def.biocol60/biocol60">
<dwc:higherGeography>
<xsl:value-of select="./metadata/def.biocol60/biocol60" />
</dwc:higherGeography>
</xsl:if>
<!-- europe für alle Daten? -->
<dwc:continent>
<xsl:value-of select="'Europa'" />
</dwc:continent>
<!-- dwc:country - Land -->
<xsl:if test="./metadata/def.biocol61/biocol61">
<dwc:country>
<xsl:value-of select="./metadata/def.biocol61/biocol61" />
</dwc:country>
</xsl:if>
<!-- dwc:locality - Region -->
<xsl:if test="./metadata/def.biocol62/biocol62">
<dwc:locality>
<xsl:value-of select="./metadata/def.biocol62/biocol62" />
</dwc:locality>
</xsl:if>
<!-- dwc:stateProvince - Bundesland -->
<xsl:if test="./metadata/def.biocol64/biocol64">
<dwc:stateProvince>
<xsl:value-of select="./metadata/def.biocol64/biocol64" />
</dwc:stateProvince>
</xsl:if>
<!-- dwc:county - Ort -->
<xsl:if test="./metadata/def.biocol63/biocol63">
<dwc:county>
<xsl:value-of select="./metadata/def.biocol63/biocol63" />
</dwc:county>
</xsl:if>
<!-- dwc:municipality - Kreis -->
<xsl:if test="./metadata/def.biocol65/biocol65">
<dwc:municipality>
<xsl:value-of select="./metadata/def.biocol65/biocol65" />
</dwc:municipality>
</xsl:if>
<!-- dwc:locality - Region -->
<xsl:if test="./metadata/def.biocol62/biocol62">
<dwc:locality>
<xsl:value-of select="./metadata/def.biocol62/biocol62" />
</dwc:locality>
</xsl:if>
<!-- dwc:coordinateUncertaintyInMeters - KoordinatenGauß-Krüger -->
<xsl:if test="./metadata/def.biocol66/biocol66">
<dwc:coordinateUncertaintyInMeters>
<xsl:value-of select="./metadata/def.biocol66/biocol66" />
</dwc:coordinateUncertaintyInMeters>
</xsl:if>
<!-- dwc:coordinatePrecision - Koordinaten GPS -->
<xsl:if test="./metadata/def.biocol67/biocol67">
<dwc:coordinatePrecision>
<xsl:value-of select="./metadata/def.biocol67/biocol67" />
</dwc:coordinatePrecision>
</xsl:if>
<!-- *********************************************** -->
<!-- ********* GeologicalContext terms ************* -->
<!-- *********************************************** -->
<!-- dwc:formation - Formation -->
<xsl:if test="./metadata/def.biocol74/biocol74">
<dwc:formation>
<xsl:value-of select="./metadata/def.biocol74/biocol74" />
</dwc:formation>
</xsl:if>
<!-- dwc:member - Member -->
<xsl:if test="./metadata/def.biocol75/biocol75">
<dwc:member>
<xsl:value-of select="./metadata/def.biocol75/biocol75" />
</dwc:member>
</xsl:if>
<!-- dwc:earliestEraOrLowestErathem, dwc:latestEraOrHighestErathem - Ära -->
<xsl:if test="./metadata/def.biocol77/biocol77">
<dwc:earliestEraOrLowestErathem>
<xsl:value-of select="./metadata/def.biocol77/biocol77" />
</dwc:earliestEraOrLowestErathem>
<dwc:latestEraOrHighestErathem>
<xsl:value-of select="./metadata/def.biocol77/biocol77" />
</dwc:latestEraOrHighestErathem>
</xsl:if>
<!-- dwc:earliestPeriodOrLowestSystem, dwc:latestPeriodOrHighestSystem - system -->
<xsl:if test="./metadata/def.biocol70/biocol70">
<dwc:earliestPeriodOrLowestSystem>
<xsl:value-of select="./metadata/def.biocol70/biocol70" />
</dwc:earliestPeriodOrLowestSystem>
<dwc:latestPeriodOrHighestSystem>
<xsl:value-of select="./metadata/def.biocol70/biocol70" />
</dwc:latestPeriodOrHighestSystem>
</xsl:if>
<!-- dwc:earliestEpochOrLowestSeries, dwc:latestEpochOrHighestSeries - stufe/serie -->
<xsl:if test="./metadata/def.biocol71/biocol71">
<dwc:earliestEpochOrLowestSeries>
<xsl:value-of select="./metadata/def.biocol71/biocol71" />
</dwc:earliestEpochOrLowestSeries>
<dwc:latestEpochOrHighestSeries>
<xsl:value-of select="./metadata/def.biocol71/biocol71" />
</dwc:latestEpochOrHighestSeries>
</xsl:if>
<!-- dwc:earliestAgeOrLowestStage, dwc:latestAgeOrHighestStage - abteilung -->
<xsl:if test="./metadata/def.biocol72/biocol72">
<dwc:earliestAgeOrLowestStage>
<xsl:value-of select="./metadata/def.biocol72/biocol72" />
</dwc:earliestAgeOrLowestStage>
<dwc:latestAgeOrHighestStage>
<xsl:value-of select="./metadata/def.biocol72/biocol72" />
</dwc:latestAgeOrHighestStage>
</xsl:if>
<!-- dwc:lowestBiostratigraphicZone, dwc:highestBiostratigraphicZone - horizont -->
<xsl:if test="./metadata/def.biocol73/biocol73">
<dwc:lowestBiostratigraphicZone>
<xsl:value-of select="./metadata/def.biocol73/biocol73" />
</dwc:lowestBiostratigraphicZone>
<dwc:highestBiostratigraphicZone>
<xsl:value-of select="./metadata/def.biocol73/biocol73" />
</dwc:highestBiostratigraphicZone>
</xsl:if>
<!-- *********************************************** -->
<!-- ************** Taxon terms ******************** -->
<!-- *********************************************** -->
<!-- dwc:scientificName - Taxonomie bzw. wenn nicht belegt: Familie | Gattung | Art -->
<xsl:choose>
<xsl:when test="./metadata/def.biocol34/biocol34">
<dwc:scientificName>
<xsl:value-of select="./metadata/def.biocol34/biocol34/text()" />
</dwc:scientificName>
</xsl:when>
<xsl:otherwise>
<xsl:if test="./metadata/def.biocol28/biocol28 or ./metadata/def.biocol30/biocol30 or ./metadata/def.biocol31/biocol31">
<dwc:scientificName>
<xsl:value-of select="concat(./metadata/def.biocol28/biocol28/text(), ' | ', ./metadata/def.biocol30/biocol30/text(), ' | ', ./metadata/def.biocol31/biocol31/text())" />
</dwc:scientificName>
</xsl:if>
</xsl:otherwise>
</xsl:choose>
<!-- dwc:scientificNameAuthorship - Autor der Art -->
<xsl:if test="./metadata/def.biocol33/biocol33">
<dwc:scientificNameAuthorship>
<xsl:value-of select="./metadata/def.biocol33/biocol33" />
</dwc:scientificNameAuthorship>
</xsl:if>
<!-- dwc:kingdom - Reich -->
<xsl:if test="./metadata/def.biocol20/biocol20">
<dwc:kingdom>
<xsl:value-of select="./metadata/def.biocol20/biocol20" />
</dwc:kingdom>
</xsl:if>
<!-- dwc:phylum - Stamm | Unterstamm -->
<xsl:if test="./metadata/def.biocol21/biocol21 or ./metadata/def.biocol22/biocol22">
<dwc:phylum>
<xsl:value-of select="concat(./metadata/def.biocol21/biocol21/text(), ' | ', ./metadata/def.biocol22/biocol22/text())" />
</dwc:phylum>
</xsl:if>
<!-- dwc:class - Klasse | Unterklasse -->
<xsl:if test="./metadata/def.biocol23/biocol23 or ./metadata/def.biocol24/biocol24">
<dwc:class>
<xsl:value-of select="concat(./metadata/def.biocol23/biocol23/text(), ' | ', ./metadata/def.biocol24/biocol24/text())" />
</dwc:class>
</xsl:if>
<!-- dwc:order - Überordnung | Ordnung -->
<xsl:if test="./metadata/def.biocol25/biocol25 or ./metadata/def.biocol26/biocol26">
<dwc:order>
<xsl:value-of select="concat(./metadata/def.biocol25/biocol25/text(), ' | ', ./metadata/def.biocol26/biocol26/text())" />
</dwc:order>
</xsl:if>
<!-- dwc:family - Überfamilie | Familie | Unterfamilie -->
<xsl:if test="./metadata/def.biocol27/biocol27 or ./metadata/def.biocol28/biocol28 or ./metadata/def.biocol29/biocol29">
<dwc:family>
<xsl:value-of select="concat(./metadata/def.biocol27/biocol27/text(), ' | ', ./metadata/def.biocol28/biocol28/text(), ' | ', ./metadata/def.biocol29/biocol29/text())" />
</dwc:family>
</xsl:if>
<!-- dwc:genus - Gattung -->
<xsl:if test="./metadata/def.biocol30/biocol30">
<dwc:genus>
<xsl:value-of select="./metadata/def.biocol30/biocol30" />
</dwc:genus>
</xsl:if>
<!-- dwc:specificEpithet - Art -->
<xsl:if test="./metadata/def.biocol31/biocol31">
<dwc:specificEpithet>
<xsl:value-of select="./metadata/def.biocol31/biocol31" />
</dwc:specificEpithet>
</xsl:if>
<!-- dwc:infraspecificEpithet - Unterart -->
<xsl:if test="./metadata/def.biocol32/biocol32">
<dwc:infraspecificEpithet>
<xsl:value-of select="./metadata/def.biocol32/biocol32" />
</dwc:infraspecificEpithet>
</xsl:if>
</xsl:template>
</xsl:stylesheet>
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns="http://www.openarchives.org/OAI/2.0/"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:mods="http://www.loc.gov/mods/v3"
xmlns:acl="xalan://org.mycore.access.MCRAccessManager"
xmlns:xalan="http://xml.apache.org/xalan"
xmlns:mcrxml="xalan://org.mycore.common.xml.MCRXMLFunctions" exclude-result-prefixes="mcrxml">
<xsl:param name="DefaultLang"/>
<xsl:param name="WebApplicationBaseURL"/>
<xsl:param name="MCR.OAIDataProvider.OAI2.RepositoryIdentifier"/>
<xsl:include href="object2record.xsl"/>
<xsl:include href="biocol2mods.xsl"/>
<xsl:include href="common4mods.xsl"/>
<xsl:template match="mycoreobject" mode="header">
<xsl:apply-templates select="@ID"/>
<xsl:apply-templates select="service/servdates/servdate[@type='modifydate']"/>
</xsl:template>
<xsl:template match="mycoreobject" mode="metadata">
<modsCollection xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.loc.gov/mods/v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-7.xsd">
<mods:mods>
<xsl:variable name="sourcedoc" select="document(concat('xslStyle:mycoreobject-native:mcrobject:',@ID))"/>
<xsl:apply-templates select="$sourcedoc/mycoreobject" mode="mods"/>
</mods:mods>
</modsCollection>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment