Guest User

Untitled

a guest
Jun 28th, 2012
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.04 KB | None | 0 0
  1. <cmis:properties>
  2.   <cmis:propertyId propertyDefinitionId="cmis:objectId" localName="ObjectId" displayName="Object Id" queryName="cmis:objectId">
  3.       <cmis:value>myobject</cmis:value>
  4.    </cmis:propertyId>
  5.    <cmis:propertyId propertyDefinitionId="cmis:baseTypeId" localName="BaseTypeId" displayName="Base Type Id" queryName="cmis:baseTypeId">
  6.       <cmis:value>cmis:document</cmis:value>
  7.    </cmis:propertyId>
  8.    <cmis:propertyId propertyDefinitionId="cmis:objectTypeId" localName="ObjectTypeId" displayName="Object Type Id" queryName="cmis:objectTypeId">
  9.       <cmis:value>cmis:document</cmis:value>
  10.    </cmis:propertyId>
  11.    <cmis:propertyId propertyDefinitionId="cmis:parentId" localName="ParentId" displayName="Parent Id" queryName="cmis:parentId">
  12.       <cmis:value>myParentObjectId</cmis:value>
  13.    </cmis:propertyId>
  14.    <cmis:propertyString propertyDefinitionId="cmis:path" localName="Path" displayName="Path" queryName="cmis:path">
  15.       <cmis:value>/myParentObjectId/myobject/</cmis:value>
  16.    </cmis:propertyString>
  17. </cmis:properties>
Advertisement
Add Comment
Please, Sign In to add comment