source: fedd/abac-src/rtml/examples/EPub/Discount.xml @ df783c1

axis_examplecompt_changesinfo-opsversion-2.00version-3.01version-3.02
Last change on this file since df783c1 was 8780cbec, checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago

ABAC sources from Cobham

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Kangshi (Kangshi) -->
3<!--
4discount <- K_ACM.acmMember(name=?X, sice<=2001) and student(name=?X, program='graduate')
5-->
6<AccessRule xmlns="http://crypto.stanford.edu/dc/RTMLv1.0" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://crypto.stanford.edu/dc/RTMLv1.0
7                                http://crypto.stanford.edu/~ninghui/rtml/RTMLv1.0q.xsd">
8        <Preamble>
9                <DefaultDomain uri="C:\rtml\examples\EPub\EPubADSD.xml"/>
10                <ImportDomain name="ACM" uri="C:\rtml\examples\EPub\ACMADSD.xml"/>
11                <ImportDomain name="ABU" uri="C:\rtml\examples\EPub\ABUADSD.xml"/>
12                <Principal id="K_ACM">
13                        <StringValue>
14                         9+GghdabPd7LvKtcNrhXuXmUr7v6OuqC+VdMCz0HgmdRWVeOutRZT+ZxBxCBgLRJFnEj6EwoFhO3
15 zwkyjMim4TwWeotUfI0o4KOuHiuzpnWRbqN/C/ohNWLx+2J6ASQ7zKTxvqhRkImog9/hWuWfBpKL
16 Zl6Ae1UlZAFMO/7PSSo=   
17                         </StringValue>
18                </Principal>
19        </Preamble>
20        <IntersectionContainment>
21                <HeadRoleTerm name="Discount"/>
22                <Intersection>
23                        <ExternalRole>
24                                <PrincipalRef ref="K_ACM"/>
25                                <RoleTerm name="ACM Member" domain="ACM">
26                                        <Parameter name="name" id="memberName"/>
27                                        <Parameter name="since">
28                                                <Interval>
29                                                        <To>
30                                                                <TimeValue>2001</TimeValue>
31                                                        </To>
32                                                </Interval>
33                                        </Parameter>
34                                </RoleTerm>
35                        </ExternalRole>
36                        <RoleTerm name="Student" domain="ABU">
37                                <Parameter name="name">
38                                        <Equals ref="memberName"/>
39                                </Parameter>
40                                <Parameter name="program">
41                                        <Set>
42                                                <EnumValue>M.S.</EnumValue>
43                                                <EnumValue>Ph.D.</EnumValue>
44                                        </Set>
45                                </Parameter>
46                        </RoleTerm>
47                </Intersection>
48        </IntersectionContainment>
49        <ValidityTime>
50                <IssueTime>2002-08-26T12:52:00</IssueTime>
51        </ValidityTime>
52</AccessRule>
Note: See TracBrowser for help on using the repository browser.