Permissions Schema
Modify Element
Permissions Schema : Modify Element

Glossary Item Box

Description

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

Type

Diagram

Modify Element

Overview

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

Source

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

See Also