This file is indexed.

/usr/share/phoronix-test-suite/pts-core/openbenchmarking.org/schemas/test-profile-downloads.xsd is in phoronix-test-suite 4.8.3-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
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:annotation>
	<xs:documentation xml:lang="en">
		Phoronix Test Suite / OpenBenchmarking.org XML Test Profile Specification
		Copyright (C) 2008 - 2013, Phoronix Media
		Copyright (C) 2008 - 2013, Michael Larabel
	</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="types.xsd" />
<xs:element name="PhoronixTestSuite">
<xs:complexType>
<xs:sequence>
		<xs:element name="Downloads">
		<xs:complexType>
		<xs:sequence>
			<xs:element name="Package" minOccurs="1" maxOccurs="unbounded">
			<xs:complexType>
			<xs:sequence>
				<xs:element name="URL" type="xs:string" />
				<xs:element name="MD5" type="xs:string" minOccurs="0" maxOccurs="1" />
				<xs:element name="SHA256" type="xs:string" minOccurs="0" maxOccurs="1" />
				<xs:element name="FileName" type="xs:string" minOccurs="0" maxOccurs="1" />
				<xs:element name="FileSize" type="FileSize" minOccurs="0" maxOccurs="1" />
				<xs:element name="PlatformSpecific" type="xs:string" minOccurs="0" maxOccurs="1" />
				<xs:element name="ArchitectureSpecific" type="xs:string" minOccurs="0" maxOccurs="1" />
			</xs:sequence>
			</xs:complexType>
			</xs:element>
		</xs:sequence>
		</xs:complexType>
		</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>