source: EDIS/trunk/java/tracking-server-main/src/main/webapp/WEB-INF/kaajeeConfig.xsd@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com) by Kyle Clarke (Department of Veterans Affairs) -->
4
5<!--W3C Schema generated by XMLSPY v5 rel. 3 U (http://www.xmlspy.com)-->
6
7<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
8
9 <xs:element name="computing-facility-divisions">
10
11 <xs:complexType>
12
13 <xs:attribute name="retrieve" type="xs:boolean" use="required"/>
14
15 </xs:complexType>
16
17 </xs:element>
18
19 <xs:element name="host-application-name" type="xs:string"/>
20
21 <xs:element name="kaajee-config">
22
23 <xs:complexType>
24
25 <xs:all>
26
27 <xs:element ref="host-application-name" minOccurs="0"/>
28
29 <xs:element ref="login-station-numbers"/>
30
31 <xs:element ref="context-root-name" minOccurs="0"/>
32
33 <xs:element ref="system-announcement" minOccurs="0"/>
34
35 <xs:element ref="user-new-person-divisions" minOccurs="0"/>
36
37 <xs:element ref="computing-facility-divisions" minOccurs="0"/>
38
39 <xs:element ref="cactus-insecure-mode" minOccurs="0"/>
40
41 </xs:all>
42
43 </xs:complexType>
44
45 </xs:element>
46
47 <xs:element name="login-station-numbers">
48
49 <xs:complexType>
50
51 <xs:sequence>
52
53 <xs:element ref="station-number" maxOccurs="unbounded"/>
54
55 </xs:sequence>
56
57 </xs:complexType>
58
59 </xs:element>
60
61 <xs:element name="station-number" type="xs:string"/>
62
63 <xs:element name="system-announcement" type="xs:string"/>
64
65 <xs:element name="user-new-person-divisions">
66
67 <xs:complexType>
68
69 <xs:attribute name="retrieve" type="xs:boolean" use="required"/>
70
71 </xs:complexType>
72
73 </xs:element>
74
75 <xs:element name="cactus-insecure-mode"/>
76
77 <xs:element name="context-root-name"/>
78
79</xs:schema>
80
81
82
83
84
Note: See TracBrowser for help on using the repository browser.