Skip to content

Commit

Permalink
Remove declaration of Fedora mixin node-types inheriting from non-mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Aug 7, 2013
1 parent c77acae commit 07a6d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fcrepo-kernel/src/main/resources/fedora-node-types.cnd
Expand Up @@ -70,18 +70,18 @@
/*
* A Fedora object.
*/
[fedora:object] > fedora:resource, nt:folder mixin
[fedora:object] > fedora:resource mixin


/*
* A Fedora datastream.
*/
[fedora:datastream] > fedora:resource, nt:file mixin
[fedora:datastream] > fedora:resource mixin
+ image:metadata (nt:unstructured) multiple

/*
* Some content that can have a checksum
*/
[fedora:binary] > nt:resource mixin
[fedora:binary] mixin
- fedora:size (LONG) COPY
- fedora:digest (URI) COPY

0 comments on commit 07a6d23

Please sign in to comment.