This file is indexed.

/usr/share/arc/schema/janitor.xsd is in libarccommon1 1.1.1-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
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns="http://www.nordugrid.org/schemas/Janitor/2009/08"
  targetNamespace="http://www.nordugrid.org/schemas/Janitor/2009/08"
  elementFormDefault="qualified">

<xsd:element name="logconf" type="xsd:string"/>
<xsd:element name="uid" type="xsd:string"/>
<xsd:element name="gid" type="xsd:string"/>
<xsd:element name="registrationdir" type="xsd:string"/>
<xsd:element name="installationdir" type="xsd:string"/>
<xsd:element name="downloaddir" type="xsd:string"/>
<xsd:element name="jobexpirytime" type="xsd:nonNegativeInteger"/>
<xsd:element name="rteexpirytime" type="xsd:nonNegativeInteger"/>
<xsd:element name="allow_base" type="xsd:string"/>
<xsd:element name="deny_base" type="xsd:string"/>
<xsd:element name="allow_rte" type="xsd:string"/>
<xsd:element name="deny_rte" type="xsd:string"/>

<xsd:complexType name="catalog_Type">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
            Options for specific catalogs
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="location" type="xsd:string"/>
        <xsd:element name="refresh" type="xsd:string" minOccurs="0"/>
        <xsd:element name="cache" type="xsd:string" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="name" type="xsd:boolean" use="required"/>
</xsd:complexType>

<xsd:element name="catalog" type="catalog_Type"/>

</xsd:schema>