mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Fix DSpace/DSpace#8167 XSD for controlled vocabulary
Require attribute id for nodes.
This commit is contained in:
@@ -56,7 +56,7 @@ or refer to the Web site http://dspace-dev.dsi.uminho.pt.
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:all>
|
||||
<xs:attribute name="id" type="xs:ID" use="optional"/>
|
||||
<xs:attribute name="id" type="xs:ID" use="required"/>
|
||||
<xs:attribute name="label" type="xs:string" use="required"/>
|
||||
<xs:attribute name="selectable" type="xs:boolean" default="true"/>
|
||||
</xs:complexType>
|
||||
|
Reference in New Issue
Block a user