axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change
on this file since 2c9fff0 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 | <ApplicationDomainSpecification uri="C:\rtml\examples\EPub\ABUADSD.xml" |
---|
3 | xmlns="http://crypto.stanford.edu/dc/RTMLv1.0" |
---|
4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
5 | xsi:schemaLocation="http://crypto.stanford.edu/dc/RTMLv1.0 |
---|
6 | http://crypto.stanford.edu/~ninghui/rtml/RTMLv1.0q.xsd"> |
---|
7 | <EnumType name="degree"> |
---|
8 | <EnumValue>B.S.</EnumValue> |
---|
9 | <EnumValue>M.S.</EnumValue> |
---|
10 | <EnumValue>Ph.D.</EnumValue> |
---|
11 | </EnumType> |
---|
12 | <RoleDeclaration name="University"> |
---|
13 | <Parameter name="name"> |
---|
14 | <Type name="string"/> |
---|
15 | </Parameter> |
---|
16 | </RoleDeclaration> |
---|
17 | <RoleDeclaration name="Student"> |
---|
18 | <Parameter name="university"> |
---|
19 | <Type name="string"/> |
---|
20 | </Parameter> |
---|
21 | <Parameter name="department"> |
---|
22 | <Type name="string"/> |
---|
23 | </Parameter> |
---|
24 | <Parameter name="program"> |
---|
25 | <Type name="degree"/> |
---|
26 | </Parameter> |
---|
27 | <Parameter name="id"> |
---|
28 | <Type name="string"/> |
---|
29 | </Parameter> |
---|
30 | <Parameter name="name"> |
---|
31 | <Type name="person name"/> |
---|
32 | </Parameter> |
---|
33 | </RoleDeclaration> |
---|
34 | </ApplicationDomainSpecification> |
---|
Note: See
TracBrowser
for help on using the repository browser.