This file is indexed.

/usr/share/libvirt/schemas/domain.rng is in libvirt-bin 1.3.1-1ubuntu10.

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
<?xml version="1.0"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  <!-- Grammar for accepting a domain element, both as top level, and
       also suitable for inclusion in domainsnapshot.rng -->
  <start>
    <ref name="domain"/>
  </start>

  <include href='domaincommon.rng'/>

  <define name='storageStartupPolicy' combine='choice'>
    <!-- overrides the no-op version in storagecommon.rng -->
    <ref name='startupPolicy'/>
  </define>

  <define name='storageSourceExtra' combine='choice'>
    <!-- overrides the no-op version in storagecommon.rng -->
    <ref name='diskspec'/>
  </define>

</grammar>