Error INOXRE8816 while update node of instanse which have de

Hello.

I have instance of document with dereference within. Dereference is right and contains linked document.

Any node update, exclude update node with dereference, result in error INOXRE8816.

If break dereferense so as dereference node does not contains linked document, node update execute successfully.

Update statement
update insert attribute __Delete {1}
into input()/man

Scheme:
<?xml version = "1.0" encoding = "UTF-8"?>
<xs:schema elementFormDefault = “qualified” xmlns:tsd = “http://namespaces.softwareag.com/tamino/TaminoSchemaDefinition” xmlns:xs = “XML Schema”>
xs:annotation
xs:appinfo
<tsd:schemaInfo name = “man”>
<tsd:collection name = “MW”></tsd:collection>
<tsd:doctype name = “man”>
tsd:logical
tsd:contentclosed</tsd:content>
</tsd:logical>
</tsd:doctype>
tsd:adminInfo
tsd:created2001-08-12T12:08:52.828+03:00</tsd:created>
tsd:modified2001-08-12T12:08:52.828+03:00</tsd:modified>
tsd:versionTSD4</tsd:version>
tsd:server4.1.1.1</tsd:server>
</tsd:adminInfo>
</tsd:schemaInfo>
</xs:appinfo>
</xs:annotation>
<xs:element name = “man”>
xs:complexType
xs:sequence
<xs:element name = “CreationDate” type = “xs:dateTime” minOccurs = “0”></xs:element>
<xs:element name = “Title” type = “xs:string” minOccurs = “0”></xs:element>
<xs:element name = “Section” minOccurs = “0”>
xs:annotation
xs:appinfo
tsd:elementInfo
tsd:physical
tsd:native
tsd:index
tsd:standard</tsd:standard>
</tsd:index>
tsd:objectRef
tsd:collectionRefMW</tsd:collectionRef>
tsd:dereference</tsd:dereference>
<tsd:accessPredicate operator = “=”>
tsd:nodeRefLink/CHILD/@RefKey</tsd:nodeRef>
</tsd:accessPredicate>
</tsd:objectRef>
</tsd:native>
</tsd:physical>
</tsd:elementInfo>
</xs:appinfo>
</xs:annotation>
<xs:complexType mixed = “true”>
<xs:choice minOccurs = “0”>
<xs:any namespace = “##any” processContents = “skip” minOccurs = “0” maxOccurs = “unbounded”></xs:any>
</xs:choice>
<xs:attribute name = “caption” type = “xs:string”></xs:attribute>
<xs:attribute name = “AssociationID” type = “xs:string”></xs:attribute>
<xs:attribute name = “Stereotype” type = “xs:string”></xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name = “ID” type = “xs:string” use = “required”></xs:attribute>
<xs:attribute name = “__Delete” type = “xs:boolean”>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>

P.S.
Tamino 4.1.1.9