DILCISBoard / E-ARK-SIP

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

`metsHdr/agent/name` is not 0..*, but 1..1 #101

Closed jmaferreira closed 12 months ago

jmaferreira commented 2 years ago

SIP12 metsHdr/agent/name is defined as 0..* MAY, but METS defines it as 1..1 (mets.xsd, lines 247-263):

<xsd:element name="metsHdr" minOccurs="0">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="agent" minOccurs="0" maxOccurs="unbounded">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="name" type="xsd:string">

Duplicates #102

jmaferreira commented 2 years ago

@karinbredenberg The requirements XML need to be updated.

jmaferreira commented 2 years ago
Screenshot 2022-05-03 at 08 13 17
jmaferreira commented 1 year ago

A fix has been issued on commit 432e860614984d3cd0bd1e7a2710f05b0bcd4a1c. Waiting for a Pull Request to merge it into master.

jmaferreira commented 12 months ago

Resolved.