You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by dc...@apache.org on 2010/01/07 15:09:36 UTC

svn commit: r896885 [1/3] - in /incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src: main/resources/org/apache/chemistry/tck/atompub/xsd/ test/java/org/apache/chemistry/tck/atompub/test/schema/ test/resources/org/apache/chemistry/tck/atompub/...

Author: dcaruana
Date: Thu Jan  7 14:06:08 2010
New Revision: 896885

URL: http://svn.apache.org/viewvc?rev=896885&view=rev
Log:
Update AtomPub TCK to CD05 XSDs and examples.
- successfully tested use of xsi:type on cmisra:children for validation
- TCK Abdera client unaffected (as expected)
- successfully tested against Alfresco server (with cmisra:children xsi:type addition)

Modified:
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-Core.xsd
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-RestAtom.xsd
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/java/org/apache/chemistry/tck/atompub/test/schema/CMISSchemaTest.java
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/ChangeLog.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntry.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryPWC.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryWithChanges.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/FolderChildren.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/FolderDescendants.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/FolderEntry.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/PolicyEntry.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/RelationshipEntry.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/Service.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeChildren.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeDocumentWith.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeDocumentWithout.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeFolderWith.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeFolderWithout.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypePolicyWith.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypePolicyWithout.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeRelationshipWith.xml
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeRelationshipWithout.xml

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-Core.xsd
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-Core.xsd?rev=896885&r1=896884&r2=896885&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-Core.xsd (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-Core.xsd Thu Jan  7 14:06:08 2010
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 	<!--
-		$Revision: 137 $ $Date: 2009-10-21 15:50:27 -0700 (Wed, 21 Oct 2009) $
-		$Author: albertcbrown $ $HeadURL:
+		$Revision: 149 $ $Date: 2009-12-22 08:01:48 -0800 (Tue, 22 Dec 2009) $
+		$Author: fmueller $ $HeadURL:
 		http://tools.oasis-open.org/version-control/svn/cmis/trunk/SchemaProject/schema/CMIS-Core.xsd
 		$
 	-->
@@ -41,7 +41,7 @@
 			<xs:enumeration value="oncreate" />
 		</xs:restriction>
 	</xs:simpleType>
-		<xs:simpleType name="enumDateTimeResolution">
+	<xs:simpleType name="enumDateTimeResolution">
 		<xs:restriction base="xs:string">
 			<xs:enumeration value="year" />
 			<xs:enumeration value="date" />
@@ -304,6 +304,8 @@
 				<xs:sequence>
 					<xs:element minOccurs="0" maxOccurs="unbounded" name="value"
 						type="xs:boolean" />
+					<xs:any processContents="lax" namespace="##other" minOccurs="0"
+						maxOccurs="unbounded" />
 				</xs:sequence>
 			</xs:extension>
 		</xs:complexContent>
@@ -314,6 +316,8 @@
 				<xs:sequence>
 					<xs:element minOccurs="0" maxOccurs="unbounded" name="value"
 						type="xs:string" />
+					<xs:any processContents="lax" namespace="##other" minOccurs="0"
+						maxOccurs="unbounded" />
 				</xs:sequence>
 			</xs:extension>
 		</xs:complexContent>
@@ -324,6 +328,8 @@
 				<xs:sequence>
 					<xs:element minOccurs="0" maxOccurs="unbounded" name="value"
 						type="xs:integer" />
+					<xs:any processContents="lax" namespace="##other" minOccurs="0"
+						maxOccurs="unbounded" />
 				</xs:sequence>
 			</xs:extension>
 		</xs:complexContent>
@@ -334,6 +340,8 @@
 				<xs:sequence>
 					<xs:element minOccurs="0" maxOccurs="unbounded" name="value"
 						type="xs:dateTime" />
+					<xs:any processContents="lax" namespace="##other" minOccurs="0"
+						maxOccurs="unbounded" />
 				</xs:sequence>
 			</xs:extension>
 		</xs:complexContent>
@@ -344,6 +352,8 @@
 				<xs:sequence>
 					<xs:element minOccurs="0" maxOccurs="unbounded" name="value"
 						type="xs:decimal" />
+					<xs:any processContents="lax" namespace="##other" minOccurs="0"
+						maxOccurs="unbounded" />
 				</xs:sequence>
 			</xs:extension>
 		</xs:complexContent>
@@ -354,6 +364,8 @@
 				<xs:sequence>
 					<xs:element minOccurs="0" maxOccurs="unbounded" name="value"
 						type="xs:string" />
+					<xs:any processContents="lax" namespace="##other" minOccurs="0"
+						maxOccurs="unbounded" />
 				</xs:sequence>
 			</xs:extension>
 		</xs:complexContent>
@@ -366,6 +378,8 @@
 				<xs:sequence>
 					<xs:element minOccurs="0" maxOccurs="unbounded" name="value"
 						type="xs:string" />
+					<xs:any processContents="lax" namespace="##other" minOccurs="0"
+						maxOccurs="unbounded" />
 				</xs:sequence>
 			</xs:extension>
 		</xs:complexContent>
@@ -376,6 +390,8 @@
 				<xs:sequence>
 					<xs:element minOccurs="0" maxOccurs="unbounded" name="value"
 						type="xs:anyURI" />
+					<xs:any processContents="lax" namespace="##other" minOccurs="0"
+						maxOccurs="unbounded" />
 				</xs:sequence>
 			</xs:extension>
 		</xs:complexContent>
@@ -626,6 +642,7 @@
 						type="cmis:cmisPropertyBoolean" />
 					<xs:element minOccurs="0" maxOccurs="unbounded" name="choice"
 						type="cmis:cmisChoiceBoolean" />
+
 				</xs:sequence>
 			</xs:extension>
 		</xs:complexContent>
@@ -666,7 +683,8 @@
 				<xs:sequence>
 					<xs:element minOccurs="0" maxOccurs="1" name="defaultValue"
 						type="cmis:cmisPropertyDateTime" />
-					<xs:element minOccurs="0" maxOccurs="1" name="resolution" type="cmis:enumDateTimeResolution" />
+					<xs:element minOccurs="0" maxOccurs="1" name="resolution"
+						type="cmis:enumDateTimeResolution" />
 					<xs:element minOccurs="0" maxOccurs="unbounded" name="choice"
 						type="cmis:cmisChoiceDateTime" />
 
@@ -858,8 +876,6 @@
 	<!--  query -->
 	<xs:complexType name="cmisQueryType">
 		<xs:sequence>
-			<xs:element name="repositoryId" type="xs:string"
-				minOccurs="0" maxOccurs="1" />
 			<xs:element name="statement" type="xs:string" minOccurs="1"
 				maxOccurs="1" />
 			<xs:element name="searchAllVersions" type="xs:boolean"
@@ -907,7 +923,7 @@
 				minOccurs="1" maxOccurs="1" />
 			<xs:element name="aclCapability" type="cmis:cmisACLCapabilityType"
 				minOccurs="0" maxOccurs="1" />
-			<xs:element name="cmisVersionSupported" type="xs:decimal"
+			<xs:element name="cmisVersionSupported" type="xs:string"
 				minOccurs="1" maxOccurs="1" />
 			<xs:element name="thinClientURI" type="xs:anyURI"
 				minOccurs="0" maxOccurs="1" />
@@ -1088,14 +1104,10 @@
 			<xs:enumeration value="canGetChildren.Folder" />
 			<xs:enumeration value="canGetParents.Folder" />
 			<xs:enumeration value="canGetFolderParent.Object" />
-			<xs:enumeration value="canCreateDocument.Type" />
 			<xs:enumeration value="canCreateDocument.Folder" />
-			<xs:enumeration value="canCreateFolder.Type" />
 			<xs:enumeration value="canCreateFolder.Folder" />
-			<xs:enumeration value="canCreateRelationship.Type" />
 			<xs:enumeration value="canCreateRelationship.Source" />
 			<xs:enumeration value="canCreateRelationship.Target" />
-			<xs:enumeration value="canCreatePolicy.Type" />
 			<xs:enumeration value="canGetProperties.Object" />
 			<xs:enumeration value="canViewContent.Object" />
 			<xs:enumeration value="canUpdateProperties.Object" />
@@ -1170,8 +1182,10 @@
 		</xs:sequence>
 	</xs:complexType>
 
+
 	<xs:complexType name="cmisACLCapabilityType">
 		<xs:sequence>
+			<xs:element name="supportedPermissions" type="cmis:enumSupportedPermissions" />
 			<xs:element name="propagation" type="cmis:enumACLPropagation" />
 			<xs:element name="permissions" type="cmis:cmisPermissionDefinition"
 				minOccurs="1" maxOccurs="unbounded" />
@@ -1180,6 +1194,14 @@
 		</xs:sequence>
 	</xs:complexType>
 
+	<xs:simpleType name="enumSupportedPermissions">
+		<xs:restriction base="xs:string">
+			<xs:enumeration value="basic" />
+			<xs:enumeration value="repository" />
+			<xs:enumeration value="both" />
+		</xs:restriction>
+	</xs:simpleType>
+
 	<!-- renditions -->
 	<xs:simpleType name="enumCapabilityRendition">
 		<xs:restriction base="xs:string">

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-RestAtom.xsd
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-RestAtom.xsd?rev=896885&r1=896884&r2=896885&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-RestAtom.xsd (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/xsd/CMIS-RestAtom.xsd Thu Jan  7 14:06:08 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 	<!--
-		$Revision: 135 $ $Date: 2009-10-19 10:59:00 -0700 (Mon, 19 Oct 2009) $
+		$Revision: 147 $ $Date: 2009-12-21 21:31:42 -0800 (Mon, 21 Dec 2009) $
 		$Author: albertcbrown $ $HeadURL:
 		http://tools.oasis-open.org/version-control/svn/cmis/trunk/SchemaProject/schema/CMIS-RestAtom.xsd
 		$
@@ -17,9 +17,6 @@
 	
 	<xs:import namespace="http://docs.oasis-open.org/ns/cmis/core/200908/"
 		schemaLocation="CMIS-Core.xsd" />
-	<xs:import namespace="http://www.w3.org/2005/Atom"
-		schemaLocation="ATOM.xsd" />
-
 
 	<xs:attribute name="id" type="xs:string">
 		<xs:annotation>
@@ -81,11 +78,12 @@
 	</xs:element>
 
 
-	<xs:element name="children" type="atom:feedType">
+	<xs:element name="children">
 		<xs:annotation>
 			<xs:documentation>
 				This is the Atom extension element that will be
-				used to contain a feed inside an atom entry element.
+				used to contain a feed inside an atom entry element.  This element
+				MUST be of type atom:feedType
 			</xs:documentation>
 		</xs:annotation>
 	</xs:element>
@@ -388,17 +386,19 @@
 			<xs:enumeration value="major" />
 			<xs:enumeration value="maxItems" />
       		<xs:enumeration value="overwriteFlag" />
-			<xs:enumeration value="removeFrom" />
 			<xs:enumeration value="relationshipDirection" />
 			<xs:enumeration value="relationshipType" />
+			<xs:enumeration value="renditionFilter" />
+			<xs:enumeration value="removeFrom" />
 			<xs:enumeration value="repositoryId" />
 			<xs:enumeration value="returnVersion" />
 			<xs:enumeration value="skipCount" />
+			<xs:enumeration value="sourceFolderId" />
 			<xs:enumeration value="thisVersion" />
 			<xs:enumeration value="typeId" />
 			<xs:enumeration value="types" />
-			<xs:enumeration value="unfileObject" />
-			<xs:enumeration value="versioningState" />
+			<xs:enumeration value="unfileObjects" />
+			<xs:enumeration value="versioningSstate" />
 		</xs:restriction>
 	</xs:simpleType>
 

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/java/org/apache/chemistry/tck/atompub/test/schema/CMISSchemaTest.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/java/org/apache/chemistry/tck/atompub/test/schema/CMISSchemaTest.java?rev=896885&r1=896884&r2=896885&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/java/org/apache/chemistry/tck/atompub/test/schema/CMISSchemaTest.java (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/java/org/apache/chemistry/tck/atompub/test/schema/CMISSchemaTest.java Thu Jan  7 14:06:08 2010
@@ -135,23 +135,23 @@
         assertValidXML(xml, cmisValidator.getCMISAtomValidator());
     }
 
-    public void testTypeRelationshipWith() throws Exception {
-        String xml = examples.load("TypeRelationshipWith.xml");
+    public void testTypePolicyWith() throws Exception {
+        String xml = examples.load("TypePolicyWith.xml");
         assertValidXML(xml, cmisValidator.getCMISAtomValidator());
     }
 
-    public void testTypeRelationshipWithOut() throws Exception {
-        String xml = examples.load("TypeRelationshipWithout.xml");
+    public void testTypePolicyWithOut() throws Exception {
+        String xml = examples.load("TypePolicyWithout.xml");
         assertValidXML(xml, cmisValidator.getCMISAtomValidator());
     }
 
-    public void testTypePolicyWith() throws Exception {
-        String xml = examples.load("TypePolicyWith.xml");
+    public void testTypeRelationshipWith() throws Exception {
+        String xml = examples.load("TypeRelationshipWith.xml");
         assertValidXML(xml, cmisValidator.getCMISAtomValidator());
     }
 
-    public void testTypePolicyWithOut() throws Exception {
-        String xml = examples.load("TypePolicyWithout.xml");
+    public void testTypeRelationshipWithOut() throws Exception {
+        String xml = examples.load("TypeRelationshipWithout.xml");
         assertValidXML(xml, cmisValidator.getCMISAtomValidator());
     }
 

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/ChangeLog.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/ChangeLog.xml?rev=896885&r1=896884&r2=896885&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/ChangeLog.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/ChangeLog.xml Thu Jan  7 14:06:08 2010
@@ -6,8 +6,8 @@
         <atom:uri>http://www.ibm.com/</atom:uri>
         <atom:email>albertcbrown@us.ibm.com</atom:email>
     </atom:author>
-    <atom:updated>2009-10-19T10:09:57.375-07:00</atom:updated>
-    <atom:id>urn:uuid:d2d2ec29-c06f-4c01-b7ae-d32d3f0dec2d</atom:id>
+    <atom:updated>2009-12-24T09:01:46.171-08:00</atom:updated>
+    <atom:id>urn:uuid:594e7de8-7b6a-4992-9278-411c86130eff</atom:id>
     <atom:link type="application/atom+xml;type=feed" rel="self" href="http://cmisexample.oasis-open.org/rep1/folder1feed/3"/>
     <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
     <atom:link type="application/atom+xml;type=feed" rel="first" href="http://cmisexample.oasis-open.org/rep1/folder1feed/first"/>
@@ -20,28 +20,28 @@
             <atom:uri>http://www.ibm.com/</atom:uri>
             <atom:email>albertcbrown@us.ibm.com</atom:email>
         </atom:author>
-        <atom:content src="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3"/>
-        <atom:id>urn:uuid:c04c8271-e725-4f63-a8ee-c4216279cae3</atom:id>
+        <atom:content src="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428"/>
+        <atom:id>urn:uuid:da026777-e260-4716-a886-a54619233428</atom:id>
         <atom:title type="text">CMIS Example Folder as Customer type</atom:title>
-        <atom:updated>2009-10-19T10:09:57.375-07:00</atom:updated>
-        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3"/>
-        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3"/>
-        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3/allowableactions"/>
-        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3/type"/>
+        <atom:updated>2009-12-24T09:01:46.171-08:00</atom:updated>
+        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428"/>
+        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428"/>
+        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/allowableactions"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/type"/>
         <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-        <atom:published>2009-10-19T10:09:57.375-07:00</atom:published>
-        <atom:summary type="html">HTML summary of Entry  c04c8271-e725-4f63-a8ee-c4216279cae3</atom:summary>
-        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3/up"/>
-        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3/children"/>
-        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3/tree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3/foldertree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3/relationships"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3/policies"/>
-        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/c04c8271-e725-4f63-a8ee-c4216279cae3/acl"/>
+        <atom:published>2009-12-24T09:01:46.171-08:00</atom:published>
+        <atom:summary type="html">HTML summary of Entry  da026777-e260-4716-a886-a54619233428</atom:summary>
+        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/up"/>
+        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/children"/>
+        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/tree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/foldertree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/relationships"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/policies"/>
+        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/da026777-e260-4716-a886-a54619233428/acl"/>
         <cmisra:object>
             <cmis:properties>
                 <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                    <cmis:value>c04c8271-e725-4f63-a8ee-c4216279cae3</cmis:value>
+                    <cmis:value>da026777-e260-4716-a886-a54619233428</cmis:value>
                 </cmis:propertyId>
                 <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                     <cmis:value>customer</cmis:value>
@@ -50,10 +50,10 @@
                     <cmis:value>CMIS Example Folder as Customer type</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                    <cmis:value>2009-10-19T10:09:57.375-07:00</cmis:value>
+                    <cmis:value>2009-12-24T09:01:46.171-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                    <cmis:value>2009-10-19T10:09:57.375-07:00</cmis:value>
+                    <cmis:value>2009-12-24T09:01:46.171-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                     <cmis:value>cmis:folder</cmis:value>
@@ -65,7 +65,7 @@
                     <cmis:value>Al Brown</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyId localName="rep-cmis:parentId" propertyDefinitionId="cmis:parentId">
-                    <cmis:value>c04c8271-e725-4f63-a8ee-c4216279cae3up</cmis:value>
+                    <cmis:value>da026777-e260-4716-a886-a54619233428up</cmis:value>
                 </cmis:propertyId>
             </cmis:properties>
             <cmis:allowableActions>
@@ -87,7 +87,7 @@
             </cmis:allowableActions>
             <cmis:changeEventInfo>
                 <cmis:changeType>updated</cmis:changeType>
-                <cmis:changeTime>2009-10-19T10:09:57.375-07:00</cmis:changeTime>
+                <cmis:changeTime>2009-12-24T09:01:46.171-08:00</cmis:changeTime>
             </cmis:changeEventInfo>
         </cmisra:object>
         <cmisra:pathSegment>customer1</cmisra:pathSegment>
@@ -98,28 +98,28 @@
             <atom:uri>http://www.ibm.com/</atom:uri>
             <atom:email>albertcbrown@us.ibm.com</atom:email>
         </atom:author>
-        <atom:content src="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371"/>
-        <atom:id>urn:uuid:4ca14c9e-027d-4035-bd72-8c145ffec371</atom:id>
+        <atom:content src="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8"/>
+        <atom:id>urn:uuid:806bd60f-272b-4564-b124-b0ea9535c5d8</atom:id>
         <atom:title type="text">CMIS Example Folder as Customer type</atom:title>
-        <atom:updated>2009-10-19T10:09:57.375-07:00</atom:updated>
-        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371"/>
-        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371"/>
-        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371/allowableactions"/>
-        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371/type"/>
+        <atom:updated>2009-12-24T09:01:46.171-08:00</atom:updated>
+        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8"/>
+        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8"/>
+        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/allowableactions"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/type"/>
         <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-        <atom:published>2009-10-19T10:09:57.375-07:00</atom:published>
-        <atom:summary type="html">HTML summary of Entry  4ca14c9e-027d-4035-bd72-8c145ffec371</atom:summary>
-        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371/up"/>
-        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371/children"/>
-        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371/tree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371/foldertree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371/relationships"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371/policies"/>
-        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/4ca14c9e-027d-4035-bd72-8c145ffec371/acl"/>
+        <atom:published>2009-12-24T09:01:46.171-08:00</atom:published>
+        <atom:summary type="html">HTML summary of Entry  806bd60f-272b-4564-b124-b0ea9535c5d8</atom:summary>
+        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/up"/>
+        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/children"/>
+        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/tree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/foldertree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/relationships"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/policies"/>
+        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/806bd60f-272b-4564-b124-b0ea9535c5d8/acl"/>
         <cmisra:object>
             <cmis:properties>
                 <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                    <cmis:value>4ca14c9e-027d-4035-bd72-8c145ffec371</cmis:value>
+                    <cmis:value>806bd60f-272b-4564-b124-b0ea9535c5d8</cmis:value>
                 </cmis:propertyId>
                 <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                     <cmis:value>customer</cmis:value>
@@ -128,10 +128,10 @@
                     <cmis:value>CMIS Example Folder as Customer type</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                    <cmis:value>2009-10-19T10:09:57.390-07:00</cmis:value>
+                    <cmis:value>2009-12-24T09:01:46.171-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                    <cmis:value>2009-10-19T10:09:57.390-07:00</cmis:value>
+                    <cmis:value>2009-12-24T09:01:46.171-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                     <cmis:value>cmis:folder</cmis:value>
@@ -143,7 +143,7 @@
                     <cmis:value>Al Brown</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyId localName="rep-cmis:parentId" propertyDefinitionId="cmis:parentId">
-                    <cmis:value>4ca14c9e-027d-4035-bd72-8c145ffec371up</cmis:value>
+                    <cmis:value>806bd60f-272b-4564-b124-b0ea9535c5d8up</cmis:value>
                 </cmis:propertyId>
             </cmis:properties>
             <cmis:allowableActions>
@@ -165,7 +165,7 @@
             </cmis:allowableActions>
             <cmis:changeEventInfo>
                 <cmis:changeType>updated</cmis:changeType>
-                <cmis:changeTime>2009-10-19T10:09:57.390-07:00</cmis:changeTime>
+                <cmis:changeTime>2009-12-24T09:01:46.171-08:00</cmis:changeTime>
             </cmis:changeEventInfo>
         </cmisra:object>
         <cmisra:pathSegment>customer2</cmisra:pathSegment>
@@ -176,28 +176,28 @@
             <atom:uri>http://www.ibm.com/</atom:uri>
             <atom:email>albertcbrown@us.ibm.com</atom:email>
         </atom:author>
-        <atom:content src="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68"/>
-        <atom:id>urn:uuid:ed7387fa-8e8f-4223-8b00-4145171c3f68</atom:id>
+        <atom:content src="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499"/>
+        <atom:id>urn:uuid:a90ff0dd-8058-4790-86ba-5a2e61d0c499</atom:id>
         <atom:title type="text">CMIS Example Folder as Customer Policy type</atom:title>
-        <atom:updated>2009-10-19T10:09:57.390-07:00</atom:updated>
-        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68"/>
-        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68"/>
-        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68/allowableactions"/>
-        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68/type"/>
+        <atom:updated>2009-12-24T09:01:46.171-08:00</atom:updated>
+        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499"/>
+        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499"/>
+        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/allowableactions"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/type"/>
         <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-        <atom:published>2009-10-19T10:09:57.390-07:00</atom:published>
-        <atom:summary type="html">HTML summary of Entry  ed7387fa-8e8f-4223-8b00-4145171c3f68</atom:summary>
-        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68/up"/>
-        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68/children"/>
-        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68/tree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68/foldertree"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68/relationships"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68/policies"/>
-        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/ed7387fa-8e8f-4223-8b00-4145171c3f68/acl"/>
+        <atom:published>2009-12-24T09:01:46.187-08:00</atom:published>
+        <atom:summary type="html">HTML summary of Entry  a90ff0dd-8058-4790-86ba-5a2e61d0c499</atom:summary>
+        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/up"/>
+        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/children"/>
+        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/tree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/foldertree"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/relationships"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/policies"/>
+        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/a90ff0dd-8058-4790-86ba-5a2e61d0c499/acl"/>
         <cmisra:object>
             <cmis:properties>
                 <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                    <cmis:value>ed7387fa-8e8f-4223-8b00-4145171c3f68</cmis:value>
+                    <cmis:value>a90ff0dd-8058-4790-86ba-5a2e61d0c499</cmis:value>
                 </cmis:propertyId>
                 <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                     <cmis:value>customerpolicy</cmis:value>
@@ -206,10 +206,10 @@
                     <cmis:value>CMIS Example Folder as Customer Policy type</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                    <cmis:value>2009-10-19T10:09:57.390-07:00</cmis:value>
+                    <cmis:value>2009-12-24T09:01:46.187-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                    <cmis:value>2009-10-19T10:09:57.390-07:00</cmis:value>
+                    <cmis:value>2009-12-24T09:01:46.187-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                     <cmis:value>cmis:folder</cmis:value>
@@ -221,7 +221,7 @@
                     <cmis:value>Al Brown</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyId localName="rep-cmis:parentId" propertyDefinitionId="cmis:parentId">
-                    <cmis:value>ed7387fa-8e8f-4223-8b00-4145171c3f68up</cmis:value>
+                    <cmis:value>a90ff0dd-8058-4790-86ba-5a2e61d0c499up</cmis:value>
                 </cmis:propertyId>
             </cmis:properties>
             <cmis:allowableActions>
@@ -243,7 +243,7 @@
             </cmis:allowableActions>
             <cmis:changeEventInfo>
                 <cmis:changeType>updated</cmis:changeType>
-                <cmis:changeTime>2009-10-19T10:09:57.390-07:00</cmis:changeTime>
+                <cmis:changeTime>2009-12-24T09:01:46.187-08:00</cmis:changeTime>
             </cmis:changeEventInfo>
         </cmisra:object>
         <cmisra:pathSegment>policy</cmisra:pathSegment>
@@ -254,29 +254,29 @@
             <atom:uri>http://www.ibm.com/</atom:uri>
             <atom:email>albertcbrown@us.ibm.com</atom:email>
         </atom:author>
-        <atom:content src="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9"/>
-        <atom:id>urn:uuid:4958f36d-7bd8-425d-8323-b2028f70faa9</atom:id>
+        <atom:content src="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8"/>
+        <atom:id>urn:uuid:58f952f5-5a82-45ff-841b-3d45b6c693e8</atom:id>
         <atom:title type="text">CMIS Example Document as Policy type</atom:title>
-        <atom:updated>2009-10-19T10:09:57.390-07:00</atom:updated>
-        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9"/>
-        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9"/>
-        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9/allowableactions"/>
-        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9/type"/>
+        <atom:updated>2009-12-24T09:01:46.187-08:00</atom:updated>
+        <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8"/>
+        <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8"/>
+        <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/allowableactions"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/type"/>
         <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-        <atom:published>2009-10-19T10:09:57.390-07:00</atom:published>
-        <atom:summary type="html">HTML summary of Entry  4958f36d-7bd8-425d-8323-b2028f70faa9</atom:summary>
-        <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9/edit-media"/>
-        <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9/alternate"/>
-        <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9/parents"/>
-        <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9/allversions"/>
-        <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9/latest"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9/relationships"/>
-        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9/policies"/>
-        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/4958f36d-7bd8-425d-8323-b2028f70faa9/acl"/>
+        <atom:published>2009-12-24T09:01:46.187-08:00</atom:published>
+        <atom:summary type="html">HTML summary of Entry  58f952f5-5a82-45ff-841b-3d45b6c693e8</atom:summary>
+        <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/edit-media"/>
+        <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/alternate"/>
+        <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/parents"/>
+        <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/allversions"/>
+        <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/latest"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/relationships"/>
+        <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/policies"/>
+        <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/58f952f5-5a82-45ff-841b-3d45b6c693e8/acl"/>
         <cmisra:object>
             <cmis:properties>
                 <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                    <cmis:value>4958f36d-7bd8-425d-8323-b2028f70faa9</cmis:value>
+                    <cmis:value>58f952f5-5a82-45ff-841b-3d45b6c693e8</cmis:value>
                 </cmis:propertyId>
                 <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                     <cmis:value>policy</cmis:value>
@@ -285,10 +285,10 @@
                     <cmis:value>CMIS Example Document as Policy type</cmis:value>
                 </cmis:propertyString>
                 <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                    <cmis:value>2009-10-19T10:09:57.390-07:00</cmis:value>
+                    <cmis:value>2009-12-24T09:01:46.187-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                    <cmis:value>2009-10-19T10:09:57.406-07:00</cmis:value>
+                    <cmis:value>2009-12-24T09:01:46.187-08:00</cmis:value>
                 </cmis:propertyDateTime>
                 <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                     <cmis:value>cmis:document</cmis:value>
@@ -359,7 +359,7 @@
             </cmis:allowableActions>
             <cmis:changeEventInfo>
                 <cmis:changeType>updated</cmis:changeType>
-                <cmis:changeTime>2009-10-19T10:09:57.406-07:00</cmis:changeTime>
+                <cmis:changeTime>2009-12-24T09:01:46.187-08:00</cmis:changeTime>
             </cmis:changeEventInfo>
         </cmisra:object>
         <cmisra:pathSegment>policy.pdf</cmisra:pathSegment>

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntry.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntry.xml?rev=896885&r1=896884&r2=896885&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntry.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntry.xml Thu Jan  7 14:06:08 2010
@@ -5,29 +5,29 @@
         <atom:uri>http://www.ibm.com/</atom:uri>
         <atom:email>albertcbrown@us.ibm.com</atom:email>
     </atom:author>
-    <atom:content src="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3"/>
-    <atom:id>urn:uuid:221bbfb3-dbe4-4a68-a3c3-23ee751091b3</atom:id>
+    <atom:content src="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93"/>
+    <atom:id>urn:uuid:0e53f62f-0bbe-490b-a62b-9598804d6c93</atom:id>
     <atom:title type="text">CMIS Example Document</atom:title>
-    <atom:updated>2009-10-19T10:09:55.140-07:00</atom:updated>
-    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3"/>
-    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3"/>
-    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3/allowableactions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3/type"/>
+    <atom:updated>2009-12-24T09:01:43.953-08:00</atom:updated>
+    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93"/>
+    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93"/>
+    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/allowableactions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/type"/>
     <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-    <atom:published>2009-10-19T10:09:55.156-07:00</atom:published>
-    <atom:summary type="html">HTML summary of Entry  221bbfb3-dbe4-4a68-a3c3-23ee751091b3</atom:summary>
-    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3/edit-media"/>
-    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3/alternate"/>
-    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3/parents"/>
-    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3/allversions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3/latest"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3/relationships"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3/policies"/>
-    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/221bbfb3-dbe4-4a68-a3c3-23ee751091b3/acl"/>
+    <atom:published>2009-12-24T09:01:43.968-08:00</atom:published>
+    <atom:summary type="html">HTML summary of Entry  0e53f62f-0bbe-490b-a62b-9598804d6c93</atom:summary>
+    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/edit-media"/>
+    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/alternate"/>
+    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/parents"/>
+    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/allversions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/latest"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/relationships"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/policies"/>
+    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/0e53f62f-0bbe-490b-a62b-9598804d6c93/acl"/>
     <cmisra:object>
         <cmis:properties>
             <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                <cmis:value>221bbfb3-dbe4-4a68-a3c3-23ee751091b3</cmis:value>
+                <cmis:value>0e53f62f-0bbe-490b-a62b-9598804d6c93</cmis:value>
             </cmis:propertyId>
             <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                 <cmis:value>invoice</cmis:value>
@@ -36,10 +36,10 @@
                 <cmis:value>CMIS Example Document</cmis:value>
             </cmis:propertyString>
             <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                <cmis:value>2009-10-19T10:09:55.156-07:00</cmis:value>
+                <cmis:value>2009-12-24T09:01:43.968-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                <cmis:value>2009-10-19T10:09:55.156-07:00</cmis:value>
+                <cmis:value>2009-12-24T09:01:43.968-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                 <cmis:value>cmis:document</cmis:value>

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryPWC.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryPWC.xml?rev=896885&r1=896884&r2=896885&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryPWC.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryPWC.xml Thu Jan  7 14:06:08 2010
@@ -5,30 +5,30 @@
         <atom:uri>http://www.ibm.com/</atom:uri>
         <atom:email>albertcbrown@us.ibm.com</atom:email>
     </atom:author>
-    <atom:content src="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa"/>
-    <atom:id>urn:uuid:d2eef40b-c429-4481-954e-5cc5f1ae63fa</atom:id>
+    <atom:content src="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7"/>
+    <atom:id>urn:uuid:a1c1565e-323b-423d-b2d2-9c2c960799b7</atom:id>
     <atom:title type="text">CMIS Example Document for PWC</atom:title>
-    <atom:updated>2009-10-19T10:09:55.359-07:00</atom:updated>
-    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa"/>
-    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa"/>
-    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/allowableactions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/type"/>
+    <atom:updated>2009-12-24T09:01:44.171-08:00</atom:updated>
+    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7"/>
+    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7"/>
+    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/allowableactions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/type"/>
     <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-    <atom:published>2009-10-19T10:09:55.359-07:00</atom:published>
-    <atom:summary type="html">HTML summary of Entry  d2eef40b-c429-4481-954e-5cc5f1ae63fa</atom:summary>
-    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/edit-media"/>
-    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/alternate"/>
-    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/parents"/>
-    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/allversions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/latest"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/relationships"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/policies"/>
-    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/acl"/>
-    <atom:link type="application/atom+xml;type=feed" rel="working-copy" href="http://cmisexample.oasis-open.org/rep1/d2eef40b-c429-4481-954e-5cc5f1ae63fa/pwc"/>
+    <atom:published>2009-12-24T09:01:44.171-08:00</atom:published>
+    <atom:summary type="html">HTML summary of Entry  a1c1565e-323b-423d-b2d2-9c2c960799b7</atom:summary>
+    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/edit-media"/>
+    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/alternate"/>
+    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/parents"/>
+    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/allversions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/latest"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/relationships"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/policies"/>
+    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/acl"/>
+    <atom:link type="application/atom+xml;type=feed" rel="working-copy" href="http://cmisexample.oasis-open.org/rep1/a1c1565e-323b-423d-b2d2-9c2c960799b7/pwc"/>
     <cmisra:object>
         <cmis:properties>
             <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                <cmis:value>d2eef40b-c429-4481-954e-5cc5f1ae63fa</cmis:value>
+                <cmis:value>a1c1565e-323b-423d-b2d2-9c2c960799b7</cmis:value>
             </cmis:propertyId>
             <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                 <cmis:value>invoice</cmis:value>
@@ -37,10 +37,10 @@
                 <cmis:value>CMIS Example Document for PWC</cmis:value>
             </cmis:propertyString>
             <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                <cmis:value>2009-10-19T10:09:55.359-07:00</cmis:value>
+                <cmis:value>2009-12-24T09:01:44.171-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                <cmis:value>2009-10-19T10:09:55.359-07:00</cmis:value>
+                <cmis:value>2009-12-24T09:01:44.187-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                 <cmis:value>cmis:document</cmis:value>
@@ -88,7 +88,7 @@
                 <cmis:value>cmis</cmis:value>
             </cmis:propertyString>
             <cmis:propertyId localName="rep-cmis:versionSeriesCheckedOutId" propertyDefinitionId="cmis:versionSeriesCheckedOutId">
-                <cmis:value>d2eef40b-c429-4481-954e-5cc5f1ae63fa</cmis:value>
+                <cmis:value>a1c1565e-323b-423d-b2d2-9c2c960799b7</cmis:value>
             </cmis:propertyId>
             <cmis:propertyString localName="rep-cmis:versionSeriesCheckedOutBy" propertyDefinitionId="cmis:versionSeriesCheckedOutBy">
                 <cmis:value>Al Brown</cmis:value>

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryWithChanges.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryWithChanges.xml?rev=896885&r1=896884&r2=896885&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryWithChanges.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/DocumentEntryWithChanges.xml Thu Jan  7 14:06:08 2010
@@ -5,29 +5,29 @@
         <atom:uri>http://www.ibm.com/</atom:uri>
         <atom:email>albertcbrown@us.ibm.com</atom:email>
     </atom:author>
-    <atom:content src="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9"/>
-    <atom:id>urn:uuid:d0856820-b621-497e-875e-8e35919dbbc9</atom:id>
+    <atom:content src="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170"/>
+    <atom:id>urn:uuid:17bf70cb-6110-4068-a8cc-e528901c6170</atom:id>
     <atom:title type="text">CMIS Example Document - Loan</atom:title>
-    <atom:updated>2009-10-19T10:09:57.546-07:00</atom:updated>
-    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9"/>
-    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9"/>
-    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9/allowableactions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9/type"/>
+    <atom:updated>2009-12-24T09:01:46.328-08:00</atom:updated>
+    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170"/>
+    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170"/>
+    <atom:link type="application/cmis+xml;type=allowableActions" rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/allowableactions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/type"/>
     <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
-    <atom:published>2009-10-19T10:09:57.546-07:00</atom:published>
-    <atom:summary type="html">HTML summary of Entry  d0856820-b621-497e-875e-8e35919dbbc9</atom:summary>
-    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9/edit-media"/>
-    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9/alternate"/>
-    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9/parents"/>
-    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9/allversions"/>
-    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9/latest"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9/relationships"/>
-    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9/policies"/>
-    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/d0856820-b621-497e-875e-8e35919dbbc9/acl"/>
+    <atom:published>2009-12-24T09:01:46.328-08:00</atom:published>
+    <atom:summary type="html">HTML summary of Entry  17bf70cb-6110-4068-a8cc-e528901c6170</atom:summary>
+    <atom:link rel="edit-media" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/edit-media"/>
+    <atom:link rel="alternate" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/alternate"/>
+    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/parents"/>
+    <atom:link type="application/atom+xml;type=feed" rel="version-history" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/allversions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="current-version" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/latest"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/relationships"/>
+    <atom:link type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/policies"/>
+    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/17bf70cb-6110-4068-a8cc-e528901c6170/acl"/>
     <cmisra:object>
         <cmis:properties>
             <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
-                <cmis:value>d0856820-b621-497e-875e-8e35919dbbc9</cmis:value>
+                <cmis:value>17bf70cb-6110-4068-a8cc-e528901c6170</cmis:value>
             </cmis:propertyId>
             <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
                 <cmis:value>loan</cmis:value>
@@ -36,10 +36,10 @@
                 <cmis:value>CMIS Example Document - Loan</cmis:value>
             </cmis:propertyString>
             <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
-                <cmis:value>2009-10-19T10:09:57.546-07:00</cmis:value>
+                <cmis:value>2009-12-24T09:01:46.328-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
-                <cmis:value>2009-10-19T10:09:57.546-07:00</cmis:value>
+                <cmis:value>2009-12-24T09:01:46.328-08:00</cmis:value>
             </cmis:propertyDateTime>
             <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
                 <cmis:value>cmis:document</cmis:value>
@@ -110,7 +110,7 @@
         </cmis:allowableActions>
         <cmis:changeEventInfo>
             <cmis:changeType>updated</cmis:changeType>
-            <cmis:changeTime>2009-10-19T10:09:57.546-07:00</cmis:changeTime>
+            <cmis:changeTime>2009-12-24T09:01:46.328-08:00</cmis:changeTime>
         </cmis:changeEventInfo>
     </cmisra:object>
 </atom:entry>