| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!-- |
| 3 |
OASIS OpenDocument v1.0 |
| 4 |
OASIS Standard, 1 May 2005 |
| 5 |
Strict Relax-NG Schema |
| 6 |
|
| 7 |
$Id$ |
| 8 |
|
| 9 |
© 2002-2005 OASIS Open |
| 10 |
© 1999-2005 Sun Microsystems, Inc. |
| 11 |
--> |
| 12 |
|
| 13 |
<grammar xmlns="http://relaxng.org/ns/structure/1.0"> |
| 14 |
<include href="OpenDocument-schema-v1.0-os.rng"> |
| 15 |
<define name="office-meta-content"> |
| 16 |
<ref name="office-meta-content-strict"/> |
| 17 |
</define> |
| 18 |
<define name="style-page-layout-properties-content"> |
| 19 |
<ref name="style-page-layout-properties-content-strict"/> |
| 20 |
</define> |
| 21 |
<define name="style-header-footer-properties-content"> |
| 22 |
<ref name="style-header-footer-properties-content-strict"/> |
| 23 |
</define> |
| 24 |
<define name="style-drawing-page-properties-content"> |
| 25 |
<ref name="style-drawing-page-properties-content-strict"/> |
| 26 |
</define> |
| 27 |
<define name="style-text-properties-content"> |
| 28 |
<ref name="style-text-properties-content-strict"/> |
| 29 |
</define> |
| 30 |
<define name="style-paragraph-properties-content"> |
| 31 |
<ref name="style-paragraph-properties-content-strict"/> |
| 32 |
</define> |
| 33 |
<define name="style-ruby-properties-content"> |
| 34 |
<ref name="style-ruby-properties-content-strict"/> |
| 35 |
</define> |
| 36 |
<define name="style-section-properties-content"> |
| 37 |
<ref name="style-section-properties-content-strict"/> |
| 38 |
</define> |
| 39 |
<define name="style-list-level-properties-content"> |
| 40 |
<ref name="style-list-level-properties-content-strict"/> |
| 41 |
</define> |
| 42 |
<define name="style-table-properties-content"> |
| 43 |
<ref name="style-table-properties-content-strict"/> |
| 44 |
</define> |
| 45 |
<define name="style-table-column-properties-content"> |
| 46 |
<ref name="style-table-column-properties-content-strict"/> |
| 47 |
</define> |
| 48 |
<define name="style-table-row-properties-content"> |
| 49 |
<ref name="style-table-row-properties-content-strict"/> |
| 50 |
</define> |
| 51 |
<define name="style-table-cell-properties-content"> |
| 52 |
<ref name="style-table-cell-properties-content-strict"/> |
| 53 |
</define> |
| 54 |
<define name="style-graphic-properties-content"> |
| 55 |
<ref name="style-graphic-properties-content-strict"/> |
| 56 |
</define> |
| 57 |
<define name="style-chart-properties-content"> |
| 58 |
<ref name="style-properties-content"/> |
| 59 |
</define> |
| 60 |
</include> |
| 61 |
</grammar> |