| The security-roleType contains the definition of a security | |
| role. The definition consists of an optional description of the | |
| security role, and the security role name. | |
| Example: | |
| <security-role> | |
| <description> | |
| This role includes all employees who are authorized | |
| to access the employee service application. | |
| </description> | |
| <role-name>employee</role-name> | |
| </security-role> |