Skip to content

Commit

Permalink
scripting/extension-3.xsd: cleanup, removed dead/commented stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 25, 2020
1 parent 7d13d2f commit 0ffa7b2
Showing 1 changed file with 4 additions and 14 deletions.
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright (c) 2010-2014 Evolveum and contributors
~
Expand All @@ -8,23 +7,17 @@
-->

<xsd:schema targetNamespace="http://midpoint.evolveum.com/xml/ns/public/model/scripting/extension-3"
xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/model/scripting/extension-3"
xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3"
xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3"
xmlns:apit="http://midpoint.evolveum.com/xml/ns/public/common/api-types-3"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3"
xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">

<xsd:annotation>
<xsd:documentation>
Scripting task extensions.
</xsd:documentation>
</xsd:annotation>

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

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

Expand All @@ -38,7 +31,4 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

</xsd:schema>


0 comments on commit 0ffa7b2

Please sign in to comment.