Project

Profile

Help

Bug #4969 » test.xsd

Michael Kay, 2021-04-15 00:42

 
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema elementFormDefault="qualified" targetNamespace="http://www.example.com/test"
xmlns="http://www.example.com/test" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="e">
<xs:complexType />
</xs:element>
</xs:schema>
(4-4/5)