]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-1815: Trivial addition of 'affects' as a valid enumerated value for relationsh...
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 12 May 2010 03:46:51 +0000 (03:46 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 12 May 2010 03:46:51 +0000 (03:46 +0000)
services/jaxb/src/main/resources/relations_common.xsd

index f4ff97616914b2aac728bc9dde71fa6dfc67fc64..7c5a5f80e08d7f57c1f1a9d6487caf30bf24f4e6 100644 (file)
@@ -37,6 +37,9 @@
     <!-- enumeration defining the type of relationship between two entities -->\r
     <xs:simpleType name="RelationshipType">\r
         <xs:restriction base="xs:string">\r
+            <!-- Added for compatibility with current default value -->\r
+            <!-- in the Application Layer; see CSPACE-1815 -->\r
+            <xs:enumeration value="affects"/>\r
             <!-- document with id as document-id-1 is associated with document with id as document-id-2 -->\r
             <xs:enumeration value="association"/>\r
             <!-- document with id as document-id-1 contains one or more document with id as document-id-2 -->\r