This file is indexed.

/usr/share/xml/xmltooling/xmltooling.xsd is in xmltooling-schemas 1.6.4-1ubuntu2.

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
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" 
    xmlns:xt="http://www.opensaml.org/xmltooling"
    targetNamespace="http://www.opensaml.org/xmltooling"
    elementFormDefault="qualified"
    version="1.4">

    <element name="exception" type="xt:XMLToolingExceptionType"/>
    <complexType name="XMLToolingExceptionType">
        <sequence>
            <element name="message" type="string" minOccurs="0"/>
            <element name="param" minOccurs="0" maxOccurs="unbounded">
                <complexType>
                    <simpleContent>
                        <extension base="string">
                            <attribute name="name" type="string" use="required"/>
                        </extension>
                    </simpleContent>
                </complexType>
            </element>
        </sequence>
        <attribute name="type" type="string" use="required"/>
    </complexType>

    <element name="URLInputSourceStatus" type="unsignedShort"/>

</schema>