Error reported is

/files/odf/ODFWrSchema.rng:17425:19: error: conflicting ID-types for
attribute "targetElement" from namespace
"urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" of element
"command" from namespace
"urn:oasis:names:tc:opendocument:xmlns:animation:1.0"

/files/odf/ODFWrSchema.rng:10197:22: error: conflicting ID-types for
attribute "targetElement" from namespace
"urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" of element
"command" from namespace
"urn:oasis:names:tc:opendocument:xmlns:animation:1.0"


I take it that's an error in the schema?

  <define name="mathMarkup">
      <zeroOrMore>
         <choice>
            <attribute>
               <anyName/>
            </attribute>
            <text/>
   ====         <element>
               <anyName/>
               <ref name="mathMarkup"/>
            </element>
         </choice>
      </zeroOrMore>
   </define>


10197 is marked ====

and


   <define name="anyElements">
      <zeroOrMore>
==        <element>
            <anyName/>
            <mixed>
               <ref name="anyAttListOrElements"/>
            </mixed>
         </element>
      </zeroOrMore>
   </define>

17425 is marked ==


The errors don't make sense to me.
Any help appreciated.

regards DaveP


--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk


SPONSORED LINKS
Xml schema Computer internet security Xml
Computer internet business Xml format Xml document


YAHOO! GROUPS LINKS




Reply via email to