5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
20 lines
612 B
XML
20 lines
612 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<xsd:schema targetNamespace="http://www.w3.org/2001/10/synthesis"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://www.w3.org/2001/10/synthesis" elementFormDefault="qualified">
|
|
|
|
<xsd:redefine schemaLocation="xmlbeans_08.xsd_">
|
|
|
|
<xsd:complexType name="speaktest" mixed="true">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="speaktest">
|
|
<xsd:group ref="speaktest.class"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
|
|
</xsd:redefine>
|
|
|
|
</xsd:schema>
|