bump product version to 4.1.6.2
[LibreOffice.git] / xmloff / dtd / openoffice-2.0-schema.rng
blob5f01dd89b95a28e885d8658b37d090e6dafdffde
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
20 <grammar
21 xmlns="http://relaxng.org/ns/structure/1.0"
22 xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
24 xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0"
25 xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
26 xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
28 <include href="office-strict-schema-1.0-cd-2.rng">
30 <!-- ==================== -->
31 <!-- replaced definitions -->
32 <!-- ==================== -->
34 <!-- list styles contained in graphic styles currently have no name (i36217) -->
35 <define name="text-list-style-attr" combine="interleave">
36 <optional>
37 <attribute name="style:name">
38 <ref name="styleName"/>
39 </attribute>
40 </optional>
41 </define>
42 <define name="text-list-style-attr" combine="interleave">
43 <optional>
44 <attribute name="style:display-name">
45 <ref name="string"/>
46 </attribute>
47 </optional>
48 </define>
49 <define name="text-list-style-attr" combine="interleave">
50 <optional>
51 <attribute name="text:consecutive-numbering" a:defaultValue="false">
52 <ref name="boolean"/>
53 </attribute>
54 </optional>
55 </define>
57 </include>
59 <!-- ====================== -->
60 <!-- additional definitions -->
61 <!-- ====================== -->
63 <!-- The following definition is obsolete, but required for legacy -->
64 <!-- files that have their origin in binary files (i35420). -->
65 <define name="chart-plot-area-attlist" combine="interleave">
66 <optional>
67 <attribute name="chart:table-number-list">
68 <ref name="string"/>
69 </attribute>
70 </optional>
71 </define>
73 <!-- List styles contained in graphic styles currently are -->
74 <!-- enabled by the following attribute (i36217). -->
75 <define name="style-paragraph-properties-attlist" combine="interleave">
76 <optional>
77 <attribute name="text:enable-numbering">
78 <ref name="boolean"/>
79 </attribute>
80 </optional>
81 </define>
83 </grammar>