Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 29  →  ?path2? @ 30
/trunk/Configuration/Configuration.xsd
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
 
<xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified"
elementFormDefault="qualified">
<xsd:element name="Configuration">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="LaunchOnBoot" type="xsd:boolean" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xs:schema>