Browse Source

Fix XML schema structure.

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

+ 1 - 2
clish.xsd

@@ -356,7 +356,6 @@
             <xs:whiteSpace value="preserve"/>
         </xs:restriction>
     </xs:simpleType>
-</xs:schema>
     <!--
 *******************************************************
 * <NAMESPACE> import commands from specific view to current view.
@@ -430,4 +429,4 @@
         <xs:attribute name="depth" type="xs:string" use="optional"/>
     </xs:complexType>
 
-
+</xs:schema>