source:
fedd/abac-src/rtml/examples/DistinguishedNameSpec.xml
@
c9318dc
Last change on this file since c9318dc was 8780cbec, checked in by , 15 years ago | |
---|---|
|
|
File size: 710 bytes |
Rev | Line | |
---|---|---|
[8780cbec] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <DomainSpecification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\rtml\DomainSpec.xsd" uri="" principalType="RSAKey"> | |
3 | <RecordTypeDeclaration name="DistinguishedNameType"> | |
4 | <FieldDeclaration name="CN" typeName="String"/> | |
5 | <FieldDeclaration name="OU" typeName="String"/> | |
6 | <FieldDeclaration name="O" typeName="String"/> | |
7 | <FieldDeclaration name="C" typeName="String"/> | |
8 | </RecordTypeDeclaration> | |
9 | <RoleNameDeclaration name="DistinguishedName"> | |
10 | <ParameterDeclarations> | |
11 | <Parameter name="subjectDN" typeName="DistinguishedNameType"/> | |
12 | </ParameterDeclarations> | |
13 | </RoleNameDeclaration> | |
14 | </DomainSpecification> |
Note: See TracBrowser
for help on using the repository browser.