Преглед на файлове

Merge pull request #344 from hmeine/master

don't make the optionality of the channel element stand out in ctkCmdLineModule.xsd
Sascha Zelzer преди 12 години
родител
ревизия
df3fae7f66
променени са 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