1<?xml version="1.0" encoding="utf-8"?>
2
3<components cfg:package="uno"
4            xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
5            xmlns:cfg="http://openoffice.org/2000/registry/instance">
6
7<service>
8 <available-implementations cfg:type="string" cfg:derivedBy=="list"/>
9 <context-properties cfg:type="set" cfg:element-type="cfg:any"/>
10</service>
11
12<implementation>
13 <activator cfg:type="string"/>
14 <url cfg:type="string"/>
15 <supported-services cfg:type="string" cfg:derivedBy="list"/>
16 <context-properties cfg:type="set" cfg:element-type="cfg:any"/>
17</implementation>
18
19<singleton>
20 <used-service cfg:type="string"/>
21 <initial-arguments cfg:type="set" cfg:element-type="cfg:any"/>
22</singleton>
23
24</components>
25