AutoTag Element (Data)

From HLKitWiki
Jump to: navigation, search

Context: HL KitKit Reference  … Multiple Sources

The "autotag" Element

In a variety of situations, you will be able to specify one or more tags that will be automatically assigned to an object when it is added. This will always be controlled by the mechanism that is adding the object, such as bootstrapping a thing or adding a thing via a particular table.

Each tag that is to be automatically assigned is identified through the use of the "autotag" element. The complete list of attributes for this element is below.

group Id – Specifies the unique id of the tag group within which the assigned tag is defined.
tag Id – Specifies the unique id of the assigned tag within the above tag group.

Example

The following example demonstrates what a "autotag" element might look like. All default values are assumed for optional attributes.

<autotag group="TheGroup" tag="TheTag"/>