2.1.4.20 SPRoleType

Specifies a role type.

 <xs:simpleType name="SPRoleType">
     <xs:restriction base="xs:int">
         <xs:minInclusive value="0"/>
         <xs:maxInclusive value="5"/>
     </xs:restriction>
 </xs:simpleType>
  

The value MUST be one of the values described in the following table.

Value

Role Type

0

Custom

1

Browser

2

Reader

3

Contributor

4

Author

5

Administrator