This file is indexed.

/usr/share/xml/docbook/custom/website/2.5.0/schema/dtd/autolayout.dtd is in docbook-website 2.5.0.0-8.

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
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
<!-- ====================================================================== -->
<!-- Website Autolayout DTD V2.5.0
     Part of the Website distribution
     http://sourceforge.net/projects/docbook/

     Please use the following formal public identifier to identify it:

     "-//Norman Walsh//DTD Website Autolayout V2.5.0//EN"

     For example:

     <!DOCTYPE autolayout PUBLIC "-//Norman Walsh//DTD Website Autolayout V2.5.0//EN"
               "http://docbook.sourceforge.net/release/website/2.5.0/autolayout.dtd">

     Please direct all questions and comments about this DTD to
     Norman Walsh, <ndw@nwalsh.com>.
                                                                            -->
<!-- ====================================================================== -->

<!ELEMENT autolayout ((copyright|style|script|headlink|config)*, toc+, notoc*)>

<!ELEMENT toc (title, titleabbrev?, summary?, tocentry*)>
<!ATTLIST toc
	id		ID	#REQUIRED
	page		CDATA	#REQUIRED
	dir		CDATA	#IMPLIED
	filename	CDATA	#REQUIRED
>

<!ELEMENT title ANY>

<!ELEMENT titleabbrev ANY>

<!ELEMENT summary (#PCDATA)*>

<!ELEMENT config EMPTY>
<!ATTLIST config
	param	CDATA	#REQUIRED
	value	CDATA	#REQUIRED
	altval	CDATA	#IMPLIED
>

<!ELEMENT style (#PCDATA)>
<!ATTLIST style
	src	CDATA	#IMPLIED
	type	CDATA	#IMPLIED
>

<!ELEMENT script (#PCDATA)>
<!ATTLIST script
	src	CDATA	#IMPLIED
	language	CDATA	#IMPLIED
	type	CDATA	#IMPLIED
>

<!ELEMENT headlink EMPTY>
<!ATTLIST headlink
	href	CDATA	#IMPLIED
	media	CDATA	#IMPLIED
	name	CDATA	#IMPLIED
	rel	CDATA	#IMPLIED
	rev	CDATA	#IMPLIED
	src	CDATA	#IMPLIED
	title	CDATA	#IMPLIED
	type	CDATA	#IMPLIED
>

<!ELEMENT copyright (year+, holder+)>

<!ELEMENT year (#PCDATA)*>

<!ELEMENT holder (#PCDATA|ulink)*>
<!ATTLIST holder
	role	CDATA	#IMPLIED
>

<!ELEMENT ulink (#PCDATA)*>
<!ATTLIST ulink
	url	CDATA	#REQUIRED
>

<!ELEMENT tocentry (title, titleabbrev?, summary?, tocentry*)>
<!ATTLIST tocentry
	id		ID	#REQUIRED
	page		CDATA	#IMPLIED
	href		CDATA	#IMPLIED
	dir		CDATA	#IMPLIED
	filename	CDATA	#IMPLIED
	revisionflag	(added|changed)	#IMPLIED
	tocskip		(0|1)	"0"
>

<!ELEMENT notoc (title, titleabbrev?, summary?)>
<!ATTLIST notoc
	id		ID	#REQUIRED
	page		CDATA	#REQUIRED
	dir		CDATA	#IMPLIED
	filename	CDATA	#REQUIRED
>

<!-- End of autolayout.dtd V2.5.0 ......................................... -->
<!-- ...................................................................... -->