summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Events.xcs
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-26 19:48:52 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-26 20:01:10 +0200
commit46d2b549b21921214342a1243a037be7af7fa518 (patch)
tree750318a9d6fff5dcb5b9d5fca51336e5f5d01c6a /officecfg/registry/schema/org/openoffice/Office/Events.xcs
parenta965715f58df3582e62594d850623c29c5975c45 (diff)
xmllint: reformat files
Change-Id: I395211c53d37b02304cb87edc1c829405c215fe1
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Events.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Events.xcs55
1 files changed, 28 insertions, 27 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Events.xcs b/officecfg/registry/schema/org/openoffice/Office/Events.xcs
index c3a01b2228cc..755dcb3f6df2 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Events.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Events.xcs
@@ -17,31 +17,32 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<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="Events" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Contains the global event bindings.</desc>
- </info>
- <templates>
- <group oor:name="BindingType">
- <info>
- <desc>Describes the binding.</desc>
- </info>
- <prop oor:name="BindingURL" oor:type="xs:string">
- <info>
- <desc>The Macro URL to which the event is bound.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <group oor:name="ApplicationEvents">
- <info>
- <desc>Contains information about the global events.</desc>
- </info>
- <set oor:name="Bindings" oor:node-type="BindingType">
- <info>
- <desc>Contains event bindings.</desc>
- </info>
- </set>
- </group>
- </component>
+<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="Events" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains the global event bindings.</desc>
+ </info>
+ <templates>
+ <group oor:name="BindingType">
+ <info>
+ <desc>Describes the binding.</desc>
+ </info>
+ <prop oor:name="BindingURL" oor:type="xs:string">
+ <info>
+ <desc>The Macro URL to which the event is bound.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="ApplicationEvents">
+ <info>
+ <desc>Contains information about the global events.</desc>
+ </info>
+ <set oor:name="Bindings" oor:node-type="BindingType">
+ <info>
+ <desc>Contains event bindings.</desc>
+ </info>
+ </set>
+ </group>
+ </component>
</oor:component-schema>