blob: e2b0f244cf2f80bf273924e00e6f7a33fa3ea3bf [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="root" type="RootType"></xsd:element>
<xsd:complexType name="RootType">
<xsd:sequence>
<xsd:element name="child1" type="xsd:string"></xsd:element>
<xsd:element name="child2" type="xsd:string"></xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>