This file is indexed.

/usr/share/libgda-5.0/dtd/libgda-paramlist.dtd is in libgda-5.0-common 5.2.4-9.

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
<!--       libgda-paramlist.dtd
	   DTD for GdaSet specifications
	   Version 1.0
	   Copyright (C) 2006 Vivien Malerba
-->

<!ENTITY % array-dtd SYSTEM "libgda-array.dtd">
%array-dtd;

<!ELEMENT data-set-spec (parameters, sources?)>

<!ELEMENT parameters (parameter*)>
<!ATTLIST parameters
	  id NMTOKEN #IMPLIED
	  name CDATA #IMPLIED
	  xml:lang CDATA #IMPLIED
	  descr CDATA #IMPLIED
	  status (OPT|REQ) #IMPLIED>

<!ELEMENT parameter (gda_value*, attribute*)>
<!ATTLIST parameter
	  id NMTOKEN #REQUIRED
	  dbmstype NMTOKEN #IMPLIED
	  gdatype NMTOKEN #IMPLIED
	  name CDATA #IMPLIED
	  xml:lang CDATA #IMPLIED
	  descr CDATA #IMPLIED
	  nullok (TRUE|FALSE) #IMPLIED
	  plugin CDATA #IMPLIED
	  source CDATA #IMPLIED
	  hint CDATA #IMPLIED
	  status (OPT|REQ) #IMPLIED>

<!ELEMENT attribute (#PCDATA)>
<!ATTLIST attribute
	  name CDATA #REQUIRED>

<!ELEMENT sources (gda_array*)>