forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added `edm.xml` registry * Fixed cfg for `edm.xml`
- Loading branch information
1 parent
638b1cb
commit dd978aa
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<dspace-dc-types> | ||
<dc-schema> | ||
<name>edm</name> | ||
<namespace>http://www.europeana.eu/schemas/edm/</namespace> | ||
</dc-schema> | ||
<dc-type> | ||
<schema>edm</schema> | ||
<element>type</element> | ||
<qualifier/> | ||
<scope_note>The value must be one of the types accepted by Europeana as it will support portal functionality: TEXT, VIDEO, SOUND, IMAGE, 3D. | ||
There's a huge overlap with values we allow in metashare's mediaType; eventually this might get merged. | ||
</scope_note> | ||
</dc-type> | ||
</dspace-dc-types> | ||
|
||
|