/usr/share/arc/schema/javawrapper.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 | <?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.nordugrid.org/schemas/javawrapper/2009/08"
xmlns="http://www.nordugrid.org/schemas/javawrapper/2009/08"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:element name="ClassPath" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines search path of java classes.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ClassName" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines the name of the class which containes the service implementation.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>
|