tag

Either:

  • a tag to be attached to the content item represented by this element's parent content element.

  • an instruction to remove all tags currently attached to the content item represented by this element's parent content element.

Syntax
<tag
    ( action="(remove)" | identifier="text" relevance="text" )
  />
Attributes
action="(remove)"

If this attribute is specified, all tags currently attached to the content item represented by this element's parent content element will be removed.

Allowed values are:

remove
identifier="text"

A tag identifier of the form:

scheme-uri:term

where:

scheme-uri

is the scheme URI of one of the tag structures defined at your installation. The escenic-admin web application's Manage Tag Structures option displays a list of all available tag structures and their scheme URIs.

term

is the local identifier of one of the tags in the tag structure identified by scheme-uri. If you don't know the terms of the tags in a tag structure, you can access them using the web service. See the Integration Guide for details.

relevance="text"

Defines the relevance between this tag and this element's parent content element.

This attribute is optional