Permissions Schema
Actions Element
Permissions Schema : Actions Element

Glossary Item Box

Description

The collection of operations that permissions are defined for.
Namespace (none)

Diagram

Action Element Sequence Actions Element

Overview

Actions
The collection of operations that permissions are defined for.
Sequence
Operation optional xs:string
The name of the operation.

Source

<xs:element name="Actions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
            The collection of operations that permissions are defined for.
        </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Action" type="Action" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also