Partager via


<attr> of <entry>

Contains information about an attribute of the object.

Schema Hierarchy

<hologram>
  <entry>

Syntax

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

element

Attributes and Elements

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

Attributes

Attribute Type Required Description

name

string

yes

Indicates the name of the attribute.

type

type

no

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

Type

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.

multivalued

Boolean

no

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

Child Elements

Element Min Occurs Max Occurs Description

<value>

1

many

Contains the value of the attribute.

Parent Elements

Element Description

<entry>

Contains information about an object in a connected data source.

See Also

Reference

<entry>

Concepts

Hologram XML