Winify – Rev 75

Subversion Repositories:
Rev:
<?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:element name="IgnoreSelfSignedCertificates" type="xsd:boolean" />
                                <xsd:element name="ToastDuration" type="xsd:integer" />
                                <xsd:element name="InfiniteToastDuration" type="xsd:boolean" />
                                <xsd:element name="RetrievePastNotificationHours" type="xsd:integer" />
                                <xs:element name="Proxy">
                                        <xs:complexType>
                                                <xs:sequence>
                                                <xs:element type="xs:string" name="Enable"/>
                                                <xs:element type="xs:anyURI" name="Url"/>
                                                </xs:sequence>
                                        </xs:complexType>
                        </xs:element>
                                <xs:element type="xs:base64Binary" name="Chime"/>
                        </xsd:sequence>
                </xsd:complexType>
        </xsd:element>
</xs:schema>

Generated by GNU Enscript 1.6.5.90.