Sammlungsstruktur als XML importieren
Über die Admin-Tools können Sammlungsstrukturen (auch rekursiv) importiert werden
Admin-Tools → Importieren → IMPORT SAMMLUNGS-STRUKTUR
Eine Beispiel-Struktur (XML) sieht wie folgt aus
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<collections>
<collection>
<title>Medienkompass</title>
<description>Medienkompass</description>
<property key="ccm:collectionremoteid"><value>1234</value></property>
</collection>
<collection>
<title>ohne Jahrgangsstufen-Zuordnung</title>
<description>ohne Jahrgangsstufen-Zuordnung</description>
<property key="ccm:collectionremoteid"><value>1337</value></property>
</collection>
</collections>