Permissions Schema
Fields Element
Permissions Schema : Fields Element

Glossary Item Box

Description

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

Diagram

Field Element Sequence Fields Element

Overview

Fields
The collection of operations that permissions are defined for.
Sequence
Name optional xs:string
The name of the field.

Source

<xs:element name="Fields" 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="Field" type="Field" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also