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