From 282baff9db8beabce55465e66272eff22ee575f0 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <art1@andreas-romeyke.de> Date: Thu, 17 Feb 2022 19:03:09 +0100 Subject: [PATCH] - adapted to changes in schema --- sigprops_kitodo.xml | 7 +++---- sigprops_retrofilm_video.xml | 17 +++++++++++------ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/sigprops_kitodo.xml b/sigprops_kitodo.xml index 0114f26..d492e30 100644 --- a/sigprops_kitodo.xml +++ b/sigprops_kitodo.xml @@ -1,15 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<Object xmlns="http://slubarchiv.slub-dresden.de/sigprops1" +<ObjectType xmlns="http://slubarchiv.slub-dresden.de/sigprops1" xsi:schemaLocation="http://slubarchiv.slub-dresden.de/sigprops1 https://slubarchiv.slub-dresden.de/slubarchiv/standards/sigprops/sigprops.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Metadata> <CreationDate>2020-10-06T10:06:00</CreationDate> <Creator>Andreas Romeyke</Creator> - <CreationSoftwareName>oxygen</CreationSoftwareName> <WorkflowName>Kitodo</WorkflowName> <InstitutionName>SLUB Dresden</InstitutionName> <InstitutionContact>langzeitarchiv@slub-dresden.de</InstitutionContact> - <ObjectType>Retrodigitalisat (Flachware)</ObjectType> + <ObjectTypeName>Retrodigitalisat (Flachware)</ObjectTypeName> </Metadata> <SignificantProperties> <!-- Lesen und Anschauen @@ -99,4 +98,4 @@ <PropertyProcedure>designated communities</PropertyProcedure> </SignificantProperty> </SignificantProperties> -</Object> +</ObjectType> diff --git a/sigprops_retrofilm_video.xml b/sigprops_retrofilm_video.xml index 48eabb2..46cda7a 100644 --- a/sigprops_retrofilm_video.xml +++ b/sigprops_retrofilm_video.xml @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<Object xmlns="http://slubarchiv.slub-dresden.de/sigprops1" +<ObjectType xmlns="http://slubarchiv.slub-dresden.de/sigprops1" xsi:schemaLocation="http://slubarchiv.slub-dresden.de/sigprops1 https://slubarchiv.slub-dresden.de/slubarchiv/standards/sigprops/sigprops.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Metadata> - <CreationDate>2021-02-17T13:15:04</CreationDate> - <Creator>Andreas Romeyke</Creator><WorkflowName>Mediathek / SAVE</WorkflowName><InstitutionName>SLUB Dresden</InstitutionName><InstitutionContact>andreas.romeyke@slub-dresden.de</InstitutionContact><ObjectType>Retrodigitalisat (Film 8mm-35mm)</ObjectType></Metadata> + <CreationDate>2021-02-17T13:15:04</CreationDate> + <Creator>Andreas Romeyke</Creator> + <WorkflowName>Mediathek / SAVE</WorkflowName> + <InstitutionName>SLUB Dresden</InstitutionName> + <InstitutionContact>andreas.romeyke@slub-dresden.de</InstitutionContact> + <ObjectTypeName>Retrodigitalisat (Film 8mm-35mm)</ObjectTypeName> + </Metadata> <SignificantProperties> <SignificantProperty> <PropertyName>viewable</PropertyName> @@ -53,7 +58,8 @@ <PropertyExplanation>The object is free from compression artifacts.</PropertyExplanation> <PropertyCategory>Rendering</PropertyCategory> </SignificantProperty> - <SignificantProperty><PropertyName>searchable</PropertyName> + <SignificantProperty> + <PropertyName>searchable</PropertyName> <PropertyExplanation>The object should be searchable for timepoints.</PropertyExplanation> <PropertyCategory>Structure</PropertyCategory> <PropertyProcedure>designated communities</PropertyProcedure> @@ -95,5 +101,4 @@ <PropertyProcedure>designated communities</PropertyProcedure> </SignificantProperty> </SignificantProperties> -</Object> - +</ObjectType> -- GitLab