poi/xmlbeans/test/cases/xbean/misc/jira/xmlbeans_08a.xsd_

20 lines
612 B
Plaintext
Raw Normal View History

<?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>