e56820f69139126568527d4722d22618e9443bc8
[yaffs-website] / Util / schema.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <xsd:schema xmlns="http://example.com/schema"
4     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
5     targetNamespace="http://example.com/schema"
6     elementFormDefault="qualified">
7
8   <xsd:element name="root" />
9 </xsd:schema>