forked from plutext/docx4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxhtml-wordml.xsd
33 lines (27 loc) · 1.17 KB
/
xhtml-wordml.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
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.w3.org/1999/xhtml"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns="http://www.w3.org/1999/xhtml"
blockDefault="#all">
<xs:annotation>
<xs:documentation>
This is the XML Schema Driver for new
Document Type XHTML Basic 1.0 + WordprocessingML
</xs:documentation>
</xs:annotation>
<xs:import namespace="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
schemaLocation="http://dev.plutext.org/trac/docx4j/export/765/trunk/docx4j/xsd/wml/wml.xsd"/>
<!--
<xs:redefine schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-basic10.xsd">
<xs:redefine schemaLocation="file:///home/dev/xerces-2_9_1/xhtml/xhtml-basic11.xsd">
-->
<xs:redefine schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-basic11.xsd">
<xs:group name="xhtml.html.content">
<xs:sequence>
<xs:group ref="xhtml.html.content"/>
<xs:element ref="w:document"/>
</xs:sequence>
</xs:group>
</xs:redefine>
</xs:schema>