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 2009/10/09 19:25:21 UTC

svn commit: r823626 [6/8] - in /incubator/chemistry/trunk/chemistry: chemistry-tck-atompub/ chemistry-tck-atompub/src/main/java/org/apache/chemistry/abdera/ext/ chemistry-tck-atompub/src/main/java/org/apache/chemistry/tck/atompub/client/ chemistry-tck-...

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/PolicyEntry.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/PolicyEntry.xml?rev=823626&r1=823625&r2=823626&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/PolicyEntry.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/PolicyEntry.xml Fri Oct  9 17:25:19 2009
@@ -1,62 +1,63 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<atom:entry xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200901" xmlns:cmism="http://docs.oasis-open.org/ns/cmis/messaging/200901" xmlns:atom="http://www.w3.org/2005/Atom"
-  xmlns:app="http://www.w3.org/2007/app" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200901">
-  <atom:author>
-    <atom:name>Al Brown</atom:name>
-    <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/7910ee91-6201-4868-bcd9-1c72edf6161f" />
-  <atom:id>urn:uuid:7910ee91-6201-4868-bcd9-1c72edf6161f</atom:id>
-  <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/7910ee91-6201-4868-bcd9-1c72edf6161f" />
-  <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/7910ee91-6201-4868-bcd9-1c72edf6161f" />
-  <atom:link type="application/cmis+xml;type=allowableActions" rel="allowableactions" href="http://cmisexample.oasis-open.org/rep1/7910ee91-6201-4868-bcd9-1c72edf6161f/allowableactions" />
-  <atom:link type="application/atom+xml;type=entry" rel="type" href="http://cmisexample.oasis-open.org/rep1/7910ee91-6201-4868-bcd9-1c72edf6161f/type" />
-  <atom:published>2009-07-17T09:13:32.953-07:00</atom:published>
-  <atom:summary type="html">HTML summary of Entry 7910ee91-6201-4868-bcd9-1c72edf6161f</atom:summary>
-  <atom:title type="text">CMIS Example Policy</atom:title>
-  <atom:updated>2009-07-17T09:13:32.968-07:00</atom:updated>
-  <atom:link type="application/atom+xml;type=feed" rel="parents" href="http://cmisexample.oasis-open.org/rep1/7910ee91-6201-4868-bcd9-1c72edf6161f/parents" />
-  <atom:link type="application/atom+xml;type=feed" rel="relationships" href="http://cmisexample.oasis-open.org/rep1/7910ee91-6201-4868-bcd9-1c72edf6161f/relationships" />
-  <cmisra:object>
-    <cmis:properties>
-      <cmis:propertyBoolean localname="rep-cmis:IsImmutable" pdid="cmis:IsImmutable">
-        <cmis:value>false</cmis:value>
-      </cmis:propertyBoolean>
-      <cmis:propertyDateTime localname="rep-cmis:CreationDate" pdid="cmis:CreationDate">
-        <cmis:value>2009-07-17T09:13:32.968-07:00</cmis:value>
-      </cmis:propertyDateTime>
-      <cmis:propertyDateTime localname="rep-cmis:LastModificationDate" pdid="cmis:LastModificationDate">
-        <cmis:value>2009-07-17T09:13:32.968-07:00</cmis:value>
-      </cmis:propertyDateTime>
-      <cmis:propertyId localname="rep-cmis:ObjectId" pdid="cmis:ObjectId">
-        <cmis:value>7910ee91-6201-4868-bcd9-1c72edf6161f</cmis:value>
-      </cmis:propertyId>
-      <cmis:propertyId localname="rep-cmis:ObjectTypeId" pdid="cmis:ObjectTypeId">
-        <cmis:value>policy</cmis:value>
-      </cmis:propertyId>
-      <cmis:propertyId localname="rep-cmis:BaseTypeId" pdid="cmis:BaseTypeId">
-        <cmis:value>cmis:policy</cmis:value>
-      </cmis:propertyId>
-      <cmis:propertyString localname="rep-cmis:LastModifiedBy" pdid="cmis:LastModifiedBy">
-        <cmis:value>Al Brown</cmis:value>
-      </cmis:propertyString>
-      <cmis:propertyString localname="rep-cmis:CreatedBy" pdid="cmis:CreatedBy">
-        <cmis:value>Al Brown</cmis:value>
-      </cmis:propertyString>
-    </cmis:properties>
-    <cmis:allowableActions>
-      <cmis:canDeleteObject>true</cmis:canDeleteObject>
-      <cmis:canUpdateProperties>true</cmis:canUpdateProperties>
-      <cmis:canGetProperties>true</cmis:canGetProperties>
-      <cmis:canGetRelationships>true</cmis:canGetRelationships>
-      <cmis:canMoveObject>true</cmis:canMoveObject>
-      <cmis:canAddObjectToFolder>true</cmis:canAddObjectToFolder>
-      <cmis:canRemoveObjectFromFolder>true</cmis:canRemoveObjectFromFolder>
-      <cmis:canApplyPolicy>true</cmis:canApplyPolicy>
-      <cmis:canGetAppliedPolicies>true</cmis:canGetAppliedPolicies>
-      <cmis:canRemovePolicy>true</cmis:canRemovePolicy>
-      <cmis:canCreatePolicy>true</cmis:canCreatePolicy>
-    </cmis:allowableActions>
-  </cmisra:object>
+<atom:entry xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/" xmlns:cmism="http://docs.oasis-open.org/ns/cmis/messaging/200908/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/">
+    <atom:author>
+        <atom:name>Al Brown</atom:name>
+        <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/ccd52e9a-3a93-484c-806d-d9ff8451f693"/>
+    <atom:id>urn:uuid:ccd52e9a-3a93-484c-806d-d9ff8451f693</atom:id>
+    <atom:title type="text">CMIS Example Policy</atom:title>
+    <atom:updated>2009-09-25T12:33:18.671-07:00</atom:updated>
+    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/ccd52e9a-3a93-484c-806d-d9ff8451f693"/>
+    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/ccd52e9a-3a93-484c-806d-d9ff8451f693"/>
+    <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/ccd52e9a-3a93-484c-806d-d9ff8451f693/allowableactions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/ccd52e9a-3a93-484c-806d-d9ff8451f693/type"/>
+    <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
+    <atom:published>2009-09-25T12:33:18.671-07:00</atom:published>
+    <atom:summary type="html">HTML summary of Entry  ccd52e9a-3a93-484c-806d-d9ff8451f693</atom:summary>
+    <atom:link type="application/atom+xml;type=feed" rel="up" href="http://cmisexample.oasis-open.org/rep1/ccd52e9a-3a93-484c-806d-d9ff8451f693/parents"/>
+    <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/ccd52e9a-3a93-484c-806d-d9ff8451f693/relationships"/>
+    <atom:link type="application/cmisacl+xml" rel="http://docs.oasis-open.org/ns/cmis/link/200908/acl" href="http://cmisexample.oasis-open.org/rep1/ccd52e9a-3a93-484c-806d-d9ff8451f693/acl"/>
+    <cmisra:object>
+        <cmis:properties>
+            <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
+                <cmis:value>ccd52e9a-3a93-484c-806d-d9ff8451f693</cmis:value>
+            </cmis:propertyId>
+            <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
+                <cmis:value>policy</cmis:value>
+            </cmis:propertyId>
+            <cmis:propertyString localName="rep-cmis:name" propertyDefinitionId="cmis:name">
+                <cmis:value>CMIS Example Policy</cmis:value>
+            </cmis:propertyString>
+            <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
+                <cmis:value>2009-09-25T12:33:18.671-07:00</cmis:value>
+            </cmis:propertyDateTime>
+            <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
+                <cmis:value>2009-09-25T12:33:18.671-07:00</cmis:value>
+            </cmis:propertyDateTime>
+            <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
+                <cmis:value>cmis:policy</cmis:value>
+            </cmis:propertyId>
+            <cmis:propertyString localName="rep-cmis:lastModifiedBy" propertyDefinitionId="cmis:lastModifiedBy">
+                <cmis:value>Al Brown</cmis:value>
+            </cmis:propertyString>
+            <cmis:propertyString localName="rep-cmis:createdBy" propertyDefinitionId="cmis:createdBy">
+                <cmis:value>Al Brown</cmis:value>
+            </cmis:propertyString>
+        </cmis:properties>
+        <cmis:allowableActions>
+            <cmis:canDeleteObject>true</cmis:canDeleteObject>
+            <cmis:canUpdateProperties>true</cmis:canUpdateProperties>
+            <cmis:canGetProperties>true</cmis:canGetProperties>
+            <cmis:canGetObjectRelationships>true</cmis:canGetObjectRelationships>
+            <cmis:canMoveObject>true</cmis:canMoveObject>
+            <cmis:canAddObjectToFolder>true</cmis:canAddObjectToFolder>
+            <cmis:canRemoveObjectFromFolder>true</cmis:canRemoveObjectFromFolder>
+            <cmis:canApplyPolicy>true</cmis:canApplyPolicy>
+            <cmis:canGetAppliedPolicies>true</cmis:canGetAppliedPolicies>
+            <cmis:canRemovePolicy>true</cmis:canRemovePolicy>
+            <cmis:canCreatePolicy>true</cmis:canCreatePolicy>
+        </cmis:allowableActions>
+    </cmisra:object>
 </atom:entry>

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/Query.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/Query.xml?rev=823626&r1=823625&r2=823626&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/Query.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/Query.xml Fri Oct  9 17:25:19 2009
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<cmis:query xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200901" xmlns:cmism="http://docs.oasis-open.org/ns/cmis/messaging/200901" xmlns:atom="http://www.w3.org/2005/Atom"
-  xmlns:app="http://www.w3.org/2007/app" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200901">
-  <cmis:statement>SELECT * FROM Document</cmis:statement>
-  <cmis:searchAllVersions>true</cmis:searchAllVersions>
-  <cmis:maxItems>50</cmis:maxItems>
-  <cmis:skipCount>0</cmis:skipCount>
-  <x:invalidschema xmlns:x="http://invalid"></x:invalidschema>
+<cmis:query xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/" xmlns:cmism="http://docs.oasis-open.org/ns/cmis/messaging/200908/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/">
+    <cmis:statement>SELECT * FROM Document</cmis:statement>
+    <cmis:searchAllVersions>true</cmis:searchAllVersions>
+    <cmis:includeAllowableActions>false</cmis:includeAllowableActions>
+    <cmis:includeRelationships>none</cmis:includeRelationships>
+    <cmis:renditionFilter>*</cmis:renditionFilter>
+    <cmis:maxItems>50</cmis:maxItems>
+    <cmis:skipCount>0</cmis:skipCount>
 </cmis:query>

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/RelationshipEntry.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/RelationshipEntry.xml?rev=823626&r1=823625&r2=823626&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/RelationshipEntry.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/RelationshipEntry.xml Fri Oct  9 17:25:19 2009
@@ -1,62 +1,70 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<atom:entry xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200901" xmlns:cmism="http://docs.oasis-open.org/ns/cmis/messaging/200901" xmlns:atom="http://www.w3.org/2005/Atom"
-  xmlns:app="http://www.w3.org/2007/app" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200901">
-  <atom:author>
-    <atom:name>Al Brown</atom:name>
-    <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/bfe1e986-a166-4abf-b2a2-e164ca954738" />
-  <atom:id>urn:uuid:bfe1e986-a166-4abf-b2a2-e164ca954738</atom:id>
-  <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/bfe1e986-a166-4abf-b2a2-e164ca954738" />
-  <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/bfe1e986-a166-4abf-b2a2-e164ca954738" />
-  <atom:link type="application/cmis+xml;type=allowableActions" rel="allowableactions" href="http://cmisexample.oasis-open.org/rep1/bfe1e986-a166-4abf-b2a2-e164ca954738/allowableactions" />
-  <atom:link type="application/atom+xml;type=entry" rel="type" href="http://cmisexample.oasis-open.org/rep1/bfe1e986-a166-4abf-b2a2-e164ca954738/type" />
-  <atom:published>2009-07-17T09:13:32.984-07:00</atom:published>
-  <atom:summary type="html">HTML summary of Entry bfe1e986-a166-4abf-b2a2-e164ca954738</atom:summary>
-  <atom:title type="text">CMIS Example Relationship as Compound Document type</atom:title>
-  <atom:updated>2009-07-17T09:13:32.984-07:00</atom:updated>
-  <atom:link type="application/atom+xml;type=entry" rel="source" href="http://cmisexample.oasis-open.org/rep1/bfe1e986-a166-4abf-b2a2-e164ca954738/source" />
-  <atom:link type="application/atom+xml;type=entry" rel="target" href="http://cmisexample.oasis-open.org/rep1/bfe1e986-a166-4abf-b2a2-e164ca954738/target" />
-  <cmisra:object>
-    <cmis:properties>
-      <cmis:propertyBoolean localname="rep-cmis:IsImmutable" pdid="cmis:IsImmutable">
-        <cmis:value>false</cmis:value>
-      </cmis:propertyBoolean>
-      <cmis:propertyDateTime localname="rep-cmis:CreationDate" pdid="cmis:CreationDate">
-        <cmis:value>2009-07-17T09:13:32.984-07:00</cmis:value>
-      </cmis:propertyDateTime>
-      <cmis:propertyDateTime localname="rep-cmis:LastModificationDate" pdid="cmis:LastModificationDate">
-        <cmis:value>2009-07-17T09:13:32.984-07:00</cmis:value>
-      </cmis:propertyDateTime>
-      <cmis:propertyId localname="rep-cmis:ObjectId" pdid="cmis:ObjectId">
-        <cmis:value>bfe1e986-a166-4abf-b2a2-e164ca954738</cmis:value>
-      </cmis:propertyId>
-      <cmis:propertyId localname="rep-cmis:ObjectTypeId" pdid="cmis:ObjectTypeId">
-        <cmis:value>compounddocument</cmis:value>
-      </cmis:propertyId>
-      <cmis:propertyId localname="rep-cmis:BaseTypeId" pdid="cmis:BaseTypeId">
-        <cmis:value>cmis:relationship</cmis:value>
-      </cmis:propertyId>
-      <cmis:propertyString localname="rep-cmis:LastModifiedBy" pdid="cmis:LastModifiedBy">
-        <cmis:value>Al Brown</cmis:value>
-      </cmis:propertyString>
-      <cmis:propertyString localname="rep-cmis:CreatedBy" pdid="cmis:CreatedBy">
-        <cmis:value>Al Brown</cmis:value>
-      </cmis:propertyString>
-    </cmis:properties>
-    <cmis:allowableActions>
-      <cmis:canDeleteObject>true</cmis:canDeleteObject>
-      <cmis:canUpdateProperties>true</cmis:canUpdateProperties>
-      <cmis:canGetProperties>true</cmis:canGetProperties>
-      <cmis:canGetRelationships>true</cmis:canGetRelationships>
-      <cmis:canMoveObject>true</cmis:canMoveObject>
-      <cmis:canAddObjectToFolder>true</cmis:canAddObjectToFolder>
-      <cmis:canRemoveObjectFromFolder>true</cmis:canRemoveObjectFromFolder>
-      <cmis:canApplyPolicy>true</cmis:canApplyPolicy>
-      <cmis:canGetAppliedPolicies>true</cmis:canGetAppliedPolicies>
-      <cmis:canRemovePolicy>true</cmis:canRemovePolicy>
-      <cmis:canCreateRelationship>true</cmis:canCreateRelationship>
-    </cmis:allowableActions>
-  </cmisra:object>
+<atom:entry xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/" xmlns:cmism="http://docs.oasis-open.org/ns/cmis/messaging/200908/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/">
+    <atom:author>
+        <atom:name>Al Brown</atom:name>
+        <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/f1f9d566-55a8-4b9e-ac41-c652f97700ae"/>
+    <atom:id>urn:uuid:f1f9d566-55a8-4b9e-ac41-c652f97700ae</atom:id>
+    <atom:title type="text">CMIS Example Relationship as Compound Document type</atom:title>
+    <atom:updated>2009-09-25T12:33:18.781-07:00</atom:updated>
+    <atom:link rel="self" href="http://cmisexample.oasis-open.org/rep1/f1f9d566-55a8-4b9e-ac41-c652f97700ae"/>
+    <atom:link rel="edit" href="http://cmisexample.oasis-open.org/rep1/f1f9d566-55a8-4b9e-ac41-c652f97700ae"/>
+    <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/f1f9d566-55a8-4b9e-ac41-c652f97700ae/allowableactions"/>
+    <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/f1f9d566-55a8-4b9e-ac41-c652f97700ae/type"/>
+    <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
+    <atom:published>2009-09-25T12:33:18.781-07:00</atom:published>
+    <atom:summary type="html">HTML summary of Entry  f1f9d566-55a8-4b9e-ac41-c652f97700ae</atom:summary>
+    <atom:link type="application/atom+xml;type=entry" rel="http://docs.oasis-open.org/ns/cmis/link/200908/source" href="http://cmisexample.oasis-open.org/rep1/f1f9d566-55a8-4b9e-ac41-c652f97700ae/source"/>
+    <atom:link type="application/atom+xml;type=entry" rel="http://docs.oasis-open.org/ns/cmis/link/200908/target" href="http://cmisexample.oasis-open.org/rep1/f1f9d566-55a8-4b9e-ac41-c652f97700ae/target"/>
+    <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/f1f9d566-55a8-4b9e-ac41-c652f97700ae/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/f1f9d566-55a8-4b9e-ac41-c652f97700ae/acl"/>
+    <cmisra:object>
+        <cmis:properties>
+            <cmis:propertyId localName="rep-cmis:objectId" propertyDefinitionId="cmis:objectId">
+                <cmis:value>f1f9d566-55a8-4b9e-ac41-c652f97700ae</cmis:value>
+            </cmis:propertyId>
+            <cmis:propertyId localName="rep-cmis:objectTypeId" propertyDefinitionId="cmis:objectTypeId">
+                <cmis:value>compounddocument</cmis:value>
+            </cmis:propertyId>
+            <cmis:propertyString localName="rep-cmis:name" propertyDefinitionId="cmis:name">
+                <cmis:value>CMIS Example Relationship as Compound Document type</cmis:value>
+            </cmis:propertyString>
+            <cmis:propertyDateTime localName="rep-cmis:creationDate" propertyDefinitionId="cmis:creationDate">
+                <cmis:value>2009-09-25T12:33:18.781-07:00</cmis:value>
+            </cmis:propertyDateTime>
+            <cmis:propertyDateTime localName="rep-cmis:lastModificationDate" propertyDefinitionId="cmis:lastModificationDate">
+                <cmis:value>2009-09-25T12:33:18.781-07:00</cmis:value>
+            </cmis:propertyDateTime>
+            <cmis:propertyId localName="rep-cmis:baseTypeId" propertyDefinitionId="cmis:baseTypeId">
+                <cmis:value>cmis:relationship</cmis:value>
+            </cmis:propertyId>
+            <cmis:propertyString localName="rep-cmis:lastModifiedBy" propertyDefinitionId="cmis:lastModifiedBy">
+                <cmis:value>Al Brown</cmis:value>
+            </cmis:propertyString>
+            <cmis:propertyString localName="rep-cmis:createdBy" propertyDefinitionId="cmis:createdBy">
+                <cmis:value>Al Brown</cmis:value>
+            </cmis:propertyString>
+            <cmis:propertyId localName="rep-cmis:sourceId" propertyDefinitionId="cmis:sourceId">
+                <cmis:value>3ca9fa87-8c9c-4fc0-bd7d-1374c55caaa6</cmis:value>
+            </cmis:propertyId>
+            <cmis:propertyId localName="rep-cmis:targetId" propertyDefinitionId="cmis:targetId">
+                <cmis:value>f05b5fe3-428e-44b9-a972-9e69950797dc</cmis:value>
+            </cmis:propertyId>
+        </cmis:properties>
+        <cmis:allowableActions>
+            <cmis:canDeleteObject>true</cmis:canDeleteObject>
+            <cmis:canUpdateProperties>true</cmis:canUpdateProperties>
+            <cmis:canGetProperties>true</cmis:canGetProperties>
+            <cmis:canGetObjectRelationships>true</cmis:canGetObjectRelationships>
+            <cmis:canMoveObject>true</cmis:canMoveObject>
+            <cmis:canAddObjectToFolder>true</cmis:canAddObjectToFolder>
+            <cmis:canRemoveObjectFromFolder>true</cmis:canRemoveObjectFromFolder>
+            <cmis:canApplyPolicy>true</cmis:canApplyPolicy>
+            <cmis:canGetAppliedPolicies>true</cmis:canGetAppliedPolicies>
+            <cmis:canRemovePolicy>true</cmis:canRemovePolicy>
+            <cmis:canCreateRelationship>true</cmis:canCreateRelationship>
+        </cmis:allowableActions>
+    </cmisra:object>
 </atom:entry>

Modified: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/Service.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/Service.xml?rev=823626&r1=823625&r2=823626&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/Service.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/Service.xml Fri Oct  9 17:25:19 2009
@@ -1,76 +1,80 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<app:service xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200901" xmlns:cmism="http://docs.oasis-open.org/ns/cmis/messaging/200901" xmlns:atom="http://www.w3.org/2005/Atom"
-  xmlns:app="http://www.w3.org/2007/app" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200901">
-  <app:workspace>
-    <atom:title type="text">CMIS Repository</atom:title>
-    <app:collection href="http://cmisexample.oasis-open.org/rep1//checkedout" cmisra:CollectionType="checkedout">
-      <atom:title type="text">Checkedout collection</atom:title>
-      <app:accept>application/atom+xml;type=entry</app:accept>
-    </app:collection>
-    <app:collection href="http://cmisexample.oasis-open.org/rep1//query" cmisra:CollectionType="query">
-      <atom:title type="text">Query collection</atom:title>
-      <app:accept>application/cmisquery+xml</app:accept>
-    </app:collection>
-    <app:collection href="http://cmisexample.oasis-open.org/rep1//rootc" cmisra:CollectionType="root">
-      <atom:title type="text">Root children collection</atom:title>
-    </app:collection>
-    <app:collection href="http://cmisexample.oasis-open.org/rep1//typec" cmisra:CollectionType="types">
-      <atom:title type="text">Types children collection</atom:title>
-    </app:collection>
-    <app:collection href="http://cmisexample.oasis-open.org/rep1//unfiled" cmisra:CollectionType="unfiled">
-      <atom:title type="text">Unfiled collection</atom:title>
-      <app:accept>application/atom+xml;type=entry</app:accept>
-    </app:collection>
-    <app:collection href="http://cmisexample.oasis-open.org/rep1//changes" cmisra:CollectionType="changes">
-      <atom:title type="text">changes collection</atom:title>
-    </app:collection>
-    <atom:link title="Types Descendants feed" type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200901/typesdescendants" href="http://cmisexample.oasis-open.org/rep1//typesdescendants" />
-    <atom:link title="Folder Tree feed for root folder" type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200901/foldertree" href="http://cmisexample.oasis-open.org/rep1//foldertree" />
-    <cmisra:repositoryInfo>
-      <cmis:repositoryId>repid1</cmis:repositoryId>
-      <cmis:repositoryName>Repository1</cmis:repositoryName>
-      <cmis:repositoryRelationship>self</cmis:repositoryRelationship>
-      <cmis:repositoryDescription>CMIS Repository Description</cmis:repositoryDescription>
-      <cmis:vendorName>CMIS Vendor 1</cmis:vendorName>
-      <cmis:productName>CMIS Prototype for VendorX</cmis:productName>
-      <cmis:productVersion>0.62</cmis:productVersion>
-      <cmis:rootFolderId>rootfolder</cmis:rootFolderId>
-      <cmis:latestChangeToken>token-Fri Jul 17 09:13:33 PDT 2009</cmis:latestChangeToken>
-      <cmis:capabilities>
-        <cmis:capabilityACL>manage</cmis:capabilityACL>
-        <cmis:capabilityAllVersionsSearchable>true</cmis:capabilityAllVersionsSearchable>
-        <cmis:capabilityChanges>all</cmis:capabilityChanges>
-        <cmis:capabilityChangesOnType>cmis:document</cmis:capabilityChangesOnType>
-        <cmis:capabilityChangesOnType>cmis:folder</cmis:capabilityChangesOnType>
-        <cmis:capabilityContentStreamUpdatability>anytime</cmis:capabilityContentStreamUpdatability>
-        <cmis:capabilityGetDescendants>true</cmis:capabilityGetDescendants>
-        <cmis:capabilityMultifiling>true</cmis:capabilityMultifiling>
-        <cmis:capabilityPWCSearchable>true</cmis:capabilityPWCSearchable>
-        <cmis:capabilityPWCUpdateable>true</cmis:capabilityPWCUpdateable>
-        <cmis:capabilityQuery>bothcombined</cmis:capabilityQuery>
-        <cmis:capabilityRenditions>read</cmis:capabilityRenditions>
-        <cmis:capabilityUnfiling>true</cmis:capabilityUnfiling>
-        <cmis:capabilityVersionSpecificFiling>true</cmis:capabilityVersionSpecificFiling>
-        <cmis:capabilityJoin>innerandouter</cmis:capabilityJoin>
-      </cmis:capabilities>
-      <cmis:cmisVersionSupported>0.62</cmis:cmisVersionSupported>
-      <cmis:changesIncomplete>true</cmis:changesIncomplete>
-    </cmisra:repositoryInfo>
-    <cmisra:uritemplate>
-      <cmisra:template>http://cmisexample.oasis-open.org/rep1/entrybyid/{id}</cmisra:template>
-      <cmisra:type>entrybyid</cmisra:type>
-      <cmisra:mediatype>application/atom+xml;type=entry</cmisra:mediatype>
-    </cmisra:uritemplate>
-    <cmisra:uritemplate>
-      <cmisra:template>http://cmisexample.oasis-open.org/rep1/folderbypath/{path}</cmisra:template>
-      <cmisra:type>folderbypath</cmisra:type>
-      <cmisra:mediatype>application/atom+xml;type=entry</cmisra:mediatype>
-    </cmisra:uritemplate>
-    <cmisra:uritemplate>
-      <cmisra:template>http://cmisexample.oasis-open.org/rep1/query?q={path}&amp;searchAllVersions={searchAllVersions}&amp;maxItems={maxItems}&amp;skipCount={skipCount}
-      </cmisra:template>
-      <cmisra:type>query</cmisra:type>
-      <cmisra:mediatype>application/atom+xml;type=entry</cmisra:mediatype>
-    </cmisra:uritemplate>
-  </app:workspace>
+<app:service xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/" xmlns:cmism="http://docs.oasis-open.org/ns/cmis/messaging/200908/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/">
+    <app:workspace>
+        <atom:title type="text">CMIS Repository</atom:title>
+        <app:collection href="http://cmisexample.oasis-open.org/rep1//checkedout">
+            <atom:title type="text">Checkedout collection</atom:title>
+            <app:accept>application/atom+xml;type=entry</app:accept>
+            <cmisra:collectionType>checkedout</cmisra:collectionType>
+        </app:collection>
+        <app:collection href="http://cmisexample.oasis-open.org/rep1//query">
+            <atom:title type="text">Query collection</atom:title>
+            <app:accept>application/cmisquery+xml</app:accept>
+            <cmisra:collectionType>query</cmisra:collectionType>
+        </app:collection>
+        <app:collection href="http://cmisexample.oasis-open.org/rep1//rootc">
+            <atom:title type="text">Root children collection</atom:title>
+            <cmisra:collectionType>root</cmisra:collectionType>
+        </app:collection>
+        <app:collection href="http://cmisexample.oasis-open.org/rep1//typec">
+            <atom:title type="text">Types children collection</atom:title>
+            <cmisra:collectionType>types</cmisra:collectionType>
+        </app:collection>
+        <app:collection href="http://cmisexample.oasis-open.org/rep1//unfiled">
+            <atom:title type="text">Unfiled collection</atom:title>
+            <app:accept>application/atom+xml;type=entry</app:accept>
+            <cmisra:collectionType>unfiled</cmisra:collectionType>
+        </app:collection>
+        <app:collection href="http://cmisexample.oasis-open.org/rep1//changes">
+            <atom:title type="text">changes collection</atom:title>
+            <cmisra:collectionType>changes</cmisra:collectionType>
+        </app:collection>
+        <atom:link title="Types Descendants feed" type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/typedescendants" href="http://cmisexample.oasis-open.org/rep1//typesdescendants"/>
+        <atom:link title="Folder Tree feed for root folder" type="application/atom+xml;type=feed" rel="http://docs.oasis-open.org/ns/cmis/link/200908/foldertree" href="http://cmisexample.oasis-open.org/rep1//foldertree"/>
+        <cmisra:repositoryInfo>
+            <cmis:repositoryId>repid1</cmis:repositoryId>
+            <cmis:repositoryName>Repository1</cmis:repositoryName>
+            <cmis:repositoryDescription>CMIS Repository Description</cmis:repositoryDescription>
+            <cmis:vendorName>CMIS Vendor 1</cmis:vendorName>
+            <cmis:productName>CMIS Prototype for VendorX</cmis:productName>
+            <cmis:productVersion>0.62</cmis:productVersion>
+            <cmis:rootFolderId>rootfolder</cmis:rootFolderId>
+            <cmis:latestChangeLogToken>token-Fri Sep 25 12:33:19 PDT 2009</cmis:latestChangeLogToken>
+            <cmis:capabilities>
+                <cmis:capabilityACL>manage</cmis:capabilityACL>
+                <cmis:capabilityAllVersionsSearchable>true</cmis:capabilityAllVersionsSearchable>
+                <cmis:capabilityChanges>all</cmis:capabilityChanges>
+                <cmis:capabilityContentStreamUpdatability>anytime</cmis:capabilityContentStreamUpdatability>
+                <cmis:capabilityGetDescendants>true</cmis:capabilityGetDescendants>
+                <cmis:capabilityGetFolderTree>false</cmis:capabilityGetFolderTree>
+                <cmis:capabilityMultifiling>true</cmis:capabilityMultifiling>
+                <cmis:capabilityPWCSearchable>true</cmis:capabilityPWCSearchable>
+                <cmis:capabilityPWCUpdatable>true</cmis:capabilityPWCUpdatable>
+                <cmis:capabilityQuery>bothcombined</cmis:capabilityQuery>
+                <cmis:capabilityRenditions>read</cmis:capabilityRenditions>
+                <cmis:capabilityUnfiling>true</cmis:capabilityUnfiling>
+                <cmis:capabilityVersionSpecificFiling>true</cmis:capabilityVersionSpecificFiling>
+                <cmis:capabilityJoin>innerandouter</cmis:capabilityJoin>
+            </cmis:capabilities>
+            <cmis:cmisVersionSupported>0.62</cmis:cmisVersionSupported>
+            <cmis:changesIncomplete>true</cmis:changesIncomplete>
+            <cmis:changesOnType>cmis:document</cmis:changesOnType>
+            <cmis:changesOnType>cmis:folder</cmis:changesOnType>
+        </cmisra:repositoryInfo>
+        <cmisra:uritemplate>
+            <cmisra:template>http://cmisexample.oasis-open.org/rep1/objectbyid/{id}?filter={filter}&amp;includeAllowableActions={includeAllowableActions}&amp;includePolicyIds={includePolicyIds}&amp;includeRelationships={includeRelationships}&amp;includeACL={includeACL}</cmisra:template>
+            <cmisra:type>objectbyid</cmisra:type>
+            <cmisra:mediatype>application/atom+xml;type=entry</cmisra:mediatype>
+        </cmisra:uritemplate>
+        <cmisra:uritemplate>
+            <cmisra:template>http://cmisexample.oasis-open.org/rep1/objectbypath?p={path}&amp;filter={filter}&amp;includeAllowableActions={includeAllowableActions}&amp;includePolicyIds={includePolicyIds}&amp;includeRelationships={includeRelationships}&amp;includeACL={includeACL}</cmisra:template>
+            <cmisra:type>objectbypath</cmisra:type>
+            <cmisra:mediatype>application/atom+xml;type=entry</cmisra:mediatype>
+        </cmisra:uritemplate>
+        <cmisra:uritemplate>
+            <cmisra:template>http://cmisexample.oasis-open.org/rep1/query?q={path}&amp;searchAllVersions={searchAllVersions}&amp;maxItems={maxItems}&amp;skipCount={skipCount}&amp;includeAllowableActions={includeAllowableActions}=&amp;includeRelationships={includeRelationships}</cmisra:template>
+            <cmisra:type>query</cmisra:type>
+            <cmisra:mediatype>application/atom+xml;type=entry</cmisra:mediatype>
+        </cmisra:uritemplate>
+    </app:workspace>
 </app:service>

Added: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeChildren.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeChildren.xml?rev=823626&view=auto
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeChildren.xml (added)
+++ incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeChildren.xml Fri Oct  9 17:25:19 2009
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<atom:feed xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/" xmlns:cmism="http://docs.oasis-open.org/ns/cmis/messaging/200908/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/">
+    <atom:title type="text">Type Children</atom:title>
+    <atom:author>
+        <atom:name>Al Brown</atom:name>
+        <atom:uri>http://www.ibm.com/</atom:uri>
+        <atom:email>albertcbrown@us.ibm.com</atom:email>
+    </atom:author>
+    <atom:updated>2009-09-25T12:33:19.531-07:00</atom:updated>
+    <atom:id>urn:uuid:c519c27c-c3e9-49a6-be2e-894e74336b2c</atom:id>
+    <atom:link type="application/atom+xml;type=feed" rel="self" href="http://cmisexample.oasis-open.org/rep1/type1feed/3"/>
+    <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1//service"/>
+    <atom:link type="application/atom+xml;type=entry" rel="via" href="http://cmisexample.oasis-open.org/rep1/type1feed"/>
+    <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/type1feed/tree"/>
+    <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/e70ea6fa-ef2c-485c-8863-3b40ee73a8de"/>
+    <atom:link type="application/atom+xml;type=feed" rel="first" href="http://cmisexample.oasis-open.org/rep1/type1feed/first"/>
+    <atom:link type="application/atom+xml;type=feed" rel="next" href="http://cmisexample.oasis-open.org/rep1/type1feed/4"/>
+    <atom:link type="application/atom+xml;type=feed" rel="previous" href="http://cmisexample.oasis-open.org/rep1/type1feed/2"/>
+    <atom:link type="application/atom+xml;type=feed" rel="last" href="http://cmisexample.oasis-open.org/rep1/type1feed/last"/>
+    <app:collection href="http://cmisexample.oasis-open.org/rep1/type1feed/3">
+        <atom:title type="text">Type Children</atom:title>
+    </app:collection>
+    <cmisra:numItems>4</cmisra:numItems>
+    <atom:entry>
+        <atom:author>
+            <atom:name>Al Brown</atom:name>
+            <atom:uri>http://www.ibm.com/</atom:uri>
+            <atom:email>albertcbrown@us.ibm.com</atom:email>
+        </atom:author>
+        <atom:content>Type Definition for document-invoice</atom:content>
+        <atom:id>http://cmisexample.oasis-open.org/rep1/type/document-invoice</atom:id>
+        <atom:link type="application/atom+xml;type=entry" rel="self" href="http://cmisexample.oasis-open.org/rep1/type/document-invoice"/>
+        <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1/type/document-invoice"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/type/cmis:document"/>
+        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/type/document-invoice/parent"/>
+        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/type/document-invoice/children/flat"/>
+        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/type/document-invoice/children/tree"/>
+        <atom:published>2009-09-25T12:33:19.531-07:00</atom:published>
+        <atom:summary type="html">HTML summary of Type Definition  document-invoice</atom:summary>
+        <atom:title type="text">Type Definition - document-invoice</atom:title>
+        <atom:updated>2009-09-25T12:33:19.531-07:00</atom:updated>
+        <app:edited>2009-09-25T12:33:19.531-07:00</app:edited>
+        <cmisra:type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="cmis:cmisTypeDocumentDefinitionType" cmisra:id="document-invoice">
+            <cmis:id>dtdocument-invoice</cmis:id>
+            <cmis:localName>myrepname-document-invoice</cmis:localName>
+            <cmis:localNamespace xsi:nil="true"/>
+            <cmis:displayName>document-invoice</cmis:displayName>
+            <cmis:queryName>document-invoice</cmis:queryName>
+            <cmis:description>Description for type definition document-invoice</cmis:description>
+            <cmis:baseId>cmis:document</cmis:baseId>
+            <cmis:parentId>parent</cmis:parentId>
+            <cmis:creatable>true</cmis:creatable>
+            <cmis:fileable>true</cmis:fileable>
+            <cmis:queryable>false</cmis:queryable>
+            <cmis:fulltextIndexed>false</cmis:fulltextIndexed>
+            <cmis:includedInSupertypeQuery>true</cmis:includedInSupertypeQuery>
+            <cmis:controllablePolicy>true</cmis:controllablePolicy>
+            <cmis:controllableACL>true</cmis:controllableACL>
+            <cmis:versionable>true</cmis:versionable>
+            <cmis:contentStreamAllowed>allowed</cmis:contentStreamAllowed>
+        </cmisra:type>
+    </atom:entry>
+    <atom:entry>
+        <atom:author>
+            <atom:name>Al Brown</atom:name>
+            <atom:uri>http://www.ibm.com/</atom:uri>
+            <atom:email>albertcbrown@us.ibm.com</atom:email>
+        </atom:author>
+        <atom:content>Type Definition for folder-invoice</atom:content>
+        <atom:id>http://cmisexample.oasis-open.org/rep1/type/folder-invoice</atom:id>
+        <atom:link type="application/atom+xml;type=entry" rel="self" href="http://cmisexample.oasis-open.org/rep1/type/folder-invoice"/>
+        <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1/type/folder-invoice"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/type/cmis:folder"/>
+        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/type/folder-invoice/parent"/>
+        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/type/folder-invoice/children/flat"/>
+        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/type/folder-invoice/children/tree"/>
+        <atom:published>2009-09-25T12:33:19.531-07:00</atom:published>
+        <atom:summary type="html">HTML summary of Type Definition  folder-invoice</atom:summary>
+        <atom:title type="text">Type Definition - folder-invoice</atom:title>
+        <atom:updated>2009-09-25T12:33:19.531-07:00</atom:updated>
+        <app:edited>2009-09-25T12:33:19.531-07:00</app:edited>
+        <cmisra:type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="cmis:cmisTypeFolderDefinitionType" cmisra:id="folder-invoice">
+            <cmis:id>dtfolder-invoice</cmis:id>
+            <cmis:localName>myrepname-folder-invoice</cmis:localName>
+            <cmis:localNamespace xsi:nil="true"/>
+            <cmis:displayName>folder-invoice</cmis:displayName>
+            <cmis:queryName>folder-invoice</cmis:queryName>
+            <cmis:description>Description for type definition folder-invoice</cmis:description>
+            <cmis:baseId>cmis:folder</cmis:baseId>
+            <cmis:parentId>parent</cmis:parentId>
+            <cmis:creatable>true</cmis:creatable>
+            <cmis:fileable>true</cmis:fileable>
+            <cmis:queryable>false</cmis:queryable>
+            <cmis:fulltextIndexed>false</cmis:fulltextIndexed>
+            <cmis:includedInSupertypeQuery>true</cmis:includedInSupertypeQuery>
+            <cmis:controllablePolicy>true</cmis:controllablePolicy>
+            <cmis:controllableACL>true</cmis:controllableACL>
+        </cmisra:type>
+    </atom:entry>
+    <atom:entry>
+        <atom:author>
+            <atom:name>Al Brown</atom:name>
+            <atom:uri>http://www.ibm.com/</atom:uri>
+            <atom:email>albertcbrown@us.ibm.com</atom:email>
+        </atom:author>
+        <atom:content>Type Definition for customer-relationship</atom:content>
+        <atom:id>http://cmisexample.oasis-open.org/rep1/type/customer-relationship</atom:id>
+        <atom:link type="application/atom+xml;type=entry" rel="self" href="http://cmisexample.oasis-open.org/rep1/type/customer-relationship"/>
+        <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1/type/customer-relationship"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/type/cmis:relationship"/>
+        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/type/customer-relationship/parent"/>
+        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/type/customer-relationship/children/flat"/>
+        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/type/customer-relationship/children/tree"/>
+        <atom:published>2009-09-25T12:33:19.531-07:00</atom:published>
+        <atom:summary type="html">HTML summary of Type Definition  customer-relationship</atom:summary>
+        <atom:title type="text">Type Definition - customer-relationship</atom:title>
+        <atom:updated>2009-09-25T12:33:19.531-07:00</atom:updated>
+        <app:edited>2009-09-25T12:33:19.531-07:00</app:edited>
+        <cmisra:type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="cmis:cmisTypeRelationshipDefinitionType" cmisra:id="customer-relationship">
+            <cmis:id>dtcustomer-relationship</cmis:id>
+            <cmis:localName>myrepname-customer-relationship</cmis:localName>
+            <cmis:localNamespace xsi:nil="true"/>
+            <cmis:displayName>customer-relationship</cmis:displayName>
+            <cmis:queryName>customer-relationship</cmis:queryName>
+            <cmis:description>Description for type definition customer-relationship</cmis:description>
+            <cmis:baseId>cmis:relationship</cmis:baseId>
+            <cmis:parentId>parent</cmis:parentId>
+            <cmis:creatable>true</cmis:creatable>
+            <cmis:fileable>false</cmis:fileable>
+            <cmis:queryable>false</cmis:queryable>
+            <cmis:fulltextIndexed>false</cmis:fulltextIndexed>
+            <cmis:includedInSupertypeQuery>true</cmis:includedInSupertypeQuery>
+            <cmis:controllablePolicy>true</cmis:controllablePolicy>
+            <cmis:controllableACL>true</cmis:controllableACL>
+            <cmis:allowedSourceTypes>invoice</cmis:allowedSourceTypes>
+            <cmis:allowedSourceTypes>capitalinvoice</cmis:allowedSourceTypes>
+            <cmis:allowedTargetTypes>customer</cmis:allowedTargetTypes>
+        </cmisra:type>
+    </atom:entry>
+    <atom:entry>
+        <atom:author>
+            <atom:name>Al Brown</atom:name>
+            <atom:uri>http://www.ibm.com/</atom:uri>
+            <atom:email>albertcbrown@us.ibm.com</atom:email>
+        </atom:author>
+        <atom:content>Type Definition for security-policy</atom:content>
+        <atom:id>http://cmisexample.oasis-open.org/rep1/type/security-policy</atom:id>
+        <atom:link type="application/atom+xml;type=entry" rel="self" href="http://cmisexample.oasis-open.org/rep1/type/security-policy"/>
+        <atom:link type="application/atomsvc+xml" rel="service" href="http://cmisexample.oasis-open.org/rep1/type/security-policy"/>
+        <atom:link type="application/atom+xml;type=entry" rel="describedby" href="http://cmisexample.oasis-open.org/rep1/type/cmis:policy"/>
+        <atom:link type="application/atom+xml;type=entry" rel="up" href="http://cmisexample.oasis-open.org/rep1/type/security-policy/parent"/>
+        <atom:link type="application/atom+xml;type=feed" rel="down" href="http://cmisexample.oasis-open.org/rep1/type/security-policy/children/flat"/>
+        <atom:link type="application/cmistree+xml" rel="down" href="http://cmisexample.oasis-open.org/rep1/type/security-policy/children/tree"/>
+        <atom:published>2009-09-25T12:33:19.531-07:00</atom:published>
+        <atom:summary type="html">HTML summary of Type Definition  security-policy</atom:summary>
+        <atom:title type="text">Type Definition - security-policy</atom:title>
+        <atom:updated>2009-09-25T12:33:19.531-07:00</atom:updated>
+        <app:edited>2009-09-25T12:33:19.531-07:00</app:edited>
+        <cmisra:type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="cmis:cmisTypePolicyDefinitionType" cmisra:id="security-policy">
+            <cmis:id>dtsecurity-policy</cmis:id>
+            <cmis:localName>myrepname-security-policy</cmis:localName>
+            <cmis:localNamespace xsi:nil="true"/>
+            <cmis:displayName>security-policy</cmis:displayName>
+            <cmis:queryName>security-policy</cmis:queryName>
+            <cmis:description>Description for type definition security-policy</cmis:description>
+            <cmis:baseId>cmis:policy</cmis:baseId>
+            <cmis:parentId>parent</cmis:parentId>
+            <cmis:creatable>true</cmis:creatable>
+            <cmis:fileable>false</cmis:fileable>
+            <cmis:queryable>false</cmis:queryable>
+            <cmis:fulltextIndexed>false</cmis:fulltextIndexed>
+            <cmis:includedInSupertypeQuery>true</cmis:includedInSupertypeQuery>
+            <cmis:controllablePolicy>true</cmis:controllablePolicy>
+            <cmis:controllableACL>true</cmis:controllableACL>
+        </cmisra:type>
+    </atom:entry>
+</atom:feed>

Propchange: incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/test/resources/org/apache/chemistry/tck/atompub/examples/TypeChildren.xml
------------------------------------------------------------------------------
    svn:eol-style = native