Skip to content

Commit

Permalink
fixing bulk action task extension attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 24, 2020
1 parent ccf6d4a commit 6ab193b
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -14,6 +14,7 @@
xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3"
xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting/extension-3"
elementFormDefault="qualified">

<xsd:annotation>
Expand All @@ -34,6 +35,9 @@
</xsd:annotation>
</xsd:import>

<xsd:import namespace="http://midpoint.evolveum.com/xml/ns/public/model/scripting/extension-3"
schemaLocation="http://midpoint.evolveum.com/xml/ns/public/model/scripting/extension-3"/>

<xsd:import namespace="http://prism.evolveum.com/xml/ns/public/types-3"
schemaLocation="http://prism.evolveum.com/xml/ns/public/types-3">
<xsd:annotation>
Expand Down Expand Up @@ -83,6 +87,7 @@
<xsd:element ref="tns:tracingRoot" minOccurs="0"/>
<xsd:element ref="tns:tracing" minOccurs="0"/>
<xsd:element ref="tns:notUpdatedShadowsDuration" minOccurs="0"/>
<xsd:element ref="s:executeScript" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>

Expand Down

0 comments on commit 6ab193b

Please sign in to comment.