source: fedd/abac-src/rtml/examples/Email/EMailSpec.xml @ 11860f52

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

ABAC sources from Cobham

  • Property mode set to 100644
File size: 719 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by ABC (XYZ University) -->
3<ApplicationDomainSpecification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://crypto.stanford.edu/~ninghui/rtml/DomainSpec.xsd" uri="C:\rtml\examples\email\EmailSpec.xml" principalType="RSAKey">
4        <TreeTypeDeclaration name="DNSType" separator="." order="rootLast"/>
5        <RoleDeclaration name="EMailAddress">
6                <ParameterDeclaration name="domain">
7                        <Type name="DNSType"/>
8                </ParameterDeclaration>
9                <ParameterDeclaration name="user">
10                        <Type name="string"/>
11                </ParameterDeclaration>
12        </RoleDeclaration>
13</ApplicationDomainSpecification>
Note: See TracBrowser for help on using the repository browser.