]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-394 minor changes for required/optional attributes
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Fri, 2 Oct 2009 17:39:49 +0000 (17:39 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Fri, 2 Oct 2009 17:39:49 +0000 (17:39 +0000)
M    service.xsd

services/common/src/main/resources/service.xsd

index 9bc6a7d861cbd35cde13d058f8206fc05392bbce..00e3b0ff754119728f450910e8a1e57aedcdd2d5 100644 (file)
@@ -92,8 +92,8 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
-        <xs:attribute name="versionable" type="xs:boolean" use="optional" default="true"/>
-        <xs:attribute name="auditable" type="xs:boolean" use="optional" default="true"/>
+        <xs:attribute name="versionable" type="xs:boolean" use="optional" default="false"/>
+        <xs:attribute name="auditable" type="xs:boolean" use="optional" default="false"/>
         <!-- application defined label to identify the part, e.g. collectionobject.ucmp.berkeley -->
         <xs:attribute name="label" type="xs:string" use="optional"/>
         <xs:attribute name="updated" type="xs:dateTime" use="optional"/>