tag-structure-acl

Represents an Escenic access control list (ACL), which assigns a specified role to one or more users or user groups. A role implies a defined set of access rights. This element represents a tag structure ACL, so the access rights only apply to a specified tag structure, and only one possible role, tagadmin may be assigned.

Syntax
<tag-structure-acl
    name="tagadmin"
    scheme="..."
  >
  <user-ref/>*
  <user-group-ref/>*
</tag-structure-acl>
Examples
  • This example assigns administration rights for the tag scheme tag:person@example.com,2011 to members of the user group mobile.

    <tag-structure-acl name="tagadmin" scheme="tag:person@example.com,2011">
      <user-group-ref name="mobile" publication-id="4"/>
    </tag-structure-acl>
Attributes
name="tagadmin"

The name of the role represented by this ACL.

scheme="..."

The tag structure scheme to which this ACL applies.