]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-4468,CSPACE-4470: Added subjectRefName and objectRefName fields to Relation...
authorAron Roberts <aron@socrates.berkeley.edu>
Mon, 10 Oct 2011 21:26:23 +0000 (21:26 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Mon, 10 Oct 2011 21:26:23 +0000 (21:26 +0000)
services/relation/3rdparty/nuxeo-platform-cs-relation/src/main/resources/schemas/relations_common.xsd

index a3b41bb0737369018c323da2cf30e16478a11c54..6c28e5ceaa937dfe02446c64c486580e1a10a897 100644 (file)
     <xs:element name="documentId1" type="xs:string"  minOccurs="1" maxOccurs="1"/>\r
     <xs:element name="subjectCsid" type="xs:string"  minOccurs="1" maxOccurs="1"/>     <!-- new name for documentId1 -->\r
     <xs:element name="documentType1" type="xs:string"  minOccurs="1" maxOccurs="1"/>\r
+    <xs:element name="subjectDocumentType" type="xs:string"  minOccurs="1" maxOccurs="1"/>     <!-- new name for documentType1 -->\r
+\r
     <xs:element name="documentId2" type="xs:string"  minOccurs="1" maxOccurs="1"/>\r
     <xs:element name="objectCsid" type="xs:string"  minOccurs="1" maxOccurs="1"/>        <!-- new name for documentId2 -->\r
     <xs:element name="documentType2" type="xs:string"  minOccurs="1" maxOccurs="1"/>\r
+    <xs:element name="objectDocumentType" type="xs:string"  minOccurs="1" maxOccurs="1"/>        <!-- new name for documentType2 -->\r
 \r
             <!-- type of relationship between two entities -->\r
     <xs:element name="relationshipType" type="rel:RelationshipType" minOccurs="1" maxOccurs="1"/>\r
     <xs:element name="predicate" type="rel:RelationshipType" minOccurs="1" maxOccurs="1"/>   <!-- new name for relationshipType -->\r
     <xs:element name="predicateDisplayName" type="xs:string" minOccurs="1"/>\r
 \r
-\r
     <xs:element name="subjectUri" type="xs:string"/>\r
     <xs:element name="objectUri" type="xs:string"/>\r
+    \r
+    <xs:element name="subjectRefName" type="xs:string"/>\r
+    <xs:element name="objectRefName" type="xs:string"/>    \r
 \r
     <!-- enumeration defining the type of relationship between two entities -->\r
     <xs:simpleType name="RelationshipType">\r