source: tmcsimulator/trunk/scripts/Cardfile.xml @ 2

Revision 2, 2.6 KB checked in by jdalbey, 10 years ago (diff)

Initial Import of project files

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--Please do not modify titles. Note that these titles are not
3sent into the actual screen. If titles are to be modified,
4they need to be changed in CardfileHandler.java  -->
5
6
7
8<CARDFILE> 
9        <TAB title = "Coastal Division Units">
10                <CARDFILE_OBJ name = "Name" >
11                        <ADDRESS>Address</ADDRESS>
12                        <CITY>City</CITY>
13                        <STATE>State</STATE>
14                        <ZIP>Zip</ZIP>
15                        <PHONE1>Phone1</PHONE1>
16                        <PHONE2>Phone2</PHONE2>
17                        <FAX>Fax</FAX>
18                </CARDFILE_OBJ>
19               
20                <CARDFILE_OBJ  name = "Name2" >
21                        <ADDRESS>Address2</ADDRESS>
22                        <CITY>City2</CITY>
23                        <STATE>State2</STATE>
24                        <ZIP>Zip2</ZIP>
25                        <PHONE1>Phone12</PHONE1>
26                        <PHONE2>Phone22</PHONE2>
27                        <FAX>Fax2</FAX>
28                </CARDFILE_OBJ>
29               
30        </TAB>
31       
32        <TAB title = "Police/Sheriff/Coroner">
33       
34                <CARDFILE_OBJ  name = "Name" >
35                        <ADDRESS>Address</ADDRESS>
36                        <CITY>City</CITY>
37                        <STATE>State</STATE>
38                        <ZIP>Zip</ZIP>
39                        <PHONE1>Phone1</PHONE1>
40                        <PHONE2>Phone2</PHONE2>
41                        <FAX>Fax</FAX>
42                </CARDFILE_OBJ>
43               
44        </TAB>
45       
46        <TAB title = "Courts">
47               
48               
49               
50        </TAB>
51       
52        <TAB title = "Public Transportation">
53               
54               
55               
56        </TAB>
57       
58        <TAB title = "GG Other">
59               
60               
61               
62        </TAB>
63       
64        <TAB title = "MY Misc">
65               
66               
67               
68        </TAB>
69       
70        <TAB title = "SL Misc">
71               
72               
73               
74        </TAB>
75       
76        <TAB title = "VT Misc">
77               
78               
79               
80        </TAB>
81       
82        <TAB title = "CHP Offices">
83               
84               
85               
86        </TAB>
87       
88        <TAB title = "State Agencies/Facilities">
89               
90               
91               
92        </TAB>
93       
94        <TAB title = "Government Officials">
95               
96               
97               
98        </TAB>
99       
100        <TAB title = "Federal Agencies">
101               
102               
103               
104        </TAB>
105       
106        <TAB title = "Fire/EMS">
107               
108               
109               
110        </TAB>
111       
112        <TAB title = "Jails">
113               
114               
115               
116        </TAB>
117       
118        <TAB title = "Hospitals/Med Centers">
119               
120               
121               
122        </TAB>
123       
124        <TAB title = "Tow Companies">
125               
126               
127               
128        </TAB>
129       
130        <TAB title = "CalTrans">
131               
132               
133               
134        </TAB>
135       
136        <TAB title = "County Roads">
137               
138               
139               
140        </TAB>
141       
142        <TAB title = "Utilities">
143               
144               
145               
146        </TAB>
147       
148        <TAB title = "Animal Control">
149               
150               
151               
152        </TAB>
153       
154        <TAB title = "Airports">
155               
156               
157               
158        </TAB>
159       
160        <TAB title = "Credit Cards">
161               
162               
163               
164        </TAB>
165       
166        <TAB title = "GG Crisis Shelters">
167               
168               
169               
170        </TAB>
171       
172        <TAB title = "Ranges">
173               
174               
175               
176        </TAB>
177       
178        <TAB title = "Hotlines">
179               
180               
181               
182        </TAB>
183       
184        <TAB title = "Hwy Patrols OOS">
185               
186               
187               
188        </TAB>
189       
190        <TAB title = "Parks/Recreation">
191               
192               
193               
194        </TAB>
195       
196        <TAB title = "Shelters">
197               
198               
199               
200        </TAB>
201       
202        <TAB title = "SL County Services">
203               
204               
205               
206        </TAB>
207       
208        <TAB title = "SL Resources">
209               
210               
211               
212        </TAB>
213       
214        <TAB title = "Truck/Tire Repair">
215               
216               
217               
218        </TAB>
219       
220        <TAB title = "MCC Employees">
221               
222               
223               
224        </TAB>
225       
226        <TAB title = "Gate Access Codes">
227               
228               
229               
230        </TAB>
231       
232        <TAB title = "VT Call Signs">
233               
234               
235               
236        </TAB>
237       
238        <TAB title = "SLCC Employees">
239               
240               
241               
242        </TAB>
243
244</CARDFILE>
Note: See TracBrowser for help on using the repository browser.