This file is indexed.

/usr/share/d-rats/forms/ICS213_OR_WashCoARES.xml is in d-rats 0.3.3-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<xml>
<form id='ICS213_OR_WashCoARES'>
<title>ICS-213 Form</title>
<field id='_auto_number'>
<caption>Number</caption>
<entry type='numeric'>1</entry>
</field>
<field id='precedence'>
<caption>Precedence</caption>
<entry type='choice'>
  <choice set="y">Routine</choice>
  <choice>Welfare</choice>
  <choice>Priority</choice>
  <choice>Emergency</choice>
</entry>
</field>
<field id='station'>
<caption>Originating station</caption>
<entry type='text'/>
</field>
<field id='place'>
<caption>Originating location</caption>
<entry type='text'/>
</field>
<field id='time'>
<caption>Time</caption>
<entry type='time'/>
</field>
<field id='date'>
<caption>Date</caption>
<entry type='date'/>
</field>
<field id='recip'>
<caption>Recipient</caption>
<entry type='text'/>
</field>
<field id='sender'>
<caption>Sender</caption>
<entry type='text'/>
</field>
<field id='subject'>
<caption>Subject</caption>
<entry type='text'/>
</field>
<field id='message'>
<caption>Message</caption>
<entry type='multiline'/>
</field>
</form>
</xml>