<!-- 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