Winify – Diff between revs 30 and 44

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 30 Rev 44
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2   2  
3 <xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 3 <xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
4 xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" 4 xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified"
5 elementFormDefault="qualified"> 5 elementFormDefault="qualified">
6 <xsd:element name="Configuration"> 6 <xsd:element name="Configuration">
7 <xsd:complexType> 7 <xsd:complexType>
8 <xsd:sequence> 8 <xsd:sequence>
9 <xsd:element name="LaunchOnBoot" type="xsd:boolean" /> 9 <xsd:element name="LaunchOnBoot" type="xsd:boolean" />
-   10 <xsd:element name="IgnoreSelfSignedCertificates" type="xsd:boolean" />
10 </xsd:sequence> 11 </xsd:sequence>
11 </xsd:complexType> 12 </xsd:complexType>
12 </xsd:element> 13 </xsd:element>
13 </xs:schema> 14 </xs:schema>
14   15  
15
Generated by GNU Enscript 1.6.5.90.
16
Generated by GNU Enscript 1.6.5.90.
16   17  
17   18  
18   19