From d7c885b8fbf4db78cd8c3ea391e26e16a8eb5e15 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 12 May 2010 03:46:51 +0000 Subject: [PATCH] CSPACE-1815: Trivial addition of 'affects' as a valid enumerated value for relationshipType in the Relation JAXB schema, to mirror the use of that type in the Application Layer. (Ultimately, relationshipTypes are likely to come from a vocabulary.) --- services/jaxb/src/main/resources/relations_common.xsd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/jaxb/src/main/resources/relations_common.xsd b/services/jaxb/src/main/resources/relations_common.xsd index f4ff97616..7c5a5f80e 100644 --- a/services/jaxb/src/main/resources/relations_common.xsd +++ b/services/jaxb/src/main/resources/relations_common.xsd @@ -37,6 +37,9 @@ + + + -- 2.47.3