source: fedd/abac-src/rtml/schemas/SystemSpec.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<ApplicationDomainSpecification uri="systemDomain" id="fakeSystemHashID" xmlns="http://crypto.stanford.edu/dc/RTMLv1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="file:///var/tomcat4/webapps/demo/WEB-INF/RTMLv1.0q.xsd">
4        <IntegerType name="long" max="9223372036854775807" min="-9223372036854775808"/>
5        <IntegerType name="int" max="2147483647" min="-2147483648"/>
6        <IntegerType name="short" max="32767" min="-32768"/>
7        <IntegerType name="byte" max="127" min="-128"/>
8        <IntegerType name="bit" max="1" min="0"/>
9        <IntegerType name="unsigned int" max="4294967295" min="0"/>
10        <IntegerType name="unsigned short" max="65535" min="0"/>
11        <IntegerType name="unsigned byte" max="255" min="0"/>
12        <EnumType name="boolean">
13                <EnumValue>false</EnumValue>
14                <EnumValue>true</EnumValue>
15        </EnumType>
16        <StringType name="string"/>
17        <StringType name="case-insensitive string" ignoreCase="true"/>
18        <TreeType name="dns" separator="." order="rootLast"/>
19        <TreeType name="path" separator="/" order="rootFirst"/>
20        <RecordType name="email address">
21                <Field name="user name">
22                        <Type name="string"/>
23                </Field>
24                <Field name="server">
25                        <Type name="dns"/>
26                </Field>
27        </RecordType>
28        <RecordType name="person name">
29                <Field name="first name">
30                        <Type name="string"/>
31                </Field>
32                <Field name="last name">
33                        <Type name="string"/>
34                </Field>
35        </RecordType>
36        <RecordType name="distinguished name">
37                <Field name="CN">
38                        <Type name="string"/>
39                </Field>
40                <Field name="OU">
41                        <Type name="string"/>
42                </Field>
43                <Field name="O">
44                        <Type name="string"/>
45                </Field>
46                <Field name="C">
47                        <Type name="string"/>
48                </Field>
49        </RecordType>
50</ApplicationDomainSpecification>
Note: See TracBrowser for help on using the repository browser.