Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Lowest
-
Resolution: Fixed
-
Affects Version/s: 2016.02
-
Fix Version/s: 2016.06.0
-
Component/s: None
-
Labels:
-
External issue ID:504
-
Sprint:
Description
the new datamodel schema mcrcommon-datamodel.xsd can't work with all conditions of ACLs they are possible in MyCoRe.
Workaround is
<xs:element name="servacl">
<xs:complexType>
<xs:sequence>
<!--
<xs:element maxOccurs="unbounded" ref="condition" /> <xs:element maxOccurs="unbounded" ref="condition" />
-->
<xs:any processContents="skip"/>
</xs:sequence>
But this is not the solution!