This file is indexed.

/usr/share/opencascade/6.5.0/src/XmlOcafResource/XmlOcaf_TDocStd.xsd is in libopencascade-ocaf-6.5.0 6.5.0.dfsg-2build1.

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
<schema targetNamespace="http://www.opencascade.org/OCAF/XML"
        xmlns="http://www.w3.org/2001/XMLSchema"
	xmlns:ocaf="http://www.opencascade.org/OCAF/XML"
	elementFormDefault="qualified">

<annotation>
  <documentation xml:lang="en">
    Open Cascade Application Framework: Definition of attributes from TDocStd
    This file is included in XmlOcaf.xsd
    URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TDocStd.xsd
  </documentation>
</annotation>

<element name="TDocStd_XLink" substitutionGroup="ocaf:AbstractXPathLabel">
  <complexType>
    <complexContent>
      <extension base="ocaf:AbsXPathLabelType">
        <attribute name="documentEntry" type="string" use="required"/>
      </extension>
    </complexContent>
  </complexType>
</element>

</schema>