#96720# syntax error in chart.mod
some namespaces were missing (dr3d,form and math) in DTD
This commit is contained in:
parent
7fc5561d23
commit
615994dd21
3 changed files with 27 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Id: chart.mod,v 1.29 2002-05-06 08:52:55 bm Exp $
|
||||
$Id: chart.mod,v 1.30 2002-05-06 09:34:55 bm Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -230,9 +230,9 @@
|
|||
that represents the data for the whole chart
|
||||
-->
|
||||
<!ELEMENT chart:series ( chart:domain*,
|
||||
mean-value,
|
||||
regression-curve,
|
||||
error-indicator,
|
||||
chart:mean-value,
|
||||
chart:regression-curve,
|
||||
chart:error-indicator,
|
||||
chart:data-point* )>
|
||||
<!ATTLIST chart:series
|
||||
chart:values-cell-range-address %cell-range-address; #IMPLIED
|
||||
|
@ -252,9 +252,12 @@
|
|||
|
||||
<!-- statistical properties -->
|
||||
|
||||
<!ELEMENT chart:mean-value chart:style-name %styleName; #IMPLIED >
|
||||
<!ELEMENT chart:regression-curve chart:style-name %styleName; #IMPLIED >
|
||||
<!ELEMENT chart:error-indicator chart:style-name %styleName; #IMPLIED >
|
||||
<!ELEMENT chart:mean-value EMPTY>
|
||||
<!ELEMENT chart:regression-curve EMPTY >
|
||||
<!ELEMENT chart:error-indicator EMPTY >
|
||||
<!ATTLIST chart:mean-value chart:style-name %styleName; #IMPLIED >
|
||||
<!ATTLIST chart:regression-curve chart:style-name %styleName; #IMPLIED >
|
||||
<!ATTLIST chart:error-indicator chart:style-name %styleName; #IMPLIED >
|
||||
|
||||
<!ATTLIST style:properties
|
||||
chart:mean-value %boolean; #IMPLIED
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Id: nmspace.mod,v 1.4 2001-03-23 07:46:50 sab Exp $
|
||||
$Id: nmspace.mod,v 1.5 2002-05-06 09:34:55 bm Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -56,6 +56,7 @@
|
|||
<!ENTITY nFO "http://www.w3.org/1999/XSL/Format">
|
||||
<!ENTITY nXLink "http://www.w3.org/1999/xlink">
|
||||
<!ENTITY nSVG "http://www.w3.org/2000/svg">
|
||||
<!ENTITY nMath "http://www.w3.org/1998/Math/MathML">
|
||||
|
||||
<!-- StarOffice namespace names and prefixes -->
|
||||
|
||||
|
@ -71,8 +72,9 @@
|
|||
<!ENTITY nDraw "&nOpenOffice;/drawing">
|
||||
<!ENTITY nChart "&nOpenOffice;/chart">
|
||||
<!ENTITY nNumber "&nOpenOffice;/datastyle">
|
||||
<!ENTITY nDr3D "&nOpenOffice;/dr3d">
|
||||
<!ENTITY nForm "&nOpenOffice;/form">
|
||||
<!ENTITY nConfig "&nOpenOffice2001;/config">
|
||||
|
||||
|
||||
<!-- dublin core namespace name and prefic -->
|
||||
<!ENTITY nDC "http://purl.org/dc/elements/1.1/">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Id: office.mod,v 1.45 2002-02-28 14:42:15 dvo Exp $
|
||||
$Id: office.mod,v 1.46 2002-05-06 09:34:55 bm Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -75,6 +75,9 @@
|
|||
<!ATTLIST office:document xmlns:xlink CDATA #FIXED "&nXLink;">
|
||||
<!ATTLIST office:document xmlns:svg CDATA #FIXED "&nSVG;">
|
||||
<!ATTLIST office:document xmlns:dc CDATA #FIXED "&nDC;">
|
||||
<!ATTLIST office:document xmlns:dr3d CDATA #FIXED "&nDr3D;">
|
||||
<!ATTLIST office:document xmlns:math CDATA #FIXED "&nMath;">
|
||||
<!ATTLIST office:document xmlns:form CDATA #FIXED "&nForm;">
|
||||
|
||||
<!ATTLIST office:document office:class
|
||||
(text|text-global|
|
||||
|
@ -103,6 +106,9 @@
|
|||
<!ATTLIST office:document-styles xmlns:xlink CDATA #FIXED "&nXLink;">
|
||||
<!ATTLIST office:document-styles xmlns:svg CDATA #FIXED "&nSVG;">
|
||||
<!ATTLIST office:document-styles xmlns:dc CDATA #FIXED "&nDC;">
|
||||
<!ATTLIST office:document-styles xmlns:dr3d CDATA #FIXED "&nDr3D;">
|
||||
<!ATTLIST office:document-styles xmlns:math CDATA #FIXED "&nMath;">
|
||||
<!ATTLIST office:document-styles xmlns:form CDATA #FIXED "&nForm;">
|
||||
|
||||
<!ATTLIST office:document-styles office:version %string; #IMPLIED>
|
||||
|
||||
|
@ -127,6 +133,9 @@
|
|||
<!ATTLIST office:document-content xmlns:xlink CDATA #FIXED "&nXLink;">
|
||||
<!ATTLIST office:document-content xmlns:svg CDATA #FIXED "&nSVG;">
|
||||
<!ATTLIST office:document-content xmlns:dc CDATA #FIXED "&nDC;">
|
||||
<!ATTLIST office:document-content xmlns:dr3d CDATA #FIXED "&nDr3D;">
|
||||
<!ATTLIST office:document-content xmlns:math CDATA #FIXED "&nMath;">
|
||||
<!ATTLIST office:document-content xmlns:form CDATA #FIXED "&nForm;">
|
||||
|
||||
<!ATTLIST office:document-content office:class
|
||||
(text|text-global|
|
||||
|
@ -152,6 +161,9 @@
|
|||
<!ATTLIST office:document-meta xmlns:xlink CDATA #FIXED "&nXLink;">
|
||||
<!ATTLIST office:document-meta xmlns:svg CDATA #FIXED "&nSVG;">
|
||||
<!ATTLIST office:document-meta xmlns:dc CDATA #FIXED "&nDC;">
|
||||
<!ATTLIST office:document-meta xmlns:dr3d CDATA #FIXED "&nDr3D;">
|
||||
<!ATTLIST office:document-meta xmlns:math CDATA #FIXED "&nMath;">
|
||||
<!ATTLIST office:document-meta xmlns:form CDATA #FIXED "&nForm;">
|
||||
|
||||
<!ATTLIST office:document-meta office:version %string; #IMPLIED>
|
||||
|
||||
|
|
Loading…
Reference in a new issue