This file is indexed.

/usr/share/sdformat/1.3/road.sdf is in sdformat-sdf 2.0.0-6.

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
<!-- Model -->
<element name="road" required="*">
  <attribute name="name" type="string" default="__default__" required="1">
    <description>Name of the road</description>
  </attribute>

  <element name="width" type="double" default="1.0" required="1">
    <description>Width of the road</description>
  </element>

  <element name="point" type="vector3" default="0 0 0" required="+">
    <description>A series of points define the path of the road.</description>
  </element>

</element>