mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 19:57:36 +08:00
Idea complaints about permissions file not matching xsd #PL-2974
This commit is contained in:
parent
9319b1d6ed
commit
e8231b13fe
@ -16,10 +16,11 @@
|
||||
|
||||
<xs:complexType name="permissionConfigType">
|
||||
<xs:sequence>
|
||||
<xs:choice>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element name="include" type="includeType"/>
|
||||
</xs:choice>
|
||||
<xs:choice minOccurs="0" maxOccurs="1">
|
||||
<xs:element name="specific" type="categoryOrPermission" minOccurs="1" maxOccurs="1"/>
|
||||
|
||||
<xs:element name="include" type="includeType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:choice>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
|
Loading…
Reference in New Issue
Block a user