gnu-social/vendor/symfony/config/Tests/Fixtures/Util/schema.xsd

10 lines
264 B
XML
Raw Normal View History

2020-08-08 07:42:38 +09:00
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="http://example.com/schema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://example.com/schema"
elementFormDefault="qualified">
<xsd:element name="root" />
</xsd:schema>