Skip to content

Commit

Permalink
Add missing declaration of 'groupDisplayLabel' to test ruleset.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Nov 5, 2024
1 parent abc71c5 commit 39edb4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Kitodo-DataEditor/src/test/resources/ruleset.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@
imported metadata entries from the data source can be updated later.

'title' This field is used as the title to form the author-title key.

'groupDisplayLabel' keys of this type are displayed in the metadata update dialog of the metadata
editor.
</xs:documentation>
</xs:annotation>
<xs:restriction>
Expand All @@ -481,6 +484,7 @@
<xs:enumeration value="higherlevelIdentifier"/>
<xs:enumeration value="processTitle"/>
<xs:enumeration value="recordIdentifier"/>
<xs:enumeration value="groupDisplayLabel"/>
<xs:enumeration value="title"/>
</xs:restriction>
</xs:simpleType>
Expand Down

0 comments on commit 39edb4a

Please sign in to comment.