Annex F (normative) Information Model XML Schema

F.22 UANodeSetChangesStatus

The UANodeSetChangesStatus is the root of a document that is produced when a UANodeSetChanges document is processed.
The elements of the type are defined in Table F.20.
Table F.20 – UANodeSetChangesStatus
Element | Type | Description |
---|---|---|
NamespaceUris | UriTable | Same as described in Table F.1. |
ServerUris | UriTable | Same as described in Table F.1. |
Aliases | AliasTable | Same as described in Table F.1. |
Extensions | xs:any [] | Same as described in Table F.1. |
Version | String | Same as described in Table F.1. |
LastModified | DateTime | Same as described in Table F.1. |
TransactionId | String | A globally unique identifier from the original UANodeSetChanges document. |
NodesToAdd | NodeSetStatusList | A list of results for the NodesToAdd specified in the original document.The list is empty if all elements were processed successfully. |
ReferencesToAdd | NodeSetStatusList | A list of results for the ReferencesToAdd specified in the original document. The list is empty if all elements were processed successfully. |
NodesToDelete | NodeSetStatusList | A list of results for the NodesToDelete specified in the original document. The list is empty if all elements were processed successfully. |
ReferencesToDelete | NodeSetStatusList | A list of results for the ReferencesToDelete specified in the original document. The list is empty if all elements were processed successfully. |