Permissions Schema
Action Complex Type
Permissions Schema : Action Complex Type

Glossary Item Box

Description

An operation that permissions are defined for. For example, Move, Copy, Reset, and so on. Possible values are: Yes - any user can perform the action on an entity of this type; OwnerOnly - only the owner of the entity can can perform the action on the entity; No - the action is blocked.
Namespace (none)

Base Type

Diagram

Action Complex Type

Overview

Action Extension of permissionValueType Simple Type
An operation that permissions are defined for. For example, Move, Copy, Reset, and so on. Possible values are: Yes - any user can perform the action on an entity of this type; OwnerOnly - only the owner of the entity can can perform the action on the entity; No - the action is blocked.
Operation optional xs:string
The name of the operation.

Used By

Attributes

NameTypeUseDefaultFixedDescription
Operationxs:stringoptional  The name of the operation.

Source

<xs:complexType name="Action" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
             An operation that permissions are defined for. For example, Move, Copy, Reset, and so on.
                Possible values are: Yes - any user can perform the action on an entity of this type;
                OwnerOnly - only the owner of the entity can can perform the action on the entity; No
                - the action is blocked.
        </xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="permissionValueType">
      <xs:attribute name="Operation" type="xs:string">
        <xs:annotation>
          <xs:documentation>
                        The name of the operation.
                    </xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

See Also