Browse Source

Fix xml scheme

git-svn-id: https://klish.googlecode.com/svn/trunk@435 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
7bf374f86f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      clish.xsd

+ 2 - 2
clish.xsd

@@ -442,8 +442,6 @@
         <xs:attribute name="depth" type="xs:string" use="optional"/>
     </xs:complexType>
 
-</xs:schema>
-
 <!--
 *******************************************************
 * <VAR> Specify the variable.
@@ -460,3 +458,5 @@
         <xs:attribute name="value" type="xs:string" use="optional"/>
         <xs:attribute name="dynamic" type="bool_t" use="optional" default="false"/>
     </xs:complexType>
+
+</xs:schema>