diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 19:46:56 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 21:57:49 +1000 |
commit | 0afd76e4c5d46f237591d860e7d445e267522187 (patch) | |
tree | 9f3b648da7733464c83ba6e253a65a18d17f5583 /src/wixext/util.xsd | |
parent | d74e3dd4bcc573d0c4b1fb5c36c8bf0115cc21a1 (diff) | |
download | wix-0afd76e4c5d46f237591d860e7d445e267522187.tar.gz wix-0afd76e4c5d46f237591d860e7d445e267522187.tar.bz2 wix-0afd76e4c5d46f237591d860e7d445e267522187.zip |
Add DetectSHA2Support "search".
Diffstat (limited to 'src/wixext/util.xsd')
-rw-r--r-- | src/wixext/util.xsd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/wixext/util.xsd b/src/wixext/util.xsd index fb8d8032..a8c3d208 100644 --- a/src/wixext/util.xsd +++ b/src/wixext/util.xsd | |||
@@ -172,6 +172,30 @@ | |||
172 | <xs:attribute name="Id" type="xs:string" use="required" /> | 172 | <xs:attribute name="Id" type="xs:string" use="required" /> |
173 | </xs:complexType> | 173 | </xs:complexType> |
174 | </xs:element> | 174 | </xs:element> |
175 | <xs:element name="DetectSHA2Support"> | ||
176 | <xs:annotation> | ||
177 | <xs:documentation>Detects support for SHA2.</xs:documentation> | ||
178 | <xs:appinfo> | ||
179 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Bundle" /> | ||
180 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" /> | ||
181 | </xs:appinfo> | ||
182 | </xs:annotation> | ||
183 | <xs:complexType> | ||
184 | <xs:attributeGroup ref="SearchCommonAttributes" /> | ||
185 | </xs:complexType> | ||
186 | </xs:element> | ||
187 | <xs:element name="DetectSHA2SupportRef"> | ||
188 | <xs:annotation> | ||
189 | <xs:documentation>References a DetectSHA2Support.</xs:documentation> | ||
190 | <xs:appinfo> | ||
191 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Bundle" /> | ||
192 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" /> | ||
193 | </xs:appinfo> | ||
194 | </xs:annotation> | ||
195 | <xs:complexType> | ||
196 | <xs:attribute name="Id" type="xs:string" use="required" /> | ||
197 | </xs:complexType> | ||
198 | </xs:element> | ||
175 | <xs:element name="DirectorySearch"> | 199 | <xs:element name="DirectorySearch"> |
176 | <xs:annotation> | 200 | <xs:annotation> |
177 | <xs:documentation>Describes a directory search.</xs:documentation> | 201 | <xs:documentation>Describes a directory search.</xs:documentation> |