Horizon – Blame information for rev 14
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | 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> |
||
14 | office | 9 | <xsd:element name="NotifyFilters" type="xsd:integer" /> |
10 | <xsd:element name="NotifyEvent" type="xsd:integer" /> |
||
11 | <xsd:element name="NetworkSharing" type="xsd:boolean" /> |
||
12 | <xsd:element name="ShowBalloonTooltips" type="xsd:boolean" /> |
||
1 | office | 13 | <xsd:element name="Enabled" type="xsd:boolean" /> |
14 | <xsd:element name="LaunchOnBoot" type="xsd:boolean" /> |
||
14 | office | 15 | <xsd:element name="LastFolder" type="xsd:string" /> |
1 | office | 16 | <xsd:element name="AtomicOperations" type="xsd:boolean" /> |
14 | office | 17 | <xsd:element name="EnableGotify" type="xsd:boolean" /> |
18 | <xsd:element name="AutoNotes" type="xsd:boolean" /> |
||
19 | <xsd:element name="GotifyURL" type="xsd:string" /> |
||
1 | office | 20 | <xsd:element name="CaptureMethod" type="xsd:integer" /> |
21 | </xsd:sequence> |
||
22 | </xsd:complexType> |
||
23 | </xsd:element> |
||
24 | </xs:schema> |