diff options
Diffstat (limited to 'src/wixext/util.xsd')
-rw-r--r-- | src/wixext/util.xsd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wixext/util.xsd b/src/wixext/util.xsd index a8c3d208..93cdd4ba 100644 --- a/src/wixext/util.xsd +++ b/src/wixext/util.xsd | |||
@@ -775,6 +775,11 @@ | |||
775 | <xs:complexType> | 775 | <xs:complexType> |
776 | <xs:attribute name="Domain" type="xs:string"></xs:attribute> | 776 | <xs:attribute name="Domain" type="xs:string"></xs:attribute> |
777 | <xs:attribute name="User" use="required" type="xs:string"></xs:attribute> | 777 | <xs:attribute name="User" use="required" type="xs:string"></xs:attribute> |
778 | <xs:attribute name="Inheritable" type="xs:YesNoType"> | ||
779 | <xs:annotation> | ||
780 | <xs:documentation>Whether the permissions are inheritable. The default is "yes".</xs:documentation> | ||
781 | </xs:annotation> | ||
782 | </xs:attribute> | ||
778 | <!-- Common ACLs --> | 783 | <!-- Common ACLs --> |
779 | <xs:attribute name="Read" type="YesNoType"></xs:attribute> | 784 | <xs:attribute name="Read" type="YesNoType"></xs:attribute> |
780 | <xs:attribute name="Delete" type="YesNoType"></xs:attribute> | 785 | <xs:attribute name="Delete" type="YesNoType"></xs:attribute> |