summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/FormWizard.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/FormWizard.xcs
parenta965715f58df3582e62594d850623c29c5975c45 (diff)
xmllint: reformat files
Change-Id: I395211c53d37b02304cb87edc1c829405c215fe1
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs76
1 files changed, 38 insertions, 38 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs b/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
index f376ccf6a563..47a515bd3c45 100644
--- a/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
@@ -17,42 +17,42 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema oor:name="FormWizard" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <info>
- <desc>Contains the styles for the form wizard</desc>
- </info>
- <templates>
- <group oor:name="FWizStyle">
- <info>
- <desc>Specifies style information (css)</desc>
- </info>
- <prop oor:name="Index" oor:type="xs:int">
- <info>
- <desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
- </info>
- </prop>
- <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
- <info>
- <desc>UI name of the style</desc>
- </info>
- </prop>
- <prop oor:name="CssHref" oor:type="xs:string">
- <info>
- <desc>the name of the css file</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <group oor:name="FormWizard">
- <info>
- <desc>the form wizard styles</desc>
- </info>
- <set oor:name="Styles" oor:node-type="FWizStyle">
- <info>
- <desc>the set of available styles</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="FormWizard" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains the styles for the form wizard</desc>
+ </info>
+ <templates>
+ <group oor:name="FWizStyle">
+ <info>
+ <desc>Specifies style information (css)</desc>
+ </info>
+ <prop oor:name="Index" oor:type="xs:int">
+ <info>
+ <desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
+ </info>
+ </prop>
+ <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>UI name of the style</desc>
+ </info>
+ </prop>
+ <prop oor:name="CssHref" oor:type="xs:string">
+ <info>
+ <desc>the name of the css file</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="FormWizard">
+ <info>
+ <desc>the form wizard styles</desc>
+ </info>
+ <set oor:name="Styles" oor:node-type="FWizStyle">
+ <info>
+ <desc>the set of available styles</desc>
+ </info>
+ </set>
+ </group>
+ </component>
</oor:component-schema>