瀏覽代碼

CLI module .xsd: the 'channel' element is not special

don't make the optionality of the channel element stand out;
the other optional elements do not have maxOccurs=1 & a comment
Hans Meine 12 年之前
父節點
當前提交
ed69dad314
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Libs/CommandLineModules/Core/Resources/ctkCmdLineModule.xsd

+ 1 - 2
Libs/CommandLineModules/Core/Resources/ctkCmdLineModule.xsd

@@ -240,8 +240,7 @@
         </xsd:annotation>
       </xsd:element>
       
-      <!-- the 'channel' element is optional -->
-      <xsd:element minOccurs="0" maxOccurs="1" name="channel">
+      <xsd:element minOccurs="0" name="channel">
         <xsd:annotation>
           <xsd:documentation>Specifies whether the parameter is an input or output parameter. Output parameters can for
           example specify file paths where to write output data (e.g. using the "image" element) or they can represent