DILCISBoard / E-ARK-DIP

E-ARK DIP Specification
https://earkdip.dilcis.eu/
Creative Commons Attribution 4.0 International
7 stars 4 forks source link

Path to extension schemas #40

Closed karinbredenberg closed 4 years ago

karinbredenberg commented 4 years ago

Given in profile: Namespace: xmlns:csip=https://dilcis.eu/XML/METS/CSIPExtensionMETS xmlns:sip=https://dilcis.eu/XML/METS/SIPExtensionMETS Path: http://earksip.dilcis.eu/schema/DILCISExtensionSIPMETS.xsd

metsRootElementExample1: xmlns:csip="https://dilcis.eu/XML/METS/CSIPExtensionMETS" https://dilcis.eu/XML/METS/CSIPExtensionMETS https://dilcis.eu/XML/METS/CSIPExtensionMETS/DILCISExtensionMETS.xsd">

metsRootElementExample2: xmlns:csip="https://dilcis.eu/XML/METS/CSIPExtensionMETS" https://dilcis.eu/XML/METS/CSIPExtensionMETS https://dilcis.eu/XML/METS/CSIPExtensionMETS/DILCISExtensionMETS.xsd

Appendix1: xmlns:csip="https://dilcis.eu/XML/METS/CSIPExtensionMETS" https://dilcis.eu/XML/METS/CSIPExtensionMETS https://dilcis.eu/XML/METS/CSIPExtensionMETS/DILCISExtensionMETS.xsd https://dilcis.eu/XML/METS/SIPExtensionMETS https://dilcis.eu/XML/METS/SIPExtensionMETS/DILCISExtensionSIPMETS.xsd

Result: Path to schema work in examples and appendix. Needed: In metsRootElementExample1 and metsRootElementExample2 namespace for SIP is needed as well as the pointer to the schema. In Appendix 1 the namespace needs to be given (xmlns:sip). In element <related_profile) it’s the wrong path to the CSIP profile.

karinbredenberg commented 4 years ago

Related to #42