From 33bca5b12b4df831cbd787374cf7d6be7fc362a9 Mon Sep 17 00:00:00 2001 From: Sundong Ahn Date: Fri, 20 Dec 2019 16:33:46 +0900 Subject: Add minOccurs="0" For privapp-permissions and oem-permissions elements, some xml files don't need to permission and deny-permission properties. So add the minOccurs="0" for these elements. Test: vts-tradefed run vts -m VtsValidatePermission Bug: 143251304 Change-Id: Ib93a40e646f9c65bd62d23396c12ea31f2d735d8 --- core/xsd/permission.xsd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/xsd/permission.xsd b/core/xsd/permission.xsd index 9520db767350..cc01a31224bc 100644 --- a/core/xsd/permission.xsd +++ b/core/xsd/permission.xsd @@ -126,12 +126,12 @@ - + - + @@ -141,12 +141,12 @@ - + - + -- cgit v1.2.3-59-g8ed1b