docs/schema/sync.xsd

changeset 428
b50ade8e7197
parent 427
0af8e6b6dfe0
child 699
1091cb3c6dad
equal deleted inserted replaced
427:0af8e6b6dfe0 428:b50ade8e7197
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!-- 2 <!--
3 Copyright 2016 Olaf Wintermann. All rights reserved. 3 Copyright 2018 Olaf Wintermann. All rights reserved.
4 4
5 Redistribution and use in source and binary forms, with or without 5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions are met: 6 modification, are permitted provided that the following conditions are met:
7 7
8 1. Redistributions of source code must retain the above copyright 8 1. Redistributions of source code must retain the above copyright
72 </xs:simpleContent> 72 </xs:simpleContent>
73 </xs:complexType> 73 </xs:complexType>
74 </xs:element> 74 </xs:element>
75 <xs:element name="detect-changes" minOccurs="0" type="xs:boolean" default="false" /> 75 <xs:element name="detect-changes" minOccurs="0" type="xs:boolean" default="false" />
76 <xs:element name="xattr-name" minOccurs="0" type="xs:string" /> 76 <xs:element name="xattr-name" minOccurs="0" type="xs:string" />
77 <xs:element name="on-conflict" minOccurs="0" type="tagOnConflictEnum" /> 77 <xs:element name="on-conflict" minOccurs="0" type="t:tagOnConflictEnum" />
78 </xs:all> 78 </xs:all>
79 </xs:complexType> 79 </xs:complexType>
80 80
81 <xs:complexType name="direntry"> 81 <xs:complexType name="direntry">
82 <xs:all> 82 <xs:all>

mercurial