Iam trying to generate
wml.xsd using xjc, after adding
<xsd:import id="m" namespace="http://schemas.openxmlformats.org/officeDocument/2006/math" schemaLocation="shared-math.xsd" />But Iam unsuccessful.Not sure what Iam missing?
in my shared-math.xsl I have
<xsd:schema targetNamespace="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:w="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" blockDefault="#all" elementFormDefault="qualified">
If I change xmlns:xsd to
http://schemas.openxmlformats.org/offic ... /2006/math then , all these errors disappear but I get
org.xml.sax.SAXParseException: Unexpected <xsd:schema> appears at line 4 column 157
Thanks in Advance,
==============================================
undefined simple type ...