2.2.5.17 UserRole

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services

Specifies the role for the user with respect to the database application.

 <xs:simpleType name="UserRole" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Unauthorized"/>
     <xs:enumeration value="Reader"/>
     <xs:enumeration value="Writer"/>
     <xs:enumeration value="Author"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the UserRole simple type.

Value

Meaning

Unauthorized

Specifies that the user has no access privileges to the database application.

Reader

Specifies that the user can read from the database application.

Writer

Specifies that the user can write to the database application.

Author

Specifies that the user can author the database application.