+xns/Core/XNSObject
 |
 +--+xns/Data/ChangeRequest
A unit of work constituting a change to an identity's data. Change request represents an object addition, deletion, or modification.
Data Elements | ||
+xns/Core/DataID |
Address | Address of the data being changed. |
String |
Attr | Name of the attribute to be updated or deleted. |
+xns/Core/DataID |
Before | Address of the object which this object is to be inserted before. |
+xns/Core/XNSObject |
Object | The new object being added. |
+xns/Core/DataID |
Parent | Address of the parent of the object being added. |
String |
Tag | XML tag name of the element to be updated or deleted. |
String |
Type | Change request type of "Add", "Update", or "Delete". |
String |
Value | The new value of the attribute or element. |
Element Detail |
Publishing Identity: +xns © 2002 XNSORG |
Last Updated: 07/09/2002 |