en:docuteam:packer_500_config
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:docuteam:packer_500_config [2018/10/31 14:27] – [Beispiel] penelope | en:docuteam:packer_500_config [2023/02/06 15:24] (aktuell) – gelöscht Administrator | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | FIXME **Diese Seite wurde noch nicht vollständig übersetzt. Bitte helfen Sie bei der Übersetzung.**\\ //(diesen Absatz entfernen, wenn die Übersetzung abgeschlossen wurde)// | ||
- | ====== docuteam packer starten und konfigurieren ====== | ||
- | |||
- | docuteam packer is delivered in specific packages for the various operating systems, but can also be launched using the command line: | ||
- | |||
- | < | ||
- | |||
- | Following optional parameters are supported: | ||
- | |||
- | * configDir < | ||
- | * help (optional): Anzeige der Hilfe | ||
- | * open < | ||
- | |||
- | ===== configuration files ===== | ||
- | |||
- | docuteam packer can also be configurated manually using the following configuration files: | ||
- | * config/ | ||
- | * config/ | ||
- | * config/ | ||
- | * config/ | ||
- | |||
- | In the following examples, \\ | ||
- | the file [[docuteam: | ||
- | the file [[docuteam: | ||
- | the file [[docuteam: | ||
- | the file [[docuteam: | ||
- | |||
- | |||
- | ===== config/ | ||
- | |||
- | ==== Example ==== | ||
- | |||
- | < | ||
- | |||
- | ################################ | ||
- | # docuteam packer properties | ||
- | ################################ | ||
- | |||
- | # Display language (if undefined or empty, use the OS language): | ||
- | docuteamPacker.displayLanguage = de | ||
- | |||
- | # The default data directory, used for " | ||
- | # NOTE: Environment variables can be referenced by embedding them between " | ||
- | docuteamPacker.dataDir.Win = C:/ | ||
- | # docuteamPacker.dataDir.OSX = | ||
- | # docuteamPacker.dataDir.Linux = | ||
- | |||
- | # The default SIP directory, used for "Save as", " | ||
- | # NOTE: Environment variables can be referenced by embedding them between " | ||
- | docuteamPacker.SIPDir.Win = C:/ | ||
- | # docuteamPacker.SIPDir.OSX = | ||
- | # docuteamPacker.SIPDir.Linux = | ||
- | |||
- | # The backup directory, used when saving SIPs (if undefined or empty, use SIPDir): | ||
- | # NOTE: Environment variables can be referenced by embedding them between " | ||
- | # docuteamPacker.backupDir.Win = | ||
- | # docuteamPacker.backupDir.OSX = | ||
- | # docuteamPacker.backupDir.Linux = | ||
- | |||
- | # The directory the templates are stored in and retrieved from (if undefined or empty, use SIPDir): | ||
- | # NOTE: Environment variables can be referenced by embedding them between " | ||
- | # docuteamPacker.templateDir.Win = | ||
- | # docuteamPacker.templateDir.OSX = | ||
- | # docuteamPacker.templateDir.Linux = | ||
- | |||
- | # The directory the export templates (xsl) are stored in and retrieved from (if undefined or empty, use " | ||
- | # NOTE: Environment variables can be referenced by embedding them between " | ||
- | # docuteamPacker.exportsDir.Win = | ||
- | # docuteamPacker.exportsDir.OSX = | ||
- | # docuteamPacker.exportsDir.Linux = | ||
- | |||
- | # The directory the report templates (xsl) are stored in and retrieved from (if undefined or empty, use " | ||
- | # NOTE: Environment variables can be referenced by embedding them between " | ||
- | # docuteamPacker.reportsDir.Win = | ||
- | # docuteamPacker.reportsDir.OSX = | ||
- | # docuteamPacker.reportsDir.Linux = | ||
- | |||
- | # The temp-folder for temporary files can be set here (if undefined or empty, use the folder " | ||
- | # NOTE: Environment variables can be referenced by embedding them between " | ||
- | # docuteamPacker.tempDir.Win = | ||
- | # docuteamPacker.tempDir.OSX = | ||
- | # docuteamPacker.tempDir.Linux = | ||
- | |||
- | # For the submission process: The class name of the AIPCreator (if undefined or empty, don't use): | ||
- | docuteamPacker.AIPCreator.className = ch.docuteam.darc.ingest.AIPCreatorBasic | ||
- | |||
- | # For the submission process: The directory where to copy the submitted SIPs to (= ingest drop folder) (if undefined or empty, don't use): | ||
- | # NOTE: Environment variables can be referenced by embedding them between " | ||
- | AIPCreator.ingestSubmitDir.Win = C:/ | ||
- | # AIPCreator.ingestSubmitDir.OSX = | ||
- | # AIPCreator.ingestSubmitDir.Linux = | ||
- | |||
- | # When true (case doesn' | ||
- | # docuteamPacker.newSIPDeleteSourcesByDefault = false | ||
- | |||
- | # When true (case doesn' | ||
- | # docuteamPacker.newSIPDefaultsToZipped = false | ||
- | |||
- | # When true (case doesn' | ||
- | # docuteamPacker.migrateFileKeepOriginal = false | ||
- | |||
- | # When true (case doesn' | ||
- | docuteamPacker.versioning = false | ||
- | |||
- | # When docuteamPacker.versioning = true, set here the max. number of backups. Exeeding backups will be deleted (if undefined or empty, use default = 10) | ||
- | # docuteamPacker.versioning.keepBackupsCount = 20 | ||
- | |||
- | # When true (case doesn' | ||
- | # docuteamPacker.openFullScreen = true | ||
- | |||
- | # When openFullScreen is not true, these values denote the docuteam packer screen size on startup (if undefined, take 1000 x 700): | ||
- | # docuteamPacker.screenSize.x = 1200 | ||
- | # docuteamPacker.screenSize.y = 1000 | ||
- | |||
- | # When openFullScreen is not true, these values denote the docuteam packer screen position on startup (if undefined, center on screen): | ||
- | # docuteamPacker.screenPos.x = 100 | ||
- | # docuteamPacker.screenPos.y = 100 | ||
- | |||
- | # When true (case doesn' | ||
- | # docuteamPacker.useSystemLookAndFeel = false | ||
- | |||
- | # Set the default digest algorithm to calculate file checksums (valid values: CRC-32, MD5, SHA-1, SHA-256, SHA-512) | ||
- | # docuteamPacker.defaultChecksumAlgorithm = MD5 | ||
- | |||
- | # When true, retrieve the current SAs from the server (from URL below) on startup; otherwise don't (undefined = false): | ||
- | # docuteamPacker.SA.getSAsFromServerOnStartup = true | ||
- | |||
- | # The URL of the SA editor application (webjaxe): | ||
- | # docuteamPacker.SA.BASE.URL = | ||
- | |||
- | # The complete file path to the OOO application (" | ||
- | # if undefined or empty AND the internal OOO application doesn' | ||
- | # docuteamPacker.OOConverter.path.Win = C:\Program Files\OpenOffice.org 3 | ||
- | # docuteamPacker.OOConverter.path.OSX = / | ||
- | # docuteamPacker.OOConverter.path.Linux = | ||
- | |||
- | # The number of initialization retries for the OOConverter (if empty, undefined, negative, or 0, use the default number, which is 10): | ||
- | # docuteamPacker.OOConverter.initializationRetries = 30 | ||
- | |||
- | # The number of files to cache for the file preview (if undefined or empty, use the default cache size, which is 100): | ||
- | # docuteamPacker.filePreviewer.cacheSizeLimit = 10 | ||
- | |||
- | # When true, the SystemOutView opens when output occurs; otherwise not (undefined = true): | ||
- | # docuteamPacker.openSystemOutViewOnOutput = false | ||
- | |||
- | # When true, expand all nodes in tree of SIPView (if undefined or empty, use false as default) | ||
- | # docuteamPacker.SIPView.TreeExpandAll = true | ||
- | |||
- | # When a value between 1 and 3 is given, the appropriate tab in SIPView is automatically set (if undefined or empty, 1 is assumed) | ||
- | # docuteamPacker.SIPView.DefaultTab = 1 | ||
- | |||
- | # For developers (undefined = false): | ||
- | # docuteamPacker.isDevMode = true | ||
- | |||
- | </ | ||
- | ==== Explanations ==== | ||
- | |||
- | The values " | ||
- | |||
- | ^ Field | ||
- | ^ displayLanguage | en |The language displayed in the user interface. So far there are three translations available (de = german, en = english, fr = french). If another language is set, packer will be displayed in German. | The default language of the computer. If it's neither “de”, “en” or “fr”, packer will be displayed in German. | | ||
- | ^ dataDir | C:/ | ||
- | ^ SIPDir | C:/ | ||
- | ^ backupDir | C:/ | ||
- | ^ templateDir | C:/ | ||
- | ^ exportsDir | C:/ | ||
- | ^ reportsDir | C:/ | ||
- | ^ tempDir | ||
- | ^ ingestSubmitDir | C:/ | ||
- | ^ newSIPDeleteSourceByDefault| true | ||
- | ^ AIPCreator.className | ||
- | ^ newSIPDefaultsToZipped | ||
- | ^ migrateFileKeepOrginial | ||
- | ^ versioning | | ||
- | ^ versioning.keepBackupsCount| 20 |Maximum amount of created backups. If this amount is exceeded, the oldest backups are deleted. | ||
- | ^ openFullScreen | | ||
- | ^ screenSize.x\\ screenSize.y | 1200\\ 1000 |The window size of the SIP-View in pixels. These values are ignored, when < | ||
- | ^ screenPos.x\\ screenPos.y | 500\\ 500 |The position of the window when opening the SIP-View. These values are ignored, when < | ||
- | ^ useSystemLookAndFeel | false |If true, the appearance of packer will be adapted to the operating system of the computer. If false, a generic appearance | ||
- | ^ defaultChecksumAlgorithm | ||
- | ^ droid.signatureFile\\ droid.containerFile\\ droid.extensionUsage | ||
- | ^ SA.getSAsFromServerOnStartup | true | ||
- | ^ SA.BASE.URL | < | ||
- | ^ OOConverter.path | C:/ | ||
- | ^ OOConverter.initializationRetries | 30 |The number of attempts during the initialisation of LibreOffice. Necessary for the preview of certain formats. | 10 | | ||
- | ^ filePreviewer.cacheSizeLimit | 20 |Cache size for the preview of files. The larger the cache size, the more previews packer saves to memory. | 100 | | ||
- | ^ openSystemOutViewOnOutput | true |If true, in the event of an error, the error window is automatically opened. If false, the error window doesn' | ||
- | ^ SIPView.TreeExpandAll | ||
- | ^ SIPView.DefaultTab | ||
- | ^ actionsNotVisible | ||
- | ^ isDevMode | false |should only be = true during the development of packer | Like false | | ||
- | |||
- | ===== config/ | ||
- | |||
- | ==== Example ==== | ||
- | |||
- | < | ||
- | <?xml version=" | ||
- | < | ||
- | xmlns: | ||
- | xmlns: | ||
- | xsi: | ||
- | |||
- | < | ||
- | < | ||
- | <!-- 1 --> | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | <!-- 2 --> | ||
- | < | ||
- | < | ||
- | <!-- 3 --> | ||
- | < | ||
- | < | ||
- | < | ||
- | <!-- 4 --> | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | <!-- 5 --> | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | <!-- 6 --> | ||
- | < | ||
- | <!-- 7 --> | ||
- | < | ||
- | </ | ||
- | |||
- | < | ||
- | <!-- NOTE: The 1st element in this list always has to be the " | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | </ | ||
- | |||
- | </ | ||
- | </ | ||
- | |||
- | In the first section of the levels.xml file (< | ||
- | In the second section of the levels.xml file (< | ||
- | ==== Metadaten-Elemente ==== | ||
- | |||
- | Ein Metadaten-Element wird durch folgende fünf Attribute definiert: | ||
- | |||
- | ^ Name ^ Inhalt (Beispiel) ^ Erklärung ^ Obligatorisch ^ | ||
- | ^ accessorNameId | accessNr |Der eindeutige Name des Metadatenfelds. Diese müssen den [[# | ||
- | ^ defaultExpression | ' | ||
- | ^ validatorClassName | ch.docuteam.darc.mdconfig.MetadataElementValidatorDate |Eine Java-Klasse, | ||
- | ^ postActionClassName | ch.docuteam.darc.mdconfig.MetadataElementSetterPostActionSysOut |Eine Java-Klasse, | ||
- | ^ allowedValues | *; | ||
- | |||
- | Ein Beispiel: | ||
- | |||
- | < | ||
- | < | ||
- | defaultExpression='" | ||
- | allowedValues=" | ||
- | </ | ||
- | |||
- | Mit dem Element < | ||
- | |||
- | < | ||
- | < | ||
- | < | ||
- | |||
- | < | ||
- | </ | ||
- | ==== Verzeichnungsebenen ==== | ||
- | |||
- | Eine Verzeichnungsebene wird durch folgende drei Attribute definiert: | ||
- | |||
- | ^ Name ^ Inhalt (Beispiel) ^ Erklärung ^ Obligatorisch ^ | ||
- | ^ nameID | Archiv |Der eindeutige Name dieser Verzeichnungsebene | * | | ||
- | ^ iconFileName | resources/ | ||
- | ^ allowedSublevelNameRefs | Abteilung Bestand Undefiniert |Die Liste der für diese Verzeichnungsebene erlaubten Unterebenen. Die Elemente dieser Liste müssen in dieser Datei spezifiziert sein (als nameID) und durch ein **Leerzeichen** getrennt werden. Das Erste Element dieser Liste wird bei neuen Unterelementen als Standardebene gesetzt | | | ||
- | |||
- | Ein Beispiel: | ||
- | |||
- | < | ||
- | < | ||
- | allowedSublevelNameRefs=" | ||
- | </ | ||
- | |||
- | Die Zuweisung von Metadaten-Elementen zu Verzeichnungsebenen wird durch eine Liste von Elementen < | ||
- | |||
- | ^ Name ^ Inhalt (Beispiel) ^ Erklärung ^ Obligatorisch ^ | ||
- | ^ accessorNameRef | language |Die accessorNameID des Metadaten-Elementes; | ||
- | ^ isMandatory | true |Wenn true, ist dieses Metadaten-Element obligatorisch. Obligatorische Elemente werden immer in der Metadaten-Liste angezeigt. Wenn ein obligatorisches Element leer ist, wird das Dossier mit einem Ausrufezeichen markiert | * | | ||
- | ^ isRepeatable | false |Wenn true, können mehrere Exemplare dieses Metadaten-Elementes in der Metadaten-Liste vorhanden sein, welche im packer nach Bedarf zugefügt oder entfernt werden können | * | | ||
- | ^ isAlwaysDisplayed | true |Wenn true, wird dieses Metadaten-Element immer in der Metadaten-Liste angezeigt | | | ||
- | ^ isReadOnly | false |Wenn true, kann dieses Metadaten-Element manuell **nicht** geändert werden. Ist eine " | ||
- | ^ keepInTemplate | false |Wenn true, wird dieses Metadaten-Element beim Erstellen einer Vorlage **nicht** gelöscht | | | ||
- | ^ displayRows | 5 |Gibt die Anzahl der Zeilen bei der Darstellung dieses Metadaten-Elementes in der Metadaten-Liste an | | | ||
- | |||
- | Ein Beispiel: | ||
- | |||
- | < | ||
- | < | ||
- | isRepeatable=" | ||
- | isAlwaysDisplayed=" | ||
- | isReadOnly=" | ||
- | </ | ||
- | |||
- | |||
- | ==== Abbildung der beschreibenden Metadaten als Encoded Archival Description (EAD) ==== | ||
- | |||
- | Alle beschreibenden Metadaten werden unter Verwendung des EAD-Schemas innerhalb der Datei mets.xml gespeichert. Welche EAD-Elemente verwendet werden, wird aus der folgenden Tabelle ersichtlich: | ||
- | |||
- | {{: | ||
- | |||
- | ^AccessorNameID^Xpath relative to a <c> or < | ||
- | ^abstract | EAD: | ||
- | ^accessionNumber | EAD: | ||
- | ^accessNr | EAD: | ||
- | ^accessPolicy | EAD: | ||
- | ^accessRestriction | EAD: | ||
- | ^accessRestrictionClassification | EAD: | ||
- | ^accessRestrictionClosureYear | EAD: | ||
- | ^accessRestrictionExplanation | EAD: | ||
- | ^accessRestrictionIsMetadataPublic | EAD: | ||
- | ^accessRestrictionIsPublic | EAD: | ||
- | ^accessRestrictionPeriod | EAD: | ||
- | ^accessRestrictionPeriodBaseYear | EAD: | ||
- | ^accessRestrictionPrivacy | EAD: | ||
- | ^accessRestrictionStatus | EAD: | ||
- | ^accessRestrictionStatusExplanation | EAD: | ||
- | ^accruals | EAD: | ||
- | ^appraisalAndDestruction | EAD: | ||
- | ^appraisalDateDisposed | EAD: | ||
- | ^appraisalIsOnHold | EAD: | ||
- | ^appraisalRetentionPeriod | EAD: | ||
- | ^archivalHistory | EAD: | ||
- | ^arrangement | EAD: | ||
- | ^author | EAD: | ||
- | ^bibliography | EAD: | ||
- | ^biographicalHistory | EAD: | ||
- | ^cartographicMaterial | EAD: | ||
- | ^characteristics | EAD: | ||
- | ^characteristicsNote | EAD: | ||
- | ^codeLocation | EAD: | ||
- | ^comment | EAD: | ||
- | ^compartment | EAD: | ||
- | ^conditionsOfReproductions | EAD: | ||
- | ^creationPeriod | EAD: | ||
- | ^creationPeriodNotes | EAD: | ||
- | ^creator | EAD: | ||
- | ^date | EAD: | ||
- | ^dateOfBirth | EAD: | ||
- | ^deathOfAuthor | EAD: | ||
- | ^descriptionLevel | EAD: | ||
- | ^descriptionLevelNotes | EAD: | ||
- | ^descriptionRules | EAD: | ||
- | ^digitization | EAD: | ||
- | ^dimensions | EAD: | ||
- | ^DOI | EAD: | ||
- | ^DoiJournal | EAD: | ||
- | ^editionStatement | EAD: | ||
- | ^event | EAD: | ||
- | ^extent | EAD: | ||
- | ^extentNote | EAD: | ||
- | ^extentUnit | EAD: | ||
- | ^familyName | EAD: | ||
- | ^findingAids | EAD: | ||
- | ^firstname | EAD: | ||
- | ^format | EAD: | ||
- | ^from | EAD: | ||
- | ^fromYear | EAD: | ||
- | ^fullLocation | EAD: | ||
- | ^function | EAD: | ||
- | ^fundingSource | EAD: | ||
- | ^geogName | EAD: | ||
- | ^institute | EAD: | ||
- | ^institution | EAD: | ||
- | ^institutionCreator | EAD: | ||
- | ^institutionInvolved | EAD: | ||
- | ^involved | EAD: | ||
- | ^ISBN | EAD: | ||
- | ^ISSN | EAD: | ||
- | ^journal | EAD: | ||
- | ^keyword | EAD: | ||
- | ^language | EAD: | ||
- | ^languageNotes | EAD: | ||
- | ^lastname | EAD: | ||
- | ^location | EAD: | ||
- | ^locationOfOriginals | EAD: | ||
- | ^material | EAD: | ||
- | ^method | EAD: | ||
- | ^modeOfAcquisition | EAD: | ||
- | ^nationality | EAD: | ||
- | ^objectType | EAD: | ||
- | ^occupation | EAD: | ||
- | ^origination | EAD: | ||
- | ^originationAgency | EAD: | ||
- | ^originationDepartment | EAD: | ||
- | ^otherLevelName | [@level = ' | ||
- | ^PID | EAD: | ||
- | ^placeOfPublication | EAD: | ||
- | ^processInfoArchivist | EAD: | ||
- | ^processInfoDate | EAD: | ||
- | ^project | EAD: | ||
- | ^projectAbbreviation | EAD: | ||
- | ^projectName | EAD: | ||
- | ^projectTitle | EAD: | ||
- | ^publisher | EAD: | ||
- | ^refCode | EAD: | ||
- | ^refCodeAdmin | EAD: | ||
- | ^refCodeIsVisible | EAD: | ||
- | ^refCodeOld | EAD: | ||
- | ^refCodeSeparator | EAD: | ||
- | ^relatedMaterial | EAD: | ||
- | ^relationPeriod | EAD: | ||
- | ^reproductions | EAD: | ||
- | ^responsible | EAD: | ||
- | ^retentionPeriod | EAD: | ||
- | ^retentionPeriodBaseYear | EAD: | ||
- | ^retentionPolicy | EAD: | ||
- | ^revisions | EAD: | ||
- | ^scopeContent | EAD: | ||
- | ^sex | EAD: | ||
- | ^size | EAD: | ||
- | ^sourceType | EAD: | ||
- | ^staff | EAD: | ||
- | ^status | EAD: | ||
- | ^subject | EAD: | ||
- | ^subjectGeneral | EAD: | ||
- | ^submitStatus | EAD: | ||
- | ^to | EAD: | ||
- | ^toYear | EAD: | ||
- | ^uniformTitle | EAD: | ||
- | ^unitTitle | EAD: | ||
- | ^unitTitleAdditional | EAD: | ||
- | ^unitTitleOriginal | EAD: | ||
- | ^unitTitleVarying | EAD: | ||
- | ^university | EAD: | ||
- | ^usage | EAD: | ||
- | ^usagePermission | EAD: | ||
- | ^usagePermissionExpiringDate | EAD: | ||
- | ^year | EAD: |
en/docuteam/packer_500_config.1540992458.txt.gz · Zuletzt geändert: 2019/01/07 11:26 (Externe Bearbeitung)