<?xml version="1.0" encoding="UTF-8"?>
<!-- 
Updates the Name of a RegistryObject
-->
<UpdateObjectsRequest 
    id="urn:oasis:names:tc:ebxml-regrep:request:id" 
    xmlns="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:4.0" 
    xmlns:lcm="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:4.0" 
    xmlns:query="urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0" 
    xmlns:rim="urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0" 
    xmlns:rs="urn:oasis:names:tc:ebxml-regrep:xsd:rs:4.0" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:xlink="http://www.w3.org/1999/xlink" 
    xsi:schemaLocation="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:4.0  ../../xsd/lcm.xsd">
    
    <rim:ObjectRefList>
        <rim:ObjectRef id="urn:wellfleetsoftware:image:farrukh.png"/>
    </rim:ObjectRefList>
    <UpdateAction mode="Update">
        <ValueHolder xsi:type="rim:AnyValueType">
            <rim:Description>
                <rim:LocalizedString xml:lang="en-US" value="Nice guy"/>
            </rim:Description>
        </ValueHolder>
        <Selector xsi:type="rim:StringQueryExpressionType" queryLanguage="urn:oasis:names:tc:ebxml-regrep:QueryLanguage:XPath">
            <rim:Value>./rim:Description</rim:Value>
        </Selector>
    </UpdateAction>
</UpdateObjectsRequest>
