Browse Source

Add WATCHDOG to clish scheme

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

+ 1 - 0
clish.xsd

@@ -47,6 +47,7 @@
             <xs:element ref="VIEW" minOccurs="0" maxOccurs="unbounded"/>
             <xs:element ref="NAMESPACE" minOccurs="0" maxOccurs="unbounded"/>
             <xs:element ref="VAR" minOccurs="0" maxOccurs="unbounded"/>
+            <xs:element ref="WATCHDOG" minOccurs="0" maxOccurs="1"/>
         </xs:sequence>
     </xs:complexType>
     <!--