Procházet zdrojové kódy

Add min/max attributes to COMMAND tag

Serj Kalichev před 1 rokem
rodič
revize
7c15b5d7e6
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      klish.xsd

+ 2 - 0
klish.xsd

@@ -432,6 +432,8 @@
 		<xs:attribute name="name" type="xs:string" use="optional"/>
 		<xs:attribute name="help" type="xs:string" use="optional"/>
 		<xs:attribute name="mode" type="entry_mode_t" use="optional" default="sequence"/>
+		<xs:attribute name="min" type="xs:string" use="optional" default="1"/>
+		<xs:attribute name="max" type="xs:string" use="optional" default="1"/>
 		<xs:attribute name="ref" type="xs:string" use="optional"/>
 		<xs:attribute name="value" type="xs:string" use="optional"/>
 		<xs:attribute name="restore" type="xs:boolean" use="optional" default="false"/>