diff options
-rw-r--r-- | src/xsd/ui.xsd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/xsd/ui.xsd b/src/xsd/ui.xsd index bfb9c39f..cb5899ed 100644 --- a/src/xsd/ui.xsd +++ b/src/xsd/ui.xsd | |||
@@ -56,6 +56,14 @@ | |||
56 | </xs:documentation> | 56 | </xs:documentation> |
57 | </xs:annotation> | 57 | </xs:annotation> |
58 | </xs:attribute> | 58 | </xs:attribute> |
59 | <xs:attribute name="ExtendedPathValidation" type="wxs:YesNoTypeUnion"> | ||
60 | <xs:annotation> | ||
61 | <xs:documentation> | ||
62 | Enable checks to test whether the package is being installed to a network share or removable | ||
63 | disk. The default is no. | ||
64 | </xs:documentation> | ||
65 | </xs:annotation> | ||
66 | </xs:attribute> | ||
59 | <xs:anyAttribute namespace="##other" processContents="lax"> | 67 | <xs:anyAttribute namespace="##other" processContents="lax"> |
60 | <xs:annotation> | 68 | <xs:annotation> |
61 | <xs:documentation> | 69 | <xs:documentation> |