summaryrefslogtreecommitdiff
path: root/odk/examples/java/Inspector/ObjectInspector.xcs
blob: 01a35ca111c058926fae8517caa1f9d16817183f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='UTF-8'?>

<oor:component-schema 
    xmlns:oor="http://openoffice.org/2001/registry" 
    xmlns:xs="http://www.w3.org/2001/XMLSchema" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    oor:name="ObjectInspector" 
    oor:package="org.openoffice.inspector" 
    xml:lang="en-US">
    <info>
        <desc>Configuration parameters for the Object Inspector.</desc>
    </info>
    <component>
        <prop oor:name="Language" oor:type="xs:string"/>
        <prop oor:name="SDKPath" oor:type="xs:string"/>
    </component>        

</oor:component-schema>