DILCISBoard / E-ARK-SIP

E-ARK SIP specification
https://earksip.dilcis.eu/
Creative Commons Attribution 4.0 International
7 stars 6 forks source link

Path to extension schema #65

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">

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 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

Fixed with PR #67