This file is indexed.

/usr/share/phoronix-test-suite/pts-core/openbenchmarking.org/schemas/results-parser.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
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
<?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="ResultsParser" minOccurs="0" maxOccurs="unbounded">
		<xs:complexType>
		<xs:sequence>
			<xs:element name="OutputTemplate" type="xs:string" />
			<xs:element name="MatchToTestArguments" type="xs:string" minOccurs="0" maxOccurs="1" />
			<xs:element name="ResultKey" type="xs:string" minOccurs="0" maxOccurs="1" />
			<xs:element name="LineHint" type="xs:string" minOccurs="0" maxOccurs="1" />
			<xs:element name="LineBeforeHint" type="xs:string" minOccurs="0" maxOccurs="1" />
			<xs:element name="LineAfterHint" type="xs:string" minOccurs="0" maxOccurs="1" />
			<xs:element name="ResultBeforeString" type="xs:string" minOccurs="0" maxOccurs="1" />
			<xs:element name="StripFromResult" type="xs:string" minOccurs="0" maxOccurs="1" />
			<xs:element name="StripResultPostfix" type="xs:string" minOccurs="0" maxOccurs="1" />
			<xs:element name="MultiMatch" type="xs:string" minOccurs="0" maxOccurs="1" />
			<xs:element name="DivideResultBy" type="PositiveInteger" minOccurs="0" maxOccurs="1" />
			<xs:element name="MultiplyResultBy" type="PositiveInteger" minOccurs="0" maxOccurs="1" />
		</xs:sequence>
		</xs:complexType>
		</xs:element>

		<xs:element name="ImageParser" minOccurs="0" maxOccurs="unbounded">
		<xs:complexType>
		<xs:sequence>
			<xs:element name="SourceImage" type="xs:string" />
			<xs:element name="MatchToTestArguments" type="xs:string" minOccurs="0" maxOccurs="1" />
			<xs:element name="ImageX" type="PositiveInteger" minOccurs="0" maxOccurs="1" />
			<xs:element name="ImageY" type="PositiveInteger" minOccurs="0" maxOccurs="1" />
			<xs:element name="ImageWidth" type="PositiveInteger" minOccurs="0" maxOccurs="1" />
			<xs:element name="ImageHeight" type="PositiveInteger" minOccurs="0" maxOccurs="1" />
		</xs:sequence>
		</xs:complexType>
		</xs:element>

		<xs:element name="SystemMonitor" minOccurs="0" maxOccurs="unbounded">
		<xs:complexType>
		<xs:sequence>
			<xs:element name="Sensor" type="xs:string" />
			<xs:element name="PollingFrequency" type="PositiveInteger" minOccurs="0" maxOccurs="1" />
			<xs:element name="Report" type="MonitorReporting" minOccurs="0" maxOccurs="1" />
		</xs:sequence>
		</xs:complexType>
		</xs:element>

		<xs:element name="ExtraData" minOccurs="0" maxOccurs="unbounded">
		<xs:complexType>
		<xs:sequence>
			<xs:element name="Identifier" type="xs:string" />
		</xs:sequence>
		</xs:complexType>
		</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>