Index Entries

Id explanation

An index entry id consists of eight components, the object type, six level ids and an index number. These components can be manipulated in order to navigate index levels and retrieve additional properties.

The following example shows a level two index entry that belongs to the Connected Content Attachments index:

indexentry-549-309-x-x-x-x-600 {objectType}-{level1Id}-{level2Id}-{level3Id}-{level4Id}-{level5id}-{indexnumber}

Index entry id explanation

This level two Connected Content Attachments index has the following properties:

Caption Index Level Field Name
Entity Key 1 2 UserText1
Entity Key 2 2 UserText2
Entity Key 3 2 UserText3
Entity Key 4 2 UserText4
Entity Key 5 2 UserText5
Entity Key 6 2 UserText6
Entity Key 7 2 UserText7
Entity Key 8 2 UserText8
Entity Key 9 2 UserText9
Entity Key 10 2 UserText10
Key Description 2 UserText11
Entity Description 2 UserText12
Internal Key 2 2 UserInteger1

The parent of this index entry can be reached by modifying the object’s id. For example, indexentry-549-309-x-x-x-x-600 becomes indexentry-549-x-x-x-x-x-600):

Index entry id explanation #2

This level one Connected Content Attachments index entry exposes the following properties:

Caption Index Level Field Name
Suite Id 1 UserText1
Entity Type 2 UserText2
Attachment Type 2 UserText3
Document Type 2 UserText4

Create an index entry

Request properties

objectTypeId:This element must be set to t1IndexEntryType.
levelNumber:This property indicates the level number of the index entry. If it is greater than one the parentIndexEntryId property must also be included.
indexNumber:The index to which the entry belongs. This value can also be seen as a property on index entry and index objects that have been retrieved via the GetObject service.
User fields:User fields correspond with custom fields on an index entry. They will likely have different meanings depending on the index and level that they are associated with. A user text field will have a displayName attribute that contains the label used in ECM.
parentIndexEntryId:
 If the level number is greater than one then this property must contain the parent index entries cmis id. For level one index entries this property should be omitted. This value should be the actual cmis id of parent object indexentry-860-x-x-x-x-x-11.

DotCMIS sample

internal static Folder CreateL1SubjectIndexEntry(string name, ISession session)
{
        var indexEntryProperties = new Dictionary<string, object> {
                { "cmis:indexNumber", 40 },
                { "cmis:levelNumber", 1 },
                { "cmis:objectTypeId", "t1indexentrytype" },
                { "cmis:usertext1",  name }
        };

        var indexEntryObjectId = session.CreateFolder(indexEntryProperties, new ObjectId("ROOTFOLDER"));
        var indexEntry = (Folder) session.GetObject(indexEntryObjectId);

        return indexEntry;
}

Sample request

POST https://test.test.net/testO.Web.Start/test/Api/CMIS/T1/children/?id=ROOTFOLDER HTTP/1.1
Host: test.test.net
Content-Length: 903

<?xml version="1.0" encoding="UTF-8"?>
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/" xmlns:chemistry="http://chemistry.apache.org/">
                <atom:id>urn:uuid:00000000-0000-0000-0000-00000000000</atom:id>
                <atom:title>Test</atom:title>
                <atom:updated>2014-11-24T05:01:37.891Z</atom:updated>
                <cmisra:object>
                                <cmis:properties>
                                                <cmis:propertyId propertyDefinitionId="cmis:objectTypeId">
                                                                <cmis:value>t1indexentrytype</cmis:value>
                                                </cmis:propertyId>
                                                <cmis:propertyString propertyDefinitionId="cmis:userText1">
                                                                <cmis:value>Customer Name Test</cmis:value>
                                                </cmis:propertyString>
                                                <cmis:propertyId propertyDefinitionId="cmis:userText20">
                                                                <cmis:value>Customer Description Test</cmis:value>
                                                </cmis:propertyId>
                                                <cmis:propertyInteger propertyDefinitionId="cmis:indexNumber" localName="cmis:indexNumber" displayName="cmis:indexNumber" queryName="cmis:indexNumber">
                                                                <cmis:value>11</cmis:value>
                                                </cmis:propertyInteger>
                                                <cmis:propertyInteger propertyDefinitionId="cmis:levelNumber" localName="cmis:levelNumber" displayName="cmis:levelNumber" queryName="cmis:levelNumber">
                                                                <cmis:value>1</cmis:value>
                                                </cmis:propertyInteger>
                                </cmis:properties>
                </cmisra:object>
</atom:entry>

Sample response

HTTP/1.1 201 Created
Cache-Control: private
Content-Type: application/atom+xml;type=entry
Location: https://test.test.com/testO.Web.Start/test/Api/CMIS/T1/object/?id=indexentry-2977-x-x-x-x-x-40
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
X-UA-Compatible: IE=edge
Strict-Transport-Security: max-age=10886400
Date: Wed, 05 Oct 2016 07:59:58 GMT
Content-Length: 38423

<?xml version="1.0" encoding="utf-8"?>
<entry xml:base="https://test.test.com/testO.Web.Start/test/Api/CMIS/" xmlns="http://www.w3.org/2005/Atom" 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/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <atom:id>indexentry-2977-x-x-x-x-x-40</atom:id>
        <atom:title type="text">Index Entry indexentry-2977-x-x-x-x-x-40</atom:title>
        <atom:published>2016-10-05T17:59:58+10:00</atom:published>
        <atom:updated>2016-10-05T17:59:58+10:00</atom:updated>
        <atom:link rel="self" type="application/atom+xml;type=entry" href="https://test.test.com/testO.Web.Start/test/Api/CMIS/T1/object/?id=indexentry-2977-x-x-x-x-x-40"/>
        <atom:link rel="service" type="application/atomsvc+xml" href="https://test.test.com/testO.Web.Start/test/Api/CMIS/T1/servicedoc"/>
        <atom:link rel="describedby" type="application/atom+xml;type=entry" href="https://test.test.com/testO.Web.Start/test/Api/CMIS/T1/type/?id=cmis:folder"/>
        <atom:link rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" type="application/cmisallowableactions+xml" href="https://test.test.com/testO.Web.Start/test/Api/CMIS/T1/allowableactions/?id=indexentry-2977-x-x-x-x-x-40"/>
        <atom:link rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" type="application/atom+xml;type=feed" href="https://test.test.com/testO.Web.Start/test/Api/CMIS/T1/policies/?id=indexentry-2977-x-x-x-x-x-40"/>
        <atom:link rel="down" type="application/atom+xml;type=feed" href="https://test.test.com/testO.Web.Start/test/Api/CMIS/T1/children/?id=indexentry-2977-x-x-x-x-x-40"/>
        <atom:link rel="up" type="application/atom+xml;type=entry" href="https://test.test.com/testO.Web.Start/test/Api/CMIS/T1/object/?id=index-40"/>
        <atom:link rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" type="application/atom+xml;type=feed" href="https://test.test.com/testO.Web.Start/test/Api/CMIS/T1/relationships/?id=indexentry-2977-x-x-x-x-x-40"/>
        <app:edited>2016-10-05T17:59:58.1262315+10:00</app:edited>
        <cmisra:object>
                <cmis:properties>
                        <cmis:propertyString propertyDefinitionId="cmis:name" localName="Name" displayName="Name" queryName="cmis:name">
                                <cmis:value>Test Value 1231</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:description" localName="Description" displayName="Description" queryName="cmis:description">
                                <cmis:value>Test Value 1231</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyId propertyDefinitionId="cmis:objectId" localName="ObjectId" displayName="Object Id" queryName="cmis:objectId">
                                <cmis:value>indexentry-2977-x-x-x-x-x-40</cmis:value>
                        </cmis:propertyId>
                        <cmis:propertyId propertyDefinitionId="cmis:baseTypeId" localName="BaseTypeId" displayName="Base Type Id" queryName="cmis:baseTypeId">
                                <cmis:value>cmis:folder</cmis:value>
                        </cmis:propertyId>
                        <cmis:propertyId propertyDefinitionId="cmis:objectTypeId" localName="ObjectTypeId" displayName="Object Type Id" queryName="cmis:objectTypeId">
                                <cmis:value>t1indexentrytype</cmis:value>
                        </cmis:propertyId>
                        <cmis:propertyId propertyDefinitionId="cmis:secondaryObjectTypeIds" localName="secondaryObjectTypeIds" displayName="Ids of the objects secondary types." queryName="cmis:secondaryObjectTypeIds"/>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:creationDate" localName="CreationDate" displayName="Creation Date" queryName="cmis:creationDate">
                                <cmis:value>2016-10-05T00:00:00+10:00</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyString propertyDefinitionId="cmis:lastModifiedBy" localName="LastModifiedBy" displayName="Last Modified By" queryName="cmis:lastModifiedBy">
                                <cmis:value>N/A</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:lastModificationDate" localName="LastModificationDate" displayName="Last Modification Date" queryName="cmis:lastModificationDate">
                                <cmis:value>2016-10-05T00:00:00+10:00</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyString propertyDefinitionId="cmis:createdBy" localName="CreatedBy" displayName="Created By" queryName="cmis:createdBy">
                                <cmis:value>N/A</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyId propertyDefinitionId="cmis:changeToken" localName="Changetoken" displayName="Changetoken" queryName="cmis:changeToken">
                                <cmis:value>166049x1475654350</cmis:value>
                        </cmis:propertyId>
                        <cmis:propertyString propertyDefinitionId="cmis:path" localName="Path" displayName="Path" queryName="cmis:path">
                                <cmis:value>/OTHER/INDEXES/indexentry-2977-x-x-x-x-x-40</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:createDate" localName="cmis:createDate" displayName="cmis:createDate" queryName="cmis:createDate">
                                <cmis:value>2016-10-05T00:00:00+10:00</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyString propertyDefinitionId="cmis:createTerminal" localName="cmis:createTerminal" displayName="cmis:createTerminal" queryName="cmis:createTerminal">
                                <cmis:value>0x0AD403F6</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:createTime" localName="cmis:createTime" displayName="cmis:createTime" queryName="cmis:createTime">
                                <cmis:value>17:59:10</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:createUser" localName="cmis:createUser" displayName="cmis:createUser" queryName="cmis:createUser">
                                <cmis:value>TECHONE</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:createWindow" localName="cmis:createWindow" displayName="cmis:createWindow" queryName="cmis:createWindow">
                                <cmis:value>UNKNOWN</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:indexEntryDescription" localName="cmis:indexEntryDescription" displayName="cmis:indexEntryDescription" queryName="cmis:indexEntryDescription">
                                <cmis:value>Test Value 1231</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId" localName="cmis:indexLevelEntryId" displayName="cmis:indexLevelEntryId" queryName="cmis:indexLevelEntryId">
                                <cmis:value>2977</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId1" localName="cmis:indexLevelEntryId1" displayName="cmis:indexLevelEntryId1" queryName="cmis:indexLevelEntryId1">
                                <cmis:value>2977</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId2" localName="cmis:indexLevelEntryId2" displayName="cmis:indexLevelEntryId2" queryName="cmis:indexLevelEntryId2"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId3" localName="cmis:indexLevelEntryId3" displayName="cmis:indexLevelEntryId3" queryName="cmis:indexLevelEntryId3"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId4" localName="cmis:indexLevelEntryId4" displayName="cmis:indexLevelEntryId4" queryName="cmis:indexLevelEntryId4"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId5" localName="cmis:indexLevelEntryId5" displayName="cmis:indexLevelEntryId5" queryName="cmis:indexLevelEntryId5"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId6" localName="cmis:indexLevelEntryId6" displayName="cmis:indexLevelEntryId6" queryName="cmis:indexLevelEntryId6"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexNumber" localName="cmis:indexNumber" displayName="cmis:indexNumber" queryName="cmis:indexNumber">
                                <cmis:value>40</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:modifiedDate" localName="cmis:modifiedDate" displayName="cmis:modifiedDate" queryName="cmis:modifiedDate">
                                <cmis:value>2016-10-05T00:00:00+10:00</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyString propertyDefinitionId="cmis:lastModifiedTerminal" localName="cmis:lastModifiedTerminal" displayName="cmis:lastModifiedTerminal" queryName="cmis:lastModifiedTerminal">
                                <cmis:value>0x0AD403F6</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:lastModifiedTime" localName="cmis:lastModifiedTime" displayName="cmis:lastModifiedTime" queryName="cmis:lastModifiedTime">
                                <cmis:value>17:59:10</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:lastModifiedUser" localName="cmis:lastModifiedUser" displayName="cmis:lastModifiedUser" queryName="cmis:lastModifiedUser">
                                <cmis:value>TECHONE</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:lastModifiedWindow" localName="cmis:lastModifiedWindow" displayName="cmis:lastModifiedWindow" queryName="cmis:lastModifiedWindow">
                                <cmis:value>UNKNOWN</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyInteger propertyDefinitionId="cmis:levelNumber" localName="cmis:levelNumber" displayName="cmis:levelNumber" queryName="cmis:levelNumber">
                                <cmis:value>1</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:parentIndexEntryId1" localName="cmis:parentIndexEntryId1" displayName="cmis:parentIndexEntryId1" queryName="cmis:parentIndexEntryId1"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:parentIndexEntryId2" localName="cmis:parentIndexEntryId2" displayName="cmis:parentIndexEntryId2" queryName="cmis:parentIndexEntryId2"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:parentIndexEntryId3" localName="cmis:parentIndexEntryId3" displayName="cmis:parentIndexEntryId3" queryName="cmis:parentIndexEntryId3"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:parentIndexEntryId4" localName="cmis:parentIndexEntryId4" displayName="cmis:parentIndexEntryId4" queryName="cmis:parentIndexEntryId4"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:parentIndexEntryId5" localName="cmis:parentIndexEntryId5" displayName="cmis:parentIndexEntryId5" queryName="cmis:parentIndexEntryId5"/>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate1" localName="cmis:userDate1" displayName="N/A" queryName="cmis:userDate1">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate2" localName="cmis:userDate2" displayName="N/A" queryName="cmis:userDate2">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate3" localName="cmis:userDate3" displayName="N/A" queryName="cmis:userDate3">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate4" localName="cmis:userDate4" displayName="N/A" queryName="cmis:userDate4">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate5" localName="cmis:userDate5" displayName="N/A" queryName="cmis:userDate5">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate6" localName="cmis:userDate6" displayName="N/A" queryName="cmis:userDate6">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate7" localName="cmis:userDate7" displayName="N/A" queryName="cmis:userDate7">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate8" localName="cmis:userDate8" displayName="N/A" queryName="cmis:userDate8">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate9" localName="cmis:userDate9" displayName="N/A" queryName="cmis:userDate9">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate10" localName="cmis:userDate10" displayName="N/A" queryName="cmis:userDate10">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger1" localName="cmis:userInteger1" displayName="L1 Sentencing Period" queryName="cmis:userInteger1">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger2" localName="cmis:userInteger2" displayName="N/A" queryName="cmis:userInteger2">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger3" localName="cmis:userInteger3" displayName="N/A" queryName="cmis:userInteger3">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger4" localName="cmis:userInteger4" displayName="N/A" queryName="cmis:userInteger4">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger5" localName="cmis:userInteger5" displayName="N/A" queryName="cmis:userInteger5">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger6" localName="cmis:userInteger6" displayName="N/A" queryName="cmis:userInteger6">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger7" localName="cmis:userInteger7" displayName="N/A" queryName="cmis:userInteger7">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger8" localName="cmis:userInteger8" displayName="N/A" queryName="cmis:userInteger8">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger9" localName="cmis:userInteger9" displayName="N/A" queryName="cmis:userInteger9">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger10" localName="cmis:userInteger10" displayName="N/A" queryName="cmis:userInteger10">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number1" localName="cmis:number1" displayName="N/A" queryName="cmis:number1">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number2" localName="cmis:number2" displayName="N/A" queryName="cmis:number2">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number3" localName="cmis:number3" displayName="N/A" queryName="cmis:number3">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number4" localName="cmis:number4" displayName="N/A" queryName="cmis:number4">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number5" localName="cmis:number5" displayName="N/A" queryName="cmis:number5">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number6" localName="cmis:number6" displayName="N/A" queryName="cmis:number6">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number7" localName="cmis:number7" displayName="N/A" queryName="cmis:number7">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number8" localName="cmis:number8" displayName="N/A" queryName="cmis:number8">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number9" localName="cmis:number9" displayName="N/A" queryName="cmis:number9">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number10" localName="cmis:number10" displayName="N/A" queryName="cmis:number10">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyString propertyDefinitionId="cmis:userText1" localName="cmis:userText1" displayName="Subject" queryName="cmis:userText1">
                                <cmis:value>Test Value 1231</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText2" localName="cmis:userText2" displayName="N/A" queryName="cmis:userText2">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText3" localName="cmis:userText3" displayName="N/A" queryName="cmis:userText3">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText4" localName="cmis:userText4" displayName="N/A" queryName="cmis:userText4">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText5" localName="cmis:userText5" displayName="N/A" queryName="cmis:userText5">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText6" localName="cmis:userText6" displayName="N/A" queryName="cmis:userText6">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText7" localName="cmis:userText7" displayName="N/A" queryName="cmis:userText7">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText8" localName="cmis:userText8" displayName="N/A" queryName="cmis:userText8">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText9" localName="cmis:userText9" displayName="N/A" queryName="cmis:userText9">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText10" localName="cmis:userText10" displayName="N/A" queryName="cmis:userText10">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText11" localName="cmis:userText11" displayName="N/A" queryName="cmis:userText11">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText12" localName="cmis:userText12" displayName="N/A" queryName="cmis:userText12">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText13" localName="cmis:userText13" displayName="N/A" queryName="cmis:userText13">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText14" localName="cmis:userText14" displayName="N/A" queryName="cmis:userText14">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText15" localName="cmis:userText15" displayName="N/A" queryName="cmis:userText15">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText16" localName="cmis:userText16" displayName="N/A" queryName="cmis:userText16">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText17" localName="cmis:userText17" displayName="N/A" queryName="cmis:userText17">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText18" localName="cmis:userText18" displayName="N/A" queryName="cmis:userText18">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText19" localName="cmis:userText19" displayName="N/A" queryName="cmis:userText19">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText20" localName="cmis:userText20" displayName="N/A" queryName="cmis:userText20">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText21" localName="cmis:userText21" displayName="N/A" queryName="cmis:userText21">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText22" localName="cmis:userText22" displayName="N/A" queryName="cmis:userText22">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText23" localName="cmis:userText23" displayName="N/A" queryName="cmis:userText23">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText24" localName="cmis:userText24" displayName="N/A" queryName="cmis:userText24">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText25" localName="cmis:userText25" displayName="N/A" queryName="cmis:userText25">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText26" localName="cmis:userText26" displayName="N/A" queryName="cmis:userText26">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText27" localName="cmis:userText27" displayName="N/A" queryName="cmis:userText27">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText28" localName="cmis:userText28" displayName="N/A" queryName="cmis:userText28">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText29" localName="cmis:userText29" displayName="N/A" queryName="cmis:userText29">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText30" localName="cmis:userText30" displayName="N/A" queryName="cmis:userText30">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText31" localName="cmis:userText31" displayName="N/A" queryName="cmis:userText31">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText32" localName="cmis:userText32" displayName="N/A" queryName="cmis:userText32">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText33" localName="cmis:userText33" displayName="N/A" queryName="cmis:userText33">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText34" localName="cmis:userText34" displayName="N/A" queryName="cmis:userText34">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText35" localName="cmis:userText35" displayName="N/A" queryName="cmis:userText35">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText36" localName="cmis:userText36" displayName="N/A" queryName="cmis:userText36">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText37" localName="cmis:userText37" displayName="N/A" queryName="cmis:userText37">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText38" localName="cmis:userText38" displayName="N/A" queryName="cmis:userText38">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText39" localName="cmis:userText39" displayName="N/A" queryName="cmis:userText39">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText40" localName="cmis:userText40" displayName="N/A" queryName="cmis:userText40">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText41" localName="cmis:userText41" displayName="N/A" queryName="cmis:userText41">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText42" localName="cmis:userText42" displayName="N/A" queryName="cmis:userText42">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText43" localName="cmis:userText43" displayName="N/A" queryName="cmis:userText43">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText44" localName="cmis:userText44" displayName="N/A" queryName="cmis:userText44">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText45" localName="cmis:userText45" displayName="N/A" queryName="cmis:userText45">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText46" localName="cmis:userText46" displayName="N/A" queryName="cmis:userText46">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText47" localName="cmis:userText47" displayName="N/A" queryName="cmis:userText47">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText48" localName="cmis:userText48" displayName="N/A" queryName="cmis:userText48">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText49" localName="cmis:userText49" displayName="N/A" queryName="cmis:userText49">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText50" localName="cmis:userText50" displayName="N/A" queryName="cmis:userText50">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText51" localName="cmis:userText51" displayName="N/A" queryName="cmis:userText51">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText52" localName="cmis:userText52" displayName="N/A" queryName="cmis:userText52">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText53" localName="cmis:userText53" displayName="N/A" queryName="cmis:userText53">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText54" localName="cmis:userText54" displayName="N/A" queryName="cmis:userText54">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText55" localName="cmis:userText55" displayName="N/A" queryName="cmis:userText55">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText56" localName="cmis:userText56" displayName="N/A" queryName="cmis:userText56">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText57" localName="cmis:userText57" displayName="N/A" queryName="cmis:userText57">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText58" localName="cmis:userText58" displayName="N/A" queryName="cmis:userText58">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText59" localName="cmis:userText59" displayName="N/A" queryName="cmis:userText59">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText60" localName="cmis:userText60" displayName="N/A" queryName="cmis:userText60">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText61" localName="cmis:userText61" displayName="N/A" queryName="cmis:userText61">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText62" localName="cmis:userText62" displayName="N/A" queryName="cmis:userText62">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText63" localName="cmis:userText63" displayName="N/A" queryName="cmis:userText63">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText64" localName="cmis:userText64" displayName="N/A" queryName="cmis:userText64">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText65" localName="cmis:userText65" displayName="N/A" queryName="cmis:userText65">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText66" localName="cmis:userText66" displayName="N/A" queryName="cmis:userText66">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText67" localName="cmis:userText67" displayName="N/A" queryName="cmis:userText67">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText68" localName="cmis:userText68" displayName="N/A" queryName="cmis:userText68">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText69" localName="cmis:userText69" displayName="N/A" queryName="cmis:userText69">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText70" localName="cmis:userText70" displayName="N/A" queryName="cmis:userText70">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText71" localName="cmis:userText71" displayName="N/A" queryName="cmis:userText71">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText72" localName="cmis:userText72" displayName="N/A" queryName="cmis:userText72">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText73" localName="cmis:userText73" displayName="N/A" queryName="cmis:userText73">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText74" localName="cmis:userText74" displayName="N/A" queryName="cmis:userText74">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText75" localName="cmis:userText75" displayName="N/A" queryName="cmis:userText75">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText76" localName="cmis:userText76" displayName="N/A" queryName="cmis:userText76">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText77" localName="cmis:userText77" displayName="N/A" queryName="cmis:userText77">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText78" localName="cmis:userText78" displayName="N/A" queryName="cmis:userText78">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText79" localName="cmis:userText79" displayName="N/A" queryName="cmis:userText79">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText80" localName="cmis:userText80" displayName="N/A" queryName="cmis:userText80">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText81" localName="cmis:userText81" displayName="N/A" queryName="cmis:userText81">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText82" localName="cmis:userText82" displayName="N/A" queryName="cmis:userText82">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText83" localName="cmis:userText83" displayName="N/A" queryName="cmis:userText83">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText84" localName="cmis:userText84" displayName="N/A" queryName="cmis:userText84">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText85" localName="cmis:userText85" displayName="N/A" queryName="cmis:userText85">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText86" localName="cmis:userText86" displayName="N/A" queryName="cmis:userText86">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText87" localName="cmis:userText87" displayName="N/A" queryName="cmis:userText87">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText88" localName="cmis:userText88" displayName="N/A" queryName="cmis:userText88">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText89" localName="cmis:userText89" displayName="N/A" queryName="cmis:userText89">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText90" localName="cmis:userText90" displayName="N/A" queryName="cmis:userText90">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText91" localName="cmis:userText91" displayName="N/A" queryName="cmis:userText91">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText92" localName="cmis:userText92" displayName="N/A" queryName="cmis:userText92">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText93" localName="cmis:userText93" displayName="N/A" queryName="cmis:userText93">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText94" localName="cmis:userText94" displayName="N/A" queryName="cmis:userText94">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText95" localName="cmis:userText95" displayName="N/A" queryName="cmis:userText95">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText96" localName="cmis:userText96" displayName="N/A" queryName="cmis:userText96">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText97" localName="cmis:userText97" displayName="N/A" queryName="cmis:userText97">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText98" localName="cmis:userText98" displayName="N/A" queryName="cmis:userText98">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText99" localName="cmis:userText99" displayName="N/A" queryName="cmis:userText99">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText100" localName="cmis:userText100" displayName="N/A" queryName="cmis:userText100">
                                <cmis:value/>
                        </cmis:propertyString>
                </cmis:properties>
                <cmis:allowableActions>
                        <cmis:canDeleteObject>false</cmis:canDeleteObject>
                        <cmis:canUpdateProperties>true</cmis:canUpdateProperties>
                        <cmis:canGetFolderTree>false</cmis:canGetFolderTree>
                        <cmis:canGetProperties>true</cmis:canGetProperties>
                        <cmis:canGetObjectRelationships>true</cmis:canGetObjectRelationships>
                        <cmis:canGetObjectParents>true</cmis:canGetObjectParents>
                        <cmis:canGetFolderParent>true</cmis:canGetFolderParent>
                        <cmis:canGetDescendants>false</cmis:canGetDescendants>
                        <cmis:canMoveObject>false</cmis:canMoveObject>
                        <cmis:canDeleteContentStream>false</cmis:canDeleteContentStream>
                        <cmis:canCheckOut>false</cmis:canCheckOut>
                        <cmis:canCancelCheckOut>false</cmis:canCancelCheckOut>
                        <cmis:canCheckIn>false</cmis:canCheckIn>
                        <cmis:canSetContentStream>false</cmis:canSetContentStream>
                        <cmis:canGetAllVersions>false</cmis:canGetAllVersions>
                        <cmis:canAddObjectToFolder>false</cmis:canAddObjectToFolder>
                        <cmis:canRemoveObjectFromFolder>false</cmis:canRemoveObjectFromFolder>
                        <cmis:canGetContentStream>false</cmis:canGetContentStream>
                        <cmis:canApplyPolicy>false</cmis:canApplyPolicy>
                        <cmis:canGetAppliedPolicies>false</cmis:canGetAppliedPolicies>
                        <cmis:canRemovePolicy>false</cmis:canRemovePolicy>
                        <cmis:canGetChildren>true</cmis:canGetChildren>
                        <cmis:canCreateDocument>false</cmis:canCreateDocument>
                        <cmis:canCreateFolder>false</cmis:canCreateFolder>
                        <cmis:canCreateRelationship>false</cmis:canCreateRelationship>
                        <cmis:canDeleteTree>false</cmis:canDeleteTree>
                        <cmis:canGetRenditions>false</cmis:canGetRenditions>
                        <cmis:canGetACL>false</cmis:canGetACL>
                        <cmis:canApplyACL>false</cmis:canApplyACL>
                </cmis:allowableActions>
                <cmis:relationship>
                        <cmis:properties>
                                <cmis:propertyString propertyDefinitionId="cmis:name" localName="Name" displayName="Name" queryName="cmis:name">
                                        <cmis:value>relationshipindex-index-40-indexentry-2977-x-x-x-x-x-40</cmis:value>
                                </cmis:propertyString>
                                <cmis:propertyString propertyDefinitionId="cmis:description" localName="Description" displayName="Description" queryName="cmis:description">
                                        <cmis:value>relationshipindex-index-40-indexentry-2977-x-x-x-x-x-40</cmis:value>
                                </cmis:propertyString>
                                <cmis:propertyId propertyDefinitionId="cmis:objectId" localName="ObjectId" displayName="Object Id" queryName="cmis:objectId">
                                        <cmis:value>relationshipindex-index-40-indexentry-2977-x-x-x-x-x-40</cmis:value>
                                </cmis:propertyId>
                                <cmis:propertyId propertyDefinitionId="cmis:baseTypeId" localName="BaseTypeId" displayName="Base Type Id" queryName="cmis:baseTypeId">
                                        <cmis:value>cmis:relationship</cmis:value>
                                </cmis:propertyId>
                                <cmis:propertyId propertyDefinitionId="cmis:objectTypeId" localName="ObjectTypeId" displayName="Object Type Id" queryName="cmis:objectTypeId">
                                        <cmis:value>t1indexrelationshiptype</cmis:value>
                                </cmis:propertyId>
                                <cmis:propertyId propertyDefinitionId="cmis:secondaryObjectTypeIds" localName="secondaryObjectTypeIds" displayName="Ids of the objects secondary types." queryName="cmis:secondaryObjectTypeIds"/>
                                <cmis:propertyString propertyDefinitionId="cmis:createdBy" localName="CreatedBy" displayName="Created By" queryName="cmis:createdBy"/>
                                <cmis:propertyDateTime propertyDefinitionId="cmis:creationDate" localName="CreationDate" displayName="Creation Date" queryName="cmis:creationDate">
                                        <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                                </cmis:propertyDateTime>
                                <cmis:propertyString propertyDefinitionId="cmis:lastModifiedBy" localName="LastModifiedBy" displayName="Last Modified By" queryName="cmis:lastModifiedBy"/>
                                <cmis:propertyDateTime propertyDefinitionId="cmis:lastModificationDate" localName="LastModificationDate" displayName="Last Modification Date" queryName="cmis:lastModificationDate">
                                        <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                                </cmis:propertyDateTime>
                                <cmis:propertyId propertyDefinitionId="cmis:changeToken" localName="Changetoken" displayName="Changetoken" queryName="cmis:changeToken"/>
                                <cmis:propertyId propertyDefinitionId="cmis:sourceId" localName="cmis:sourceId" displayName="SourceId" queryName="cmis:sourceId">
                                        <cmis:value>indexentry-2977-x-x-x-x-x-40</cmis:value>
                                </cmis:propertyId>
                                <cmis:propertyId propertyDefinitionId="cmis:targetId" localName="cmis:targetId" displayName="cmis:targetId" queryName="cmis:targetId">
                                        <cmis:value>index-40</cmis:value>
                                </cmis:propertyId>
                        </cmis:properties>
                        <cmis:allowableActions>
                                <cmis:canDeleteObject>false</cmis:canDeleteObject>
                                <cmis:canUpdateProperties>false</cmis:canUpdateProperties>
                                <cmis:canGetFolderTree>false</cmis:canGetFolderTree>
                                <cmis:canGetProperties>true</cmis:canGetProperties>
                                <cmis:canGetObjectRelationships>false</cmis:canGetObjectRelationships>
                                <cmis:canGetObjectParents>false</cmis:canGetObjectParents>
                                <cmis:canGetFolderParent>false</cmis:canGetFolderParent>
                                <cmis:canGetDescendants>false</cmis:canGetDescendants>
                                <cmis:canMoveObject>false</cmis:canMoveObject>
                                <cmis:canDeleteContentStream>false</cmis:canDeleteContentStream>
                                <cmis:canCheckOut>false</cmis:canCheckOut>
                                <cmis:canCancelCheckOut>false</cmis:canCancelCheckOut>
                                <cmis:canCheckIn>false</cmis:canCheckIn>
                                <cmis:canSetContentStream>false</cmis:canSetContentStream>
                                <cmis:canGetAllVersions>false</cmis:canGetAllVersions>
                                <cmis:canAddObjectToFolder>false</cmis:canAddObjectToFolder>
                                <cmis:canRemoveObjectFromFolder>false</cmis:canRemoveObjectFromFolder>
                                <cmis:canGetContentStream>false</cmis:canGetContentStream>
                                <cmis:canApplyPolicy>false</cmis:canApplyPolicy>
                                <cmis:canGetAppliedPolicies>false</cmis:canGetAppliedPolicies>
                                <cmis:canRemovePolicy>false</cmis:canRemovePolicy>
                                <cmis:canGetChildren>false</cmis:canGetChildren>
                                <cmis:canCreateDocument>false</cmis:canCreateDocument>
                                <cmis:canCreateFolder>false</cmis:canCreateFolder>
                                <cmis:canCreateRelationship>false</cmis:canCreateRelationship>
                                <cmis:canDeleteTree>false</cmis:canDeleteTree>
                                <cmis:canGetRenditions>false</cmis:canGetRenditions>
                                <cmis:canGetACL>false</cmis:canGetACL>
                                <cmis:canApplyACL>false</cmis:canApplyACL>
                        </cmis:allowableActions>
                </cmis:relationship>
        </cmisra:object>
</entry>

Update an Index Entry

The following samples demonstrate how to update an index entry. Note that field numbers are able to be identified by their display name or using the field details objects available in the following folder: /OTHER/FIELDDETAILS

Request sample

POST https://ecmpartner.onespresso.net/T1Dev/CiAnywhere/Web/DEV/Api/CMIS/T1/object/?id=indexentry-9-x-x-x-x-x-41 HTTP/1.1
Authorization: Basic Q01JUzpDTUlTcXVhbGl0eQ==
Host: ecmpartner.onespresso.net
Content-Length: 1076

<?xml version="1.0" encoding="UTF-8"?>
<atom:entry
        xmlns:atom="http://www.w3.org/2005/Atom"
        xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/"
        xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/">
        <atom:id>urn:uuid:0000000000000000000000000000000</atom:id>
        <atom:title>Changed</atom:title>
        <atom:updated>20161119T05:03:07.073Z</atom:updated>
        <cmisra:object>
                <cmis:properties>
                        <cmis:propertyInteger localName="cmis:levelNumber" propertyDefinitionId="cmis:levelNumber">
                                <cmis:value>2</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger localName="cmis:indexNumber" propertyDefinitionId="cmis:indexNumber">
                                <cmis:value>40</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyString localName="cmis:userText1" propertyDefinitionId="cmis:userText1">
                                <cmis:value>Test Birds 4</cmis:value>
                        </cmis:propertyString>
                </cmis:properties>
        </cmisra:object>
</atom:entry>

Response sample

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: application/atom+xml;type=entry
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
X-UA-Compatible: IE=edge
Strict-Transport-Security: max-age=10886400
Date: Mon, 07 Aug 2017 07:27:15 GMT
Content-Length: 38384

<?xml version="1.0" encoding="utf-8"?>
<entry xml:base="https://ecmpartner.onespresso.net/T1Dev/CiAnywhere/Web/DEV/Api/CMIS/"
        xmlns="http://www.w3.org/2005/Atom"
        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/"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <atom:id>indexentry-9-x-x-x-x-x-41</atom:id>
        <atom:title type="text">Index Entry indexentry-9-x-x-x-x-x-41</atom:title>
        <atom:published>2017-08-07T17:27:15+10:00</atom:published>
        <atom:updated>2017-08-07T17:27:15+10:00</atom:updated>
        <atom:link rel="self" type="application/atom+xml;type=entry" href="https://ecmpartner.onespresso.net/T1Dev/CiAnywhere/Web/DEV/Api/CMIS/T1/object/?id=indexentry-9-x-x-x-x-x-41"/>
        <atom:link rel="service" type="application/atomsvc+xml" href="https://ecmpartner.onespresso.net/T1Dev/CiAnywhere/Web/DEV/Api/CMIS/T1/servicedoc"/>
        <atom:link rel="describedby" type="application/atom+xml;type=entry" href="https://ecmpartner.onespresso.net/T1Dev/CiAnywhere/Web/DEV/Api/CMIS/T1/type/?id=cmis:folder"/>
        <atom:link rel="http://docs.oasis-open.org/ns/cmis/link/200908/allowableactions" type="application/cmisallowableactions+xml" href="https://ecmpartner.onespresso.net/T1Dev/CiAnywhere/Web/DEV/Api/CMIS/T1/allowableactions/?id=indexentry-9-x-x-x-x-x-41"/>
        <atom:link rel="http://docs.oasis-open.org/ns/cmis/link/200908/policies" type="application/atom+xml;type=feed" href="https://ecmpartner.onespresso.net/T1Dev/CiAnywhere/Web/DEV/Api/CMIS/T1/policies/?id=indexentry-9-x-x-x-x-x-41"/>
        <atom:link rel="down" type="application/atom+xml;type=feed" href="https://ecmpartner.onespresso.net/T1Dev/CiAnywhere/Web/DEV/Api/CMIS/T1/children/?id=indexentry-9-x-x-x-x-x-41"/>
        <atom:link rel="up" type="application/atom+xml;type=entry" href="https://ecmpartner.onespresso.net/T1Dev/CiAnywhere/Web/DEV/Api/CMIS/T1/object/?id=index-41"/>
        <atom:link rel="http://docs.oasis-open.org/ns/cmis/link/200908/relationships" type="application/atom+xml;type=feed" href="https://ecmpartner.onespresso.net/T1Dev/CiAnywhere/Web/DEV/Api/CMIS/T1/relationships/?id=indexentry-9-x-x-x-x-x-41"/>
        <app:edited>2017-08-07T17:27:15.1292059+10:00</app:edited>
        <cmisra:object>
                <cmis:properties>
                        <cmis:propertyString propertyDefinitionId="cmis:name" localName="Name" displayName="Name" queryName="cmis:name">
                                <cmis:value>Test Birds 4</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:description" localName="Description" displayName="Description" queryName="cmis:description">
                                <cmis:value>Test Birds 4</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyId propertyDefinitionId="cmis:objectId" localName="ObjectId" displayName="Object Id" queryName="cmis:objectId">
                                <cmis:value>indexentry-9-x-x-x-x-x-41</cmis:value>
                        </cmis:propertyId>
                        <cmis:propertyId propertyDefinitionId="cmis:baseTypeId" localName="BaseTypeId" displayName="Base Type Id" queryName="cmis:baseTypeId">
                                <cmis:value>cmis:folder</cmis:value>
                        </cmis:propertyId>
                        <cmis:propertyId propertyDefinitionId="cmis:objectTypeId" localName="ObjectTypeId" displayName="Object Type Id" queryName="cmis:objectTypeId">
                                <cmis:value>t1indexentrytype</cmis:value>
                        </cmis:propertyId>
                        <cmis:propertyId propertyDefinitionId="cmis:secondaryObjectTypeIds" localName="secondaryObjectTypeIds" displayName="Ids of the objects secondary types." queryName="cmis:secondaryObjectTypeIds"/>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:creationDate" localName="CreationDate" displayName="Creation Date" queryName="cmis:creationDate">
                                <cmis:value>2017-08-07T00:00:00+10:00</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyString propertyDefinitionId="cmis:lastModifiedBy" localName="LastModifiedBy" displayName="Last Modified By" queryName="cmis:lastModifiedBy">
                                <cmis:value>N/A</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:lastModificationDate" localName="LastModificationDate" displayName="Last Modification Date" queryName="cmis:lastModificationDate">
                                <cmis:value>2017-08-07T00:00:00+10:00</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyString propertyDefinitionId="cmis:createdBy" localName="CreatedBy" displayName="Created By" queryName="cmis:createdBy">
                                <cmis:value>N/A</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyId propertyDefinitionId="cmis:changeToken" localName="Changetoken" displayName="Changetoken" queryName="cmis:changeToken">
                                <cmis:value>5206x1502090834</cmis:value>
                        </cmis:propertyId>
                        <cmis:propertyString propertyDefinitionId="cmis:path" localName="Path" displayName="Path" queryName="cmis:path">
                                <cmis:value>/OTHER/INDEXES/indexentry-9-x-x-x-x-x-41</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:createDate" localName="cmis:createDate" displayName="cmis:createDate" queryName="cmis:createDate">
                                <cmis:value>2017-08-07T00:00:00+10:00</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyString propertyDefinitionId="cmis:createTerminal" localName="cmis:createTerminal" displayName="cmis:createTerminal" queryName="cmis:createTerminal">
                                <cmis:value>0x3441B59E</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:createTime" localName="cmis:createTime" displayName="cmis:createTime" queryName="cmis:createTime">
                                <cmis:value>17:27:14</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:createUser" localName="cmis:createUser" displayName="cmis:createUser" queryName="cmis:createUser">
                                <cmis:value>CMIS</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:createWindow" localName="cmis:createWindow" displayName="cmis:createWindow" queryName="cmis:createWindow">
                                <cmis:value>UNKNOWN</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:indexEntryDescription" localName="cmis:indexEntryDescription" displayName="cmis:indexEntryDescription" queryName="cmis:indexEntryDescription">
                                <cmis:value>Test Birds 4</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId" localName="cmis:indexLevelEntryId" displayName="cmis:indexLevelEntryId" queryName="cmis:indexLevelEntryId">
                                <cmis:value>9</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId1" localName="cmis:indexLevelEntryId1" displayName="cmis:indexLevelEntryId1" queryName="cmis:indexLevelEntryId1">
                                <cmis:value>9</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId2" localName="cmis:indexLevelEntryId2" displayName="cmis:indexLevelEntryId2" queryName="cmis:indexLevelEntryId2"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId3" localName="cmis:indexLevelEntryId3" displayName="cmis:indexLevelEntryId3" queryName="cmis:indexLevelEntryId3"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId4" localName="cmis:indexLevelEntryId4" displayName="cmis:indexLevelEntryId4" queryName="cmis:indexLevelEntryId4"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId5" localName="cmis:indexLevelEntryId5" displayName="cmis:indexLevelEntryId5" queryName="cmis:indexLevelEntryId5"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexLevelEntryId6" localName="cmis:indexLevelEntryId6" displayName="cmis:indexLevelEntryId6" queryName="cmis:indexLevelEntryId6"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:indexNumber" localName="cmis:indexNumber" displayName="cmis:indexNumber" queryName="cmis:indexNumber">
                                <cmis:value>41</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:modifiedDate" localName="cmis:modifiedDate" displayName="cmis:modifiedDate" queryName="cmis:modifiedDate">
                                <cmis:value>2017-08-07T00:00:00+10:00</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyString propertyDefinitionId="cmis:lastModifiedTerminal" localName="cmis:lastModifiedTerminal" displayName="cmis:lastModifiedTerminal" queryName="cmis:lastModifiedTerminal">
                                <cmis:value>0x3441B59E</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:lastModifiedTime" localName="cmis:lastModifiedTime" displayName="cmis:lastModifiedTime" queryName="cmis:lastModifiedTime">
                                <cmis:value>17:27:14</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:lastModifiedUser" localName="cmis:lastModifiedUser" displayName="cmis:lastModifiedUser" queryName="cmis:lastModifiedUser">
                                <cmis:value>CMIS</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:lastModifiedWindow" localName="cmis:lastModifiedWindow" displayName="cmis:lastModifiedWindow" queryName="cmis:lastModifiedWindow">
                                <cmis:value>UNKNOWN</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyInteger propertyDefinitionId="cmis:levelNumber" localName="cmis:levelNumber" displayName="cmis:levelNumber" queryName="cmis:levelNumber">
                                <cmis:value>1</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:parentIndexEntryId1" localName="cmis:parentIndexEntryId1" displayName="cmis:parentIndexEntryId1" queryName="cmis:parentIndexEntryId1"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:parentIndexEntryId2" localName="cmis:parentIndexEntryId2" displayName="cmis:parentIndexEntryId2" queryName="cmis:parentIndexEntryId2"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:parentIndexEntryId3" localName="cmis:parentIndexEntryId3" displayName="cmis:parentIndexEntryId3" queryName="cmis:parentIndexEntryId3"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:parentIndexEntryId4" localName="cmis:parentIndexEntryId4" displayName="cmis:parentIndexEntryId4" queryName="cmis:parentIndexEntryId4"/>
                        <cmis:propertyInteger propertyDefinitionId="cmis:parentIndexEntryId5" localName="cmis:parentIndexEntryId5" displayName="cmis:parentIndexEntryId5" queryName="cmis:parentIndexEntryId5"/>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate1" localName="cmis:userDate1" displayName="N/A" queryName="cmis:userDate1">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate2" localName="cmis:userDate2" displayName="N/A" queryName="cmis:userDate2">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate3" localName="cmis:userDate3" displayName="N/A" queryName="cmis:userDate3">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate4" localName="cmis:userDate4" displayName="N/A" queryName="cmis:userDate4">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate5" localName="cmis:userDate5" displayName="N/A" queryName="cmis:userDate5">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate6" localName="cmis:userDate6" displayName="N/A" queryName="cmis:userDate6">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate7" localName="cmis:userDate7" displayName="N/A" queryName="cmis:userDate7">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate8" localName="cmis:userDate8" displayName="N/A" queryName="cmis:userDate8">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate9" localName="cmis:userDate9" displayName="N/A" queryName="cmis:userDate9">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyDateTime propertyDefinitionId="cmis:userDate10" localName="cmis:userDate10" displayName="N/A" queryName="cmis:userDate10">
                                <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                        </cmis:propertyDateTime>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger1" localName="cmis:userInteger1" displayName="N/A" queryName="cmis:userInteger1">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger2" localName="cmis:userInteger2" displayName="N/A" queryName="cmis:userInteger2">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger3" localName="cmis:userInteger3" displayName="N/A" queryName="cmis:userInteger3">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger4" localName="cmis:userInteger4" displayName="N/A" queryName="cmis:userInteger4">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger5" localName="cmis:userInteger5" displayName="N/A" queryName="cmis:userInteger5">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger6" localName="cmis:userInteger6" displayName="N/A" queryName="cmis:userInteger6">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger7" localName="cmis:userInteger7" displayName="N/A" queryName="cmis:userInteger7">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger8" localName="cmis:userInteger8" displayName="N/A" queryName="cmis:userInteger8">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger9" localName="cmis:userInteger9" displayName="N/A" queryName="cmis:userInteger9">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyInteger propertyDefinitionId="cmis:userInteger10" localName="cmis:userInteger10" displayName="N/A" queryName="cmis:userInteger10">
                                <cmis:value>0</cmis:value>
                        </cmis:propertyInteger>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number1" localName="cmis:number1" displayName="N/A" queryName="cmis:number1">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number2" localName="cmis:number2" displayName="N/A" queryName="cmis:number2">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number3" localName="cmis:number3" displayName="N/A" queryName="cmis:number3">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number4" localName="cmis:number4" displayName="N/A" queryName="cmis:number4">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number5" localName="cmis:number5" displayName="N/A" queryName="cmis:number5">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number6" localName="cmis:number6" displayName="N/A" queryName="cmis:number6">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number7" localName="cmis:number7" displayName="N/A" queryName="cmis:number7">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number8" localName="cmis:number8" displayName="N/A" queryName="cmis:number8">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number9" localName="cmis:number9" displayName="N/A" queryName="cmis:number9">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyDecimal propertyDefinitionId="cmis:number10" localName="cmis:number10" displayName="N/A" queryName="cmis:number10">
                                <cmis:value>0.000000</cmis:value>
                        </cmis:propertyDecimal>
                        <cmis:propertyString propertyDefinitionId="cmis:userText1" localName="cmis:userText1" displayName="Subject" queryName="cmis:userText1">
                                <cmis:value>Test Birds 4</cmis:value>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText2" localName="cmis:userText2" displayName="Subject Description" queryName="cmis:userText2">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText3" localName="cmis:userText3" displayName="N/A" queryName="cmis:userText3">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText4" localName="cmis:userText4" displayName="N/A" queryName="cmis:userText4">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText5" localName="cmis:userText5" displayName="N/A" queryName="cmis:userText5">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText6" localName="cmis:userText6" displayName="N/A" queryName="cmis:userText6">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText7" localName="cmis:userText7" displayName="N/A" queryName="cmis:userText7">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText8" localName="cmis:userText8" displayName="N/A" queryName="cmis:userText8">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText9" localName="cmis:userText9" displayName="N/A" queryName="cmis:userText9">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText10" localName="cmis:userText10" displayName="N/A" queryName="cmis:userText10">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText11" localName="cmis:userText11" displayName="N/A" queryName="cmis:userText11">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText12" localName="cmis:userText12" displayName="N/A" queryName="cmis:userText12">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText13" localName="cmis:userText13" displayName="N/A" queryName="cmis:userText13">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText14" localName="cmis:userText14" displayName="N/A" queryName="cmis:userText14">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText15" localName="cmis:userText15" displayName="N/A" queryName="cmis:userText15">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText16" localName="cmis:userText16" displayName="N/A" queryName="cmis:userText16">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText17" localName="cmis:userText17" displayName="N/A" queryName="cmis:userText17">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText18" localName="cmis:userText18" displayName="N/A" queryName="cmis:userText18">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText19" localName="cmis:userText19" displayName="N/A" queryName="cmis:userText19">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText20" localName="cmis:userText20" displayName="N/A" queryName="cmis:userText20">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText21" localName="cmis:userText21" displayName="N/A" queryName="cmis:userText21">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText22" localName="cmis:userText22" displayName="N/A" queryName="cmis:userText22">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText23" localName="cmis:userText23" displayName="N/A" queryName="cmis:userText23">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText24" localName="cmis:userText24" displayName="N/A" queryName="cmis:userText24">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText25" localName="cmis:userText25" displayName="N/A" queryName="cmis:userText25">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText26" localName="cmis:userText26" displayName="N/A" queryName="cmis:userText26">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText27" localName="cmis:userText27" displayName="N/A" queryName="cmis:userText27">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText28" localName="cmis:userText28" displayName="N/A" queryName="cmis:userText28">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText29" localName="cmis:userText29" displayName="N/A" queryName="cmis:userText29">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText30" localName="cmis:userText30" displayName="N/A" queryName="cmis:userText30">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText31" localName="cmis:userText31" displayName="N/A" queryName="cmis:userText31">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText32" localName="cmis:userText32" displayName="N/A" queryName="cmis:userText32">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText33" localName="cmis:userText33" displayName="N/A" queryName="cmis:userText33">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText34" localName="cmis:userText34" displayName="N/A" queryName="cmis:userText34">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText35" localName="cmis:userText35" displayName="N/A" queryName="cmis:userText35">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText36" localName="cmis:userText36" displayName="N/A" queryName="cmis:userText36">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText37" localName="cmis:userText37" displayName="N/A" queryName="cmis:userText37">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText38" localName="cmis:userText38" displayName="N/A" queryName="cmis:userText38">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText39" localName="cmis:userText39" displayName="N/A" queryName="cmis:userText39">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText40" localName="cmis:userText40" displayName="N/A" queryName="cmis:userText40">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText41" localName="cmis:userText41" displayName="N/A" queryName="cmis:userText41">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText42" localName="cmis:userText42" displayName="N/A" queryName="cmis:userText42">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText43" localName="cmis:userText43" displayName="N/A" queryName="cmis:userText43">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText44" localName="cmis:userText44" displayName="N/A" queryName="cmis:userText44">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText45" localName="cmis:userText45" displayName="N/A" queryName="cmis:userText45">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText46" localName="cmis:userText46" displayName="N/A" queryName="cmis:userText46">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText47" localName="cmis:userText47" displayName="N/A" queryName="cmis:userText47">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText48" localName="cmis:userText48" displayName="N/A" queryName="cmis:userText48">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText49" localName="cmis:userText49" displayName="N/A" queryName="cmis:userText49">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText50" localName="cmis:userText50" displayName="N/A" queryName="cmis:userText50">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText51" localName="cmis:userText51" displayName="N/A" queryName="cmis:userText51">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText52" localName="cmis:userText52" displayName="N/A" queryName="cmis:userText52">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText53" localName="cmis:userText53" displayName="N/A" queryName="cmis:userText53">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText54" localName="cmis:userText54" displayName="N/A" queryName="cmis:userText54">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText55" localName="cmis:userText55" displayName="N/A" queryName="cmis:userText55">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText56" localName="cmis:userText56" displayName="N/A" queryName="cmis:userText56">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText57" localName="cmis:userText57" displayName="N/A" queryName="cmis:userText57">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText58" localName="cmis:userText58" displayName="N/A" queryName="cmis:userText58">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText59" localName="cmis:userText59" displayName="N/A" queryName="cmis:userText59">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText60" localName="cmis:userText60" displayName="N/A" queryName="cmis:userText60">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText61" localName="cmis:userText61" displayName="N/A" queryName="cmis:userText61">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText62" localName="cmis:userText62" displayName="N/A" queryName="cmis:userText62">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText63" localName="cmis:userText63" displayName="N/A" queryName="cmis:userText63">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText64" localName="cmis:userText64" displayName="N/A" queryName="cmis:userText64">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText65" localName="cmis:userText65" displayName="N/A" queryName="cmis:userText65">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText66" localName="cmis:userText66" displayName="N/A" queryName="cmis:userText66">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText67" localName="cmis:userText67" displayName="N/A" queryName="cmis:userText67">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText68" localName="cmis:userText68" displayName="N/A" queryName="cmis:userText68">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText69" localName="cmis:userText69" displayName="N/A" queryName="cmis:userText69">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText70" localName="cmis:userText70" displayName="N/A" queryName="cmis:userText70">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText71" localName="cmis:userText71" displayName="N/A" queryName="cmis:userText71">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText72" localName="cmis:userText72" displayName="N/A" queryName="cmis:userText72">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText73" localName="cmis:userText73" displayName="N/A" queryName="cmis:userText73">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText74" localName="cmis:userText74" displayName="N/A" queryName="cmis:userText74">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText75" localName="cmis:userText75" displayName="N/A" queryName="cmis:userText75">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText76" localName="cmis:userText76" displayName="N/A" queryName="cmis:userText76">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText77" localName="cmis:userText77" displayName="N/A" queryName="cmis:userText77">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText78" localName="cmis:userText78" displayName="N/A" queryName="cmis:userText78">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText79" localName="cmis:userText79" displayName="N/A" queryName="cmis:userText79">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText80" localName="cmis:userText80" displayName="N/A" queryName="cmis:userText80">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText81" localName="cmis:userText81" displayName="N/A" queryName="cmis:userText81">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText82" localName="cmis:userText82" displayName="N/A" queryName="cmis:userText82">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText83" localName="cmis:userText83" displayName="N/A" queryName="cmis:userText83">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText84" localName="cmis:userText84" displayName="N/A" queryName="cmis:userText84">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText85" localName="cmis:userText85" displayName="N/A" queryName="cmis:userText85">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText86" localName="cmis:userText86" displayName="N/A" queryName="cmis:userText86">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText87" localName="cmis:userText87" displayName="N/A" queryName="cmis:userText87">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText88" localName="cmis:userText88" displayName="N/A" queryName="cmis:userText88">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText89" localName="cmis:userText89" displayName="N/A" queryName="cmis:userText89">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText90" localName="cmis:userText90" displayName="N/A" queryName="cmis:userText90">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText91" localName="cmis:userText91" displayName="N/A" queryName="cmis:userText91">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText92" localName="cmis:userText92" displayName="N/A" queryName="cmis:userText92">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText93" localName="cmis:userText93" displayName="N/A" queryName="cmis:userText93">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText94" localName="cmis:userText94" displayName="N/A" queryName="cmis:userText94">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText95" localName="cmis:userText95" displayName="N/A" queryName="cmis:userText95">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText96" localName="cmis:userText96" displayName="N/A" queryName="cmis:userText96">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText97" localName="cmis:userText97" displayName="N/A" queryName="cmis:userText97">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText98" localName="cmis:userText98" displayName="N/A" queryName="cmis:userText98">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText99" localName="cmis:userText99" displayName="N/A" queryName="cmis:userText99">
                                <cmis:value/>
                        </cmis:propertyString>
                        <cmis:propertyString propertyDefinitionId="cmis:userText100" localName="cmis:userText100" displayName="N/A" queryName="cmis:userText100">
                                <cmis:value/>
                        </cmis:propertyString>
                </cmis:properties>
                <cmis:allowableActions>
                        <cmis:canDeleteObject>false</cmis:canDeleteObject>
                        <cmis:canUpdateProperties>true</cmis:canUpdateProperties>
                        <cmis:canGetFolderTree>false</cmis:canGetFolderTree>
                        <cmis:canGetProperties>true</cmis:canGetProperties>
                        <cmis:canGetObjectRelationships>true</cmis:canGetObjectRelationships>
                        <cmis:canGetObjectParents>true</cmis:canGetObjectParents>
                        <cmis:canGetFolderParent>true</cmis:canGetFolderParent>
                        <cmis:canGetDescendants>false</cmis:canGetDescendants>
                        <cmis:canMoveObject>false</cmis:canMoveObject>
                        <cmis:canDeleteContentStream>false</cmis:canDeleteContentStream>
                        <cmis:canCheckOut>false</cmis:canCheckOut>
                        <cmis:canCancelCheckOut>false</cmis:canCancelCheckOut>
                        <cmis:canCheckIn>false</cmis:canCheckIn>
                        <cmis:canSetContentStream>false</cmis:canSetContentStream>
                        <cmis:canGetAllVersions>false</cmis:canGetAllVersions>
                        <cmis:canAddObjectToFolder>false</cmis:canAddObjectToFolder>
                        <cmis:canRemoveObjectFromFolder>false</cmis:canRemoveObjectFromFolder>
                        <cmis:canGetContentStream>false</cmis:canGetContentStream>
                        <cmis:canApplyPolicy>false</cmis:canApplyPolicy>
                        <cmis:canGetAppliedPolicies>false</cmis:canGetAppliedPolicies>
                        <cmis:canRemovePolicy>false</cmis:canRemovePolicy>
                        <cmis:canGetChildren>true</cmis:canGetChildren>
                        <cmis:canCreateDocument>false</cmis:canCreateDocument>
                        <cmis:canCreateFolder>false</cmis:canCreateFolder>
                        <cmis:canCreateRelationship>false</cmis:canCreateRelationship>
                        <cmis:canDeleteTree>false</cmis:canDeleteTree>
                        <cmis:canGetRenditions>false</cmis:canGetRenditions>
                        <cmis:canGetACL>false</cmis:canGetACL>
                        <cmis:canApplyACL>false</cmis:canApplyACL>
                </cmis:allowableActions>
                <cmis:relationship>
                        <cmis:properties>
                                <cmis:propertyString propertyDefinitionId="cmis:name" localName="Name" displayName="Name" queryName="cmis:name">
                                        <cmis:value>relationshipindex-index-41-indexentry-9-x-x-x-x-x-41</cmis:value>
                                </cmis:propertyString>
                                <cmis:propertyString propertyDefinitionId="cmis:description" localName="Description" displayName="Description" queryName="cmis:description">
                                        <cmis:value>relationshipindex-index-41-indexentry-9-x-x-x-x-x-41</cmis:value>
                                </cmis:propertyString>
                                <cmis:propertyId propertyDefinitionId="cmis:objectId" localName="ObjectId" displayName="Object Id" queryName="cmis:objectId">
                                        <cmis:value>relationshipindex-index-41-indexentry-9-x-x-x-x-x-41</cmis:value>
                                </cmis:propertyId>
                                <cmis:propertyId propertyDefinitionId="cmis:baseTypeId" localName="BaseTypeId" displayName="Base Type Id" queryName="cmis:baseTypeId">
                                        <cmis:value>cmis:relationship</cmis:value>
                                </cmis:propertyId>
                                <cmis:propertyId propertyDefinitionId="cmis:objectTypeId" localName="ObjectTypeId" displayName="Object Type Id" queryName="cmis:objectTypeId">
                                        <cmis:value>t1indexrelationshiptype</cmis:value>
                                </cmis:propertyId>
                                <cmis:propertyId propertyDefinitionId="cmis:secondaryObjectTypeIds" localName="secondaryObjectTypeIds" displayName="Ids of the objects secondary types." queryName="cmis:secondaryObjectTypeIds"/>
                                <cmis:propertyString propertyDefinitionId="cmis:createdBy" localName="CreatedBy" displayName="Created By" queryName="cmis:createdBy"/>
                                <cmis:propertyDateTime propertyDefinitionId="cmis:creationDate" localName="CreationDate" displayName="Creation Date" queryName="cmis:creationDate">
                                        <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                                </cmis:propertyDateTime>
                                <cmis:propertyString propertyDefinitionId="cmis:lastModifiedBy" localName="LastModifiedBy" displayName="Last Modified By" queryName="cmis:lastModifiedBy"/>
                                <cmis:propertyDateTime propertyDefinitionId="cmis:lastModificationDate" localName="LastModificationDate" displayName="Last Modification Date" queryName="cmis:lastModificationDate">
                                        <cmis:value>0001-01-01T00:00:00Z</cmis:value>
                                </cmis:propertyDateTime>
                                <cmis:propertyId propertyDefinitionId="cmis:changeToken" localName="Changetoken" displayName="Changetoken" queryName="cmis:changeToken"/>
                                <cmis:propertyId propertyDefinitionId="cmis:sourceId" localName="cmis:sourceId" displayName="SourceId" queryName="cmis:sourceId">
                                        <cmis:value>indexentry-9-x-x-x-x-x-41</cmis:value>
                                </cmis:propertyId>
                                <cmis:propertyId propertyDefinitionId="cmis:targetId" localName="cmis:targetId" displayName="cmis:targetId" queryName="cmis:targetId">
                                        <cmis:value>index-41</cmis:value>
                                </cmis:propertyId>
                        </cmis:properties>
                        <cmis:allowableActions>
                                <cmis:canDeleteObject>false</cmis:canDeleteObject>
                                <cmis:canUpdateProperties>false</cmis:canUpdateProperties>
                                <cmis:canGetFolderTree>false</cmis:canGetFolderTree>
                                <cmis:canGetProperties>true</cmis:canGetProperties>
                                <cmis:canGetObjectRelationships>false</cmis:canGetObjectRelationships>
                                <cmis:canGetObjectParents>false</cmis:canGetObjectParents>
                                <cmis:canGetFolderParent>false</cmis:canGetFolderParent>
                                <cmis:canGetDescendants>false</cmis:canGetDescendants>
                                <cmis:canMoveObject>false</cmis:canMoveObject>
                                <cmis:canDeleteContentStream>false</cmis:canDeleteContentStream>
                                <cmis:canCheckOut>false</cmis:canCheckOut>
                                <cmis:canCancelCheckOut>false</cmis:canCancelCheckOut>
                                <cmis:canCheckIn>false</cmis:canCheckIn>
                                <cmis:canSetContentStream>false</cmis:canSetContentStream>
                                <cmis:canGetAllVersions>false</cmis:canGetAllVersions>
                                <cmis:canAddObjectToFolder>false</cmis:canAddObjectToFolder>
                                <cmis:canRemoveObjectFromFolder>false</cmis:canRemoveObjectFromFolder>
                                <cmis:canGetContentStream>false</cmis:canGetContentStream>
                                <cmis:canApplyPolicy>false</cmis:canApplyPolicy>
                                <cmis:canGetAppliedPolicies>false</cmis:canGetAppliedPolicies>
                                <cmis:canRemovePolicy>false</cmis:canRemovePolicy>
                                <cmis:canGetChildren>false</cmis:canGetChildren>
                                <cmis:canCreateDocument>false</cmis:canCreateDocument>
                                <cmis:canCreateFolder>false</cmis:canCreateFolder>
                                <cmis:canCreateRelationship>false</cmis:canCreateRelationship>
                                <cmis:canDeleteTree>false</cmis:canDeleteTree>
                                <cmis:canGetRenditions>false</cmis:canGetRenditions>
                                <cmis:canGetACL>false</cmis:canGetACL>
                                <cmis:canApplyACL>false</cmis:canApplyACL>
                        </cmis:allowableActions>
                </cmis:relationship>
        </cmisra:object>
</entry>

Associated document sets

Index entries are generally associated with document sets. In order to retrieve any document sets that are linked to an entry, a getChildren() service call can be passed a t1foldertype filter.

For example, suppose that the id of the Native index entry above is t1indexentry-2-5-4-x-x-x-40. Invoking /Api/CMIS/{repositoryId}/Children?id=t1indexentry-2-5-4-x-x-x-40&filter=t1foldertype will return the following document sets: - Barramundi 101 - About Barramundi - Catching Stonefish - Native Creek Fish

If there are no associated document sets, the service will simply return an empty result set.

Document sets can be retrieved for the current level index entry as well as all index levels on an index which has more than 1 level. The default behavior will return document sets linked at all levels of the index entry. Retrieving document sets for the current level index entry only can be achieved by adding an additional filter currentLevelDocsOnly to the request

DotCMIS sample

/* Retrieve document sets associated with an index entry */
internal static List<IFolder> GetIndexEntryDocumentSets(IFolder indexEntry, ISession session, bool currentLevelDocsOnly = false)
{
        var filters = new HashSet<string> { "t1foldertype"}; // Restrict results returned to document sets only
        if (currentLevelDocsOnly) filters.Add("currentleveldocsonly");
        var children = indexEntry.GetChildren(new OperationContext{ Filter = filters });

        return children.Select(x => (IFolder)x).ToList();
}

Request sample

Return document sets for ALL levels of the index entry.

GET http:/baseurl.net/x/Api/CMIS/IDXDOCCHILDTEST/children/?id=indexentry-2586-x-x-x-x-x-40&filter=t1foldertype%2Ccmis%3AobjectId%2Ccmis%3AbaseTypeId%2Ccmis%3AobjectTypeId&includeAllowableActions=true&includeRelationships=none&includePathSegment=true&maxItems=100&skipCount=0 HTTP/1.1
User-Agent: Apache Chemistry DotCMIS
Authorization: Basic Y21pczpjbWlz
Host: baseurl.net

Return document sets for the current level of the index entry.

GET http:/baseurl.net/x/Api/CMIS/IDXDOCCHILDTEST/children/?id=indexentry-2586-x-x-x-x-x-40&filter=t1foldertype%2Ccurrentleveldocsonly%2Ccmis%3AobjectId%2Ccmis%3AbaseTypeId%2Ccmis%3AobjectTypeId&includeAllowableActions=true&includeRelationships=none&includePathSegment=true&maxItems=100&skipCount=0 HTTP/1.1
User-Agent: Apache Chemistry DotCMIS
Authorization: Basic Y21pczpjbWlz
Host: baseurl.net

Link an index entry to a document set

Index to Document Set linking samples have been moved to the Document Set page.