diff options
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> |