1<?xml version='1.0' encoding='UTF-8'?>
2
3<oor:component-data oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4    <node oor:name="HandlerSet">
5        <node oor:name="org.openoffice.Office.addon.example" oor:op="replace">
6            <prop oor:name="Protocols" oor:type="oor:string-list">
7                <value>org.openoffice.Office.addon.example:*</value>
8            </prop>
9        </node>
10    </node>
11</oor:component-data>
12