source: fedd/abac-src/rtml/examples/EPub/Student.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.1 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<!--
4    student(university=?X) <=== university(name=?X)
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="ABU" uri="C:\rtml\examples\EPub\ABUADSD.xml"/>
11        </Preamble>
12        <AdvancedDelegation>
13                <HeadRoleTerm name="Student" domain="ABU">
14                        <Parameter name="university" id="univName"/>
15                </HeadRoleTerm>
16                <DelegateTo>
17                        <RoleTerm name="University" domain="ABU">
18                                <Parameter name="name">
19                                        <Equals ref="univName"/>
20                                </Parameter>
21                        </RoleTerm>
22                </DelegateTo>
23        </AdvancedDelegation>
24        <ValidityTime>
25                <IssueTime>2002-08-26T12:52:00</IssueTime>
26        </ValidityTime>
27</AccessRule>
Note: See TracBrowser for help on using the repository browser.