2.2.4.15 t:PermissionType
The PermissionType complex type specifies a permission on a folder. The PermissionType complex type extends the BasePermissionType complex type, as specified in section 2.2.4.7.<9>
-
<xs:complexType name="PermissionType"> <xs:complexContent> <xs:extension base="t:BasePermissionType" > <xs:sequence> <xs:element name="ReadItems" type="t:PermissionReadAccessType" minOccurs="0" maxOccurs="1" /> <xs:element name="PermissionLevel" type="t:PermissionLevelType" minOccurs="1" maxOccurs="1" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the PermissionType complex type.
Element name |
Type |
Description |
---|---|---|
ReadItems |
t:PermissionReadAccessType (section 2.2.5.4) |
Specifies whether a user has permission to read items in a folder. This element can be present. |
PermissionLevel |
t:PermissionLevelType (section 2.2.5.3) |
Specifies the combination of permissions that a user has on a folder. This element MUST be present. |
This type defines the access that a user has to a folder.