This file is indexed.

/usr/share/freemedforms/forms/subforms/fortestonly/SOAP 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FreeMedForms>
<MedForm>
  <version>0.3.0</version>
  <name>SOAPSample</name>
  <label>SOAP examples</label>
  <type>form</type>
  <creationdate>20-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 SOAP</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>

  <Item>
    <name>S</name>
    <label>S</label>
    <type>editor</type>
    <options>FullEditor</options>
  </Item>

  <Item>
    <name>O</name>
    <label>O</label>
    <type>editor</type>
    <options>FullEditor</options>
  </Item>

  <Item>
    <name>A</name>
    <label>A</label>
    <type>editor</type>
    <options>FullEditor</options>
  </Item>

  <Item>
    <name>P</name>
    <label>P</label>
    <type>editor</type>
    <options>FullEditor</options>
  </Item>

</MedForm>