Commit c1f5c606fa37519fc2beb83c97642a0413d3ba56

Authored by Benjamin Renard
1 parent 01acda3f

Give the possibility to define a list of templated parameters with pre-filled arguments

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
config/xsd/parser/paramtemplates.xml
... ... @@ -49,6 +49,13 @@
49 49 </xs:sequence>
50 50 </xs:complexType>
51 51 </xs:element>
  52 + <xs:element name="predefined" minOccurs="0" maxOccurs="1">
  53 + <xs:complexType>
  54 + <xs:sequence>
  55 + <xs:element name="param" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
  56 + </xs:sequence>
  57 + </xs:complexType>
  58 + </xs:element>
52 59 </xs:sequence>
53 60 <xs:attribute name="paramId" type="xs:string" use="required"/>
54 61 <xs:attribute name="fileName" type="xs:string" use="required"/>
... ...