forked from plutext/docx4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathword2003xmlto2006.xsd
60 lines (51 loc) · 2.34 KB
/
word2003xmlto2006.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema
xmlns:transit="http://www.docx4java.org/word2003xml/to/wordprocessingml/2006"
targetNamespace="http://www.docx4java.org/word2003xml/to/wordprocessingml/2006"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns="http://schemas.microsoft.com/office/word/2003/wordml"
xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core"
xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"
jaxb:version="2.1">
<!--
JAXB INSTRUCTIONS
To generate java classes, you need xjc, from the JAXB 2.1 RI.
xjc word2003xmlto2006.xsd -d temp -no-header -target 2.0 -extension
-->
<xsd:import namespace="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
schemaLocation="wml/wml.xsd" />
<xsd:annotation>
<xsd:appinfo>
<xsd:appinfo>
<jaxb:globalBindings>
</jaxb:globalBindings>
</xsd:appinfo>
<jaxb:schemaBindings>
<jaxb:package name="org.docx4j.convert.in.word2003xml"/>
</jaxb:schemaBindings>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="transition03to06">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="w:fonts" />
<xsd:element ref="w:numbering" />
<xsd:element ref="w:styles" />
<xsd:element ref="w:body" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>