mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Merge pull request #1157 from helix84/DS-2874-xoai-missing-description-element
DS-2874 make XSD enforce missing Description element
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<xsd:sequence minOccurs="1" maxOccurs="1">
|
||||
<xsd:element minOccurs="1" maxOccurs="1" name="XSLT"
|
||||
type="xsd:string"/>
|
||||
<xsd:element name="Description" minOccurs="0"
|
||||
<xsd:element name="Description" minOccurs="1"
|
||||
maxOccurs="1" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="id" type="xsd:string"/>
|
||||
@@ -189,4 +189,4 @@
|
||||
<xsd:element minOccurs="1" maxOccurs="1" name="Custom" type="BundleReference"/>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
</xsd:schema>
|
||||
|
Reference in New Issue
Block a user