blob: e281a196efcc0e8ec075be61253f0956719972d9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://test.org/"
xmlns:tns="http://test.org/">
<element name="MyElement" type="string"></element>
<simpleType name="MyType">
<restriction base="string"></restriction>
</simpleType>
</schema>