tag-scheme

The tag-scheme element can be used to enable tagging for a particular content type. By default, content types do not support tagging, and you enable it by adding tag-scheme elements to the required content type definitions. Adding a ui:tag-scheme element to a content-type element enables access to one tag structure. You can enable access to several tag structures by adding multiple ui:tag-scheme elements.

For example:

<content-type name="story">
    <ui:tag-scheme>tag:concept@escenic.com,2017</ui:tag-scheme>
    <ui:tag-scheme>tag:location@escenic.com,2017</ui:tag-scheme>
    <ui:tag-scheme>tag:organization@escenic.com,2017</ui:tag-scheme>
    <ui:tag-scheme>tag:entity@escenic.com,2017</ui:tag-scheme>
    <ui:tag-scheme>tag:person@escenic.com,2017</ui:tag-scheme>
...
</content-type>

The content of a ui:tag-scheme element must be the scheme of one of the site's tag structures. A tag structure scheme is a URI that uniquely identifies the tag structure. The schemes of all tag structures defined on a Content Store site are listed on the escenic-admin application's tag management page (see Manage Tag Structures).