This file is indexed.

/usr/share/freemedforms/forms/subforms/fortestonly/RichText Sample.xml is in freemedforms-emr-resources 0.9.4-1.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FreeMedForms>
<MedForm>
  <version>0.3.0</version>
  <name>richTextFormSample</name>
  <label>Rich Text Widget example</label>
  <type>form</type>
  <creationdate>19-04-2010</creationdate>
  <categorie>samples</categorie>
  <authors>Eric Maeker, MD</authors>
  <description>Small description here</description>
  <bibliography>Small bibliography</bibliography>
  <license>License terms here</license>

  <label lang="fr">Exemple de RichText</label>
  <categorie lang="fr">samples</categorie>
  <authors lang="fr">Dr Eric Maeker</authors>
  <description lang="fr">Petite description ici</description>
  <bibliography lang="fr">Bibliographie ici</bibliography>
  <licence lang="fr">Termes de la license</license>

  <column>1</column>
  <option>compact</option>

  <Item>
    <name>sampleText</name>
    <label>This is a simple text</label>
    <type>texteditor</type>
  </Item>
</MedForm>