Skip to content

Commit

Permalink
set jaxb:package name
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed May 20, 2019
1 parent 177c165 commit b688951
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
17 changes: 16 additions & 1 deletion xsd/odrawxml/inkml-mathml2-subset.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.w3.org/1998/Math/MathML"
targetNamespace="http://www.w3.org/1998/Math/MathML"
elementFormDefault="qualified">
elementFormDefault="qualified"
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" jaxb:version="2.1">

<xs:annotation>
<xs:appinfo>
<xs:appinfo>
<jaxb:globalBindings>
</jaxb:globalBindings>
</xs:appinfo>
<jaxb:schemaBindings>
<jaxb:package name="org.docx4j.org.w3.x1998.math.mathML"/>
</jaxb:schemaBindings>
</xs:appinfo>
</xs:annotation>

<xs:annotation>
<xs:documentation>
This is an XML Schema for the MathML subset used by InkML.
Expand Down
17 changes: 16 additions & 1 deletion xsd/odrawxml/inkml.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,22 @@
targetNamespace="http://www.w3.org/2003/InkML"
elementFormDefault="qualified"
xmlns:inkml="http://www.w3.org/2003/InkML"
xmlns:mathml="http://www.w3.org/1998/Math/MathML">
xmlns:mathml="http://www.w3.org/1998/Math/MathML"
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" jaxb:version="2.1">

<xsd:annotation>
<xsd:appinfo>
<xsd:appinfo>
<jaxb:globalBindings>
</jaxb:globalBindings>
</xsd:appinfo>
<jaxb:schemaBindings>
<jaxb:package name="org.docx4j.org.w3.x2003.inkML"/>
</jaxb:schemaBindings>
</xsd:appinfo>
</xsd:annotation>

<xsd:annotation>
<xsd:documentation>
InkML 1.0 schema (20110106)
Expand Down

0 comments on commit b688951

Please sign in to comment.