axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since 15100e9 was
8780cbec,
checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago
|
ABAC sources from Cobham
|
-
Property mode set to
100644
|
File size:
963 bytes
|
Rev | Line | |
---|
[8780cbec] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Kangshi (Kangshi) --> |
---|
| 3 | <ApplicationDomainSpecification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\rtml\schemas\DomainSpec.xsd" uri="C:\rtml\examples\FB\BankADSD.xml"> |
---|
| 4 | <RoleDeclaration name="employNumber" isIdentity="true"> |
---|
| 5 | <Parameter name="ID"> |
---|
| 6 | <Type name="string"/> |
---|
| 7 | </Parameter> |
---|
| 8 | </RoleDeclaration> |
---|
| 9 | <RoleDeclaration name="manager"/> |
---|
| 10 | <RoleDeclaration name="cashier"/> |
---|
| 11 | <RoleDeclaration name="auditor"/> |
---|
| 12 | <RoleDeclaration name="twoCashier" dimension="2"> |
---|
| 13 | <IdentityBaseRole name="employeeNumber"/> |
---|
| 14 | </RoleDeclaration> |
---|
| 15 | <RoleDeclaration name="managerAndTwoCashier" dimension="3"> |
---|
| 16 | <IdentityBaseRole name="employeeNumber"/> |
---|
| 17 | </RoleDeclaration> |
---|
| 18 | <RoleDeclaration name="approval" dimension="4"> |
---|
| 19 | <IdentityBaseRole name="employeeNumber"/> |
---|
| 20 | </RoleDeclaration> |
---|
| 21 | </ApplicationDomainSpecification> |
---|
Note: See
TracBrowser
for help on using the repository browser.