From dbd740ddfe6329c369196ee6ad440aca23252a4d Mon Sep 17 00:00:00 2001 From: jprocter Date: Thu, 14 Dec 2006 12:26:59 +0000 Subject: [PATCH] modifiable attribute is now a string rather than a boolean. See 'locks' type documentation in vamsas.xsd git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@256 be28352e-c001-0410-b1a7-c7978e42abec --- schemas/vamsas.xsd | 46 +++++++++++++++++++--------------------------- 1 file changed, 19 insertions(+), 27 deletions(-) diff --git a/schemas/vamsas.xsd b/schemas/vamsas.xsd index 284879f..5eb52d1 100644 --- a/schemas/vamsas.xsd +++ b/schemas/vamsas.xsd @@ -25,11 +25,7 @@ Primary Key for vamsas object referencing - - - objects with modifiable=false will not be modified by a - vamsas client update - + @@ -60,12 +56,7 @@ - - - objects with modifiable=false will not be - modified by a vamsas client update - + @@ -79,11 +70,7 @@ Primary Key for vamsas object referencing - - - objects with modifiable=false will not be modified by a - vamsas client update - + @@ -224,11 +211,7 @@ - - - objects with modifiable=false will not be modified by a - vamsas client update - + @@ -591,13 +574,9 @@ - - - objects with modifiable=false will not be - modified by a vamsas client update - + + @@ -840,4 +819,17 @@ + + + + Contains lock information: + locktype:ApplicationHandle + locktype is 'local' or 'full' + A lock is only valid if the ApplicationHandle resolves to a living application in the vamsas session. + A local lock means that the application has locked changes to all local properties on the object. + A full lock means that the application has locked changes to all properties on the object, and any objects that it holds references to. + + + + -- 1.7.10.2