Permissions Schema
Permissions Element
Permissions Schema : Permissions Element

Glossary Item Box

Description

The access-level rights of the logged on user on this entity type.
Namespace (none)

Diagram

Fields Element Actions Element Delete Element Modify Element Create Element Sequence Permissions Element

Overview

Permissions
The access-level rights of the logged on user on this entity type.
Sequence
Create optional permissionValueType Simple Type
Yes if any user can create an entity of this type.
Modify optional 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.
Delete optional 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.
Actions
The collection of operations that permissions are defined for.
Fields
The collection of operations that permissions are defined for.

Source

<xs:element name="Permissions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
            The access-level rights of the logged on user on this entity type.
        </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Create" minOccurs="0" />
      <xs:element ref="Modify" minOccurs="0" />
      <xs:element ref="Delete" minOccurs="0" />
      <xs:element ref="Actions" />
      <xs:element ref="Fields" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also