Winify – Blame information for rev 75

Subversion Repositories:
Rev:
Rev Author Line No. Line
30 office 1 <?xml version="1.0" encoding="utf-8"?>
2  
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"
5 elementFormDefault="qualified">
6 <xsd:element name="Configuration">
7 <xsd:complexType>
8 <xsd:sequence>
9 <xsd:element name="LaunchOnBoot" type="xsd:boolean" />
44 office 10 <xsd:element name="IgnoreSelfSignedCertificates" type="xsd:boolean" />
75 office 11 <xsd:element name="ToastDuration" type="xsd:integer" />
12 <xsd:element name="InfiniteToastDuration" type="xsd:boolean" />
13 <xsd:element name="RetrievePastNotificationHours" type="xsd:integer" />
14 <xs:element name="Proxy">
15 <xs:complexType>
16 <xs:sequence>
17 <xs:element type="xs:string" name="Enable"/>
18 <xs:element type="xs:anyURI" name="Url"/>
19 </xs:sequence>
20 </xs:complexType>
21 </xs:element>
22 <xs:element type="xs:base64Binary" name="Chime"/>
30 office 23 </xsd:sequence>
24 </xsd:complexType>
25 </xsd:element>
26 </xs:schema>