source: trunk/docx4j/xsd/xhtml-wordml.xsd @ 766

Revision 766, 1.2 KB checked in by jharrop, 3 years ago (diff)

Reference wml.xsd on server

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
3           targetNamespace="http://www.w3.org/1999/xhtml"
4           xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
5           xmlns="http://www.w3.org/1999/xhtml"
6           blockDefault="#all">
7
8  <xs:annotation>
9    <xs:documentation>
10      This is the XML Schema Driver for new
11      Document Type XHTML Basic 1.0 + WordprocessingML
12    </xs:documentation>
13  </xs:annotation>
14 
15  <xs:import namespace="http://schemas.openxmlformats.org/wordprocessingml/2006/main" 
16             schemaLocation="http://dev.plutext.org/trac/docx4j/export/765/trunk/docx4j/xsd/wml/wml.xsd"/>
17
18  <!-- 
19  <xs:redefine schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-basic10.xsd"> 
20  <xs:redefine schemaLocation="file:///home/dev/xerces-2_9_1/xhtml/xhtml-basic11.xsd">
21   -->
22  <xs:redefine schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-basic11.xsd"> 
23
24    <xs:group name="xhtml.html.content">
25      <xs:sequence>
26        <xs:group ref="xhtml.html.content"/>
27        <xs:element ref="w:document"/>
28      </xs:sequence>
29    </xs:group> 
30  </xs:redefine> 
31   
32</xs:schema>
33 
Note: See TracBrowser for help on using the repository browser.