From 0c1e6d4af9d3de8a063608fe720cc6e54643a8ba Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Thu, 5 Oct 2023 14:09:31 +0200 Subject: [PATCH] - init --- ...ops_slub_guidelines_and_specifications.xml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 sigprops_slub_guidelines_and_specifications.xml diff --git a/sigprops_slub_guidelines_and_specifications.xml b/sigprops_slub_guidelines_and_specifications.xml new file mode 100644 index 0000000..c01a7b7 --- /dev/null +++ b/sigprops_slub_guidelines_and_specifications.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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" language="de"> + <Metadata> + <CreationDate>2023-10-05T14:01:00</CreationDate> + <Creator>Andreas Romeyke</Creator> + <WorkflowName>richtlinien</WorkflowName> + <InstitutionName>SLUB Dresden</InstitutionName> + <InstitutionContact>andreas.romeyke@slub-dresden.de</InstitutionContact> + <ObjectTypeName>Richtlinien und Handreichungen des SLUBArchiv.digital</ObjectTypeName> + </Metadata> + <SignificantProperties> + <SignificantProperty resourceType="Text"> + <PropertyName>menschenlesbar</PropertyName> + <PropertyExplanation>Der Text ist menschenlesbar, so dass der Inhalt ohne spezielle Hilfsmittel mittels Computer von Menschen gelesen werden kann.</PropertyExplanation> + <PropertyCategory>Content</PropertyCategory> + <PropertyProcedure>designated communities</PropertyProcedure> + </SignificantProperty> + <SignificantProperty resourceType="Text"> + <PropertyName>menschenlesbar</PropertyName> + <PropertyExplanation>Der Text ist menschenlesbar, so dass er ohne spezielle Hilfsmittel auf dem Computer angezeigt und von Menschen verstanden werden kann</PropertyExplanation> + <PropertyProcedure>designated communities</PropertyProcedure> + <PropertyCategory>Rendering</PropertyCategory> + </SignificantProperty> + <SignificantProperty resourceType="Text"> + <PropertyName>menschenlesbar</PropertyName> + <PropertyExplanation>Der Text ist menschenlesbar, so dass er ohne spezielle Hilfsmittel auf dem Computer angezeigt und von Menschen verstanden werden kann</PropertyExplanation> + <PropertyProcedure>designated communities</PropertyProcedure> + <PropertyCategory>Context</PropertyCategory> + </SignificantProperty> + <SignificantProperty resourceType="Text"> + <PropertyName>linear</PropertyName> + <PropertyExplanation>Der Text ist linear aufgebaut, so dass der Lesefluss des Textes erkennbar bleibt.</PropertyExplanation> + <PropertyProcedure>designated communities</PropertyProcedure> + <PropertyCategory>Structure</PropertyCategory> + </SignificantProperty> + </SignificantProperties> +</ObjectType> -- GitLab