<attr> of <delta>

Contains information about an attribute of the object.

Syntax

<attr>
  <value>
  </value>
</attr>

element

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Type Required Description

multivalued

boolean

no

Indicates whether the attribute is multi-valued. This value is true if the attribute is multi-valued and false if it is single-valued.

name

string

yes

Contains the name of the attribute.

operation

operation

no

Specifies the operation that is applied to the object attribute during an update. These operations include add, delete, replace, and update. This attribute is required for an update <delta>.

type

type

no

Indicates the data type of the attribute. Attributes can have the following types:

Binary

The value is an array of bytes. The attribute can be single-valued or multi-valued.

Boolean

The value is Boolean and can only be true or false. The attribute is single-valued.

Number

The value is a 64-bit integer. The attribute can be single-valued or multi-valued.

String

The value is a string. The attribute can be single-valued or multi-valued.

Child Elements

Element Min Occurs Max Occurs Description

<value> of <attr>

1

many

Contains the value of the attribute.

Parent Elements

Element Description

<delta>

Contains the difference between two holograms.

See Also

Reference

<delta>

Concepts

Connector Space Export XML