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

change repeaters in data model and add CSV export

parent 616f0641
Branches
No related merge requests found
No preview for this file type
No preview for this file type
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</element> </element>
<!-- object desciption --> <!-- object desciption -->
<element name="biocol09" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol09" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- references --> <!-- references -->
<element name="biocol10" type="href" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol10" type="href" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
...@@ -39,16 +39,16 @@ ...@@ -39,16 +39,16 @@
<!-- ============================================================================================== --> <!-- ============================================================================================== -->
<!-- author of publication --> <!-- author of publication -->
<element name="biocol13" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol13" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- publication --> <!-- publication -->
<element name="biocol14" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol14" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- publication citation --> <!-- publication citation -->
<element name="biocol15" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol15" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- typus - Typus --> <!-- typus - Typus -->
<element name="biocol16" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol16" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- ============================================================================================== --> <!-- ============================================================================================== -->
...@@ -92,13 +92,13 @@ ...@@ -92,13 +92,13 @@
<element name="biocol32" type="text" minOccurs="0" maxOccurs="6" notinherit="true" heritable="false" /> <element name="biocol32" type="text" minOccurs="0" maxOccurs="6" notinherit="true" heritable="false" />
<!-- author of species - Art Autor --> <!-- author of species - Art Autor -->
<element name="biocol33" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol33" type="text" minOccurs="0" maxOccurs="6" notinherit="true" heritable="false" />
<!-- taxonomie - Taxonomie--> <!-- taxonomie - Taxonomie-->
<element name="biocol34" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol34" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- habitus - Habitus --> <!-- habitus - Habitus -->
<element name="biocol35" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol35" type="text" minOccurs="0" maxOccurs="6" notinherit="true" heritable="false" />
<!-- sex - Geschlecht --> <!-- sex - Geschlecht -->
<element name="biocol36" type="classification" minOccurs="0" maxOccurs="2" style="select" notinherit="true" heritable="false" > <element name="biocol36" type="classification" minOccurs="0" maxOccurs="2" style="select" notinherit="true" heritable="false" >
...@@ -111,31 +111,31 @@ ...@@ -111,31 +111,31 @@
<!-- ============================================================================================== --> <!-- ============================================================================================== -->
<!-- found place - Fundort --> <!-- found place - Fundort -->
<element name="biocol40" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol40" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- habitat - Habitat --> <!-- habitat - Habitat -->
<element name="biocol41" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol41" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- finder - Finder --> <!-- finder - Finder -->
<element name="biocol42" type="text" minOccurs="0" maxOccurs="5" notinherit="true" heritable="false" /> <element name="biocol42" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- found date - Funddatum --> <!-- found date - Funddatum -->
<element name="biocol43" type="historydate" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol43" type="historydate" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- determinator - Fundbestimmer --> <!-- determinator - Fundbestimmer -->
<element name="biocol44" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol44" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- conservation - Erhaltung --> <!-- conservation - Erhaltung -->
<element name="biocol45" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol45" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- determination history - Bestimmungsgeschichte --> <!-- determination history - Bestimmungsgeschichte -->
<element name="biocol46" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol46" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- quadrant --> <!-- quadrant -->
<element name="biocol47" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol47" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- subquadrant --> <!-- subquadrant -->
<element name="biocol48" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol48" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- number of found - Fundnummer --> <!-- number of found - Fundnummer -->
<element name="biocol49" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol49" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
...@@ -143,22 +143,22 @@ ...@@ -143,22 +143,22 @@
<!-- ============================================================================================== --> <!-- ============================================================================================== -->
<!-- area - Großraum --> <!-- area - Großraum -->
<element name="biocol60" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol60" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- country - Land --> <!-- country - Land -->
<element name="biocol61" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol61" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- region - Region --> <!-- region - Region -->
<element name="biocol62" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol62" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- place - Ort --> <!-- place - Ort -->
<element name="biocol63" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol63" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- - Bundesland --> <!-- - Bundesland -->
<element name="biocol64" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol64" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- - Kreis --> <!-- - Kreis -->
<element name="biocol65" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol65" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- Gauss coordinates --> <!-- Gauss coordinates -->
<element name="biocol66" type="text" minOccurs="0" maxOccurs="2" notinherit="true" heritable="false" /> <element name="biocol66" type="text" minOccurs="0" maxOccurs="2" notinherit="true" heritable="false" />
...@@ -169,28 +169,28 @@ ...@@ -169,28 +169,28 @@
<!-- ============================================================================================== --> <!-- ============================================================================================== -->
<!-- System - System --> <!-- System - System -->
<element name="biocol70" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol70" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- step - Stufe --> <!-- step - Stufe -->
<element name="biocol71" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol71" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- - Abteilung --> <!-- - Abteilung -->
<element name="biocol72" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol72" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- horizon - Horizont --> <!-- horizon - Horizont -->
<element name="biocol73" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol73" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- - Formation --> <!-- - Formation -->
<element name="biocol74" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol74" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- member - --> <!-- member - -->
<element name="biocol75" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol75" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- proof - Probe --> <!-- proof - Probe -->
<element name="biocol76" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol76" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- era - Ära --> <!-- era - Ära -->
<element name="biocol77" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol77" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- ============================================================================================== --> <!-- ============================================================================================== -->
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
<element name="biocol85" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol85" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- taxidermist - Präparator --> <!-- taxidermist - Präparator -->
<element name="biocol86" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" /> <element name="biocol86" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- ============================================================================================== --> <!-- ============================================================================================== -->
......
...@@ -17,8 +17,7 @@ module.dptbase.biocol.biocol05.old.view = alte Datensatznummer ...@@ -17,8 +17,7 @@ module.dptbase.biocol.biocol05.old.view = alte Datensatznummer
module.dptbase.biocol.biocol05.peoppig.view = Katalog Poeppig module.dptbase.biocol.biocol05.peoppig.view = Katalog Poeppig
module.dptbase.biocol.biocol05.tsn.view = TSN-Nummer module.dptbase.biocol.biocol05.tsn.view = TSN-Nummer
module.dptbase.biocol.biocol05.view = weitere Datensatznummer module.dptbase.biocol.biocol05.view = weitere Datensatznummer
module.dptbase.biocol.biocol06.cond = Die Angabe des Bearbeiters ist ein Pflichtfeld! module.dptbase.biocol.biocol06.view = \u00DCbergeordnetes Objekt
module.dptbase.biocol.biocol06.view = Editor
module.dptbase.biocol.biocol07.cond = Der Objekttyp ist ein Pflichtfeld! module.dptbase.biocol.biocol07.cond = Der Objekttyp ist ein Pflichtfeld!
module.dptbase.biocol.biocol07.view = Objekttyp module.dptbase.biocol.biocol07.view = Objekttyp
module.dptbase.biocol.biocol08.cond = Die Einordnung in die DDC-Klassifikation ist ein Pflichtfeld! module.dptbase.biocol.biocol08.cond = Die Einordnung in die DDC-Klassifikation ist ein Pflichtfeld!
......
...@@ -18,8 +18,7 @@ module.dptbase.biocol.biocol05.old.view = old dataset number ...@@ -18,8 +18,7 @@ module.dptbase.biocol.biocol05.old.view = old dataset number
module.dptbase.biocol.biocol05.peoppig.view = Catalog Poeppig module.dptbase.biocol.biocol05.peoppig.view = Catalog Poeppig
module.dptbase.biocol.biocol05.tsn.view = TSN-Identifier module.dptbase.biocol.biocol05.tsn.view = TSN-Identifier
module.dptbase.biocol.biocol05.view = other dataset number module.dptbase.biocol.biocol05.view = other dataset number
module.dptbase.biocol.biocol06.cond = The name of the editor is a mandatory field! module.dptbase.biocol.biocol06.view = Parent object
module.dptbase.biocol.biocol06.view = Editor
module.dptbase.biocol.biocol07.cond = The object type is a mandatory field! module.dptbase.biocol.biocol07.cond = The object type is a mandatory field!
module.dptbase.biocol.biocol07.view = Object type module.dptbase.biocol.biocol07.view = Object type
module.dptbase.biocol.biocol08.cond = The classification in the DDC classification is a mandatory field! module.dptbase.biocol.biocol08.cond = The classification in the DDC classification is a mandatory field!
......
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
MCR.URIResolver.xslIncludes.mycoreobjectNative=%MCR.URIResolver.xslIncludes.mycoreobjectNative%,biocol2native.xsl MCR.URIResolver.xslIncludes.mycoreobjectNative=%MCR.URIResolver.xslIncludes.mycoreobjectNative%,biocol2native.xsl
MCR.URIResolver.xslIncludes.mycoreobjectCSV=%MCR.URIResolver.xslIncludes.mycoreobjectCSV%,biocol2csv.xsl
# Filter REST API output # Filter REST API output
MCR.ContentTransformer.biocol-xml-normal.Class=org.mycore.common.content.transformer.MCRXSLTransformer MCR.ContentTransformer.biocol-xml-normal.Class=org.mycore.common.content.transformer.MCRXSLTransformer
......
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