Browse Source

Add access for PARAM

Serj Kalichev 9 years ago
parent
commit
6a541da0f3
1 changed files with 10 additions and 0 deletions
  1. 10 0
      clish.xsd

+ 10 - 0
clish.xsd

@@ -145,6 +145,9 @@
 *
 * [restore] - restore the depth or view of commands
 *           contained by this view
+*
+* [access] - access rights
+*
 ********************************************************
 -->
 
@@ -318,6 +321,9 @@
 *
 * [test]    - define the condition (see the description of 'test'
 *           utility) to process this parameter.
+*
+* [access]  - access rights
+*
 ********************************************************
     -->
 
@@ -344,6 +350,7 @@
         <xs:attribute name="hidden" type="bool_t" use="optional" default="false"/>
         <xs:attribute name="test" type="xs:string" use="optional"/>
         <xs:attribute name="completion" type="xs:string" use="optional"/>
+        <xs:attribute name="access" type="xs:string" use="optional"/>
     </xs:complexType>
     <!--
 ********************************************************
@@ -433,6 +440,9 @@
 *
 * [inherit]      - a boolean flag to inherit nested
 *                namespace commands recursively
+*
+* [access]       - access rights
+*
 ********************************************************
 -->