Permissions Schema
Delete Element
Permissions Schema : Delete Element

Glossary Item Box

Description

Yes if any user can delete an entity of this type. OwnerOnly if only the owner of the entity can delete the entity. No if no one can delete the entity.
Namespace (none)

Type

Diagram

Delete Element

Overview

Delete permissionValueType Simple Type
Yes if any user can delete an entity of this type. OwnerOnly if only the owner of the entity can delete the entity. No if no one can delete the entity.

Source

<xs:element name="Delete" type="permissionValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
            Yes if any user can delete an entity of this type. OwnerOnly if only the owner of the
            entity can delete the entity. No if no one can delete the entity.
        </xs:documentation>
  </xs:annotation>
</xs:element>

See Also