+xns/Core/XNSObject
 |
 +--+xns/Core/Message
  |
  +--+xns/Data/Update
Modifies an element or attribute of an existing data object at the specified address.
If the Value argument is left empty, then the element or attribute will be removed. If AttrName is specified, then the value is assigned to the attribute. If ElemName is specified, then the value is assigned to the element.
To: Identity containing the element or attribute to be updated.
From: Identity or exposure requesting the update and containing the new values.
Input | ||
String |
AttrName | Name of the attribute to be updated. |
String |
ContractID | Identifier of the XNS contract governing the change. |
+xns/Core/DataID |
DataPath | Data path of the element or attribute to be updated. |
String |
ElemName | Name of the data element to be updated. |
String |
Value | Contents of the attribute or data element after update. |
Exceptions | |
ElemNotFound |
Input Detail |
Publishing Identity: +xns © 2002 XNSORG |
Last Updated: 07/09/2002 |