Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add comments to CND to indicate that fedorarelsext is not meant for n…
…ew use.
  • Loading branch information
ajs6f committed Aug 1, 2013
1 parent d232e13 commit 2324782
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions fcrepo-kernel/src/main/resources/fedora-node-types.cnd
@@ -1,4 +1,3 @@

/*
* JCR node types for use with Fedora
*/
Expand Down Expand Up @@ -29,6 +28,13 @@

<test = 'info:fedora/test/'>

/*
* The following relationship properties are made available in support of legacy graph constructions from the
* Fedora 3 era that use direct resource-to-resource relationships. New work would be best accomplished by
* using literal-valued properties with defined semantics and associated vocabularies, or by directly using
* JCR technical idioms like hierarchy.
*/

[fedora:relations] mixin

- fedorarelsext:isPartOf (REFERENCE) multiple COPY
Expand Down Expand Up @@ -78,4 +84,4 @@
*/
[fedora:binary] > nt:resource mixin
- fedora:size (LONG) COPY
- fedora:digest (URI) COPY
- fedora:digest (URI) COPY

0 comments on commit 2324782

Please sign in to comment.