浏览代码

Fix xml scheme

git-svn-id: https://klish.googlecode.com/svn/trunk@435 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 年之前
父节点
当前提交
7bf374f86f
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>