Commit 76bfb610af239ec1ada9d5909c7df90724149195

Authored by Benjamin Renard
1 parent 229a6669

Push XSD parameter file

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/xsd/parameter/parameter.xsd
... ... @@ -22,6 +22,7 @@
22 22 minOccurs="0" maxOccurs="1" />
23 23 <xs:element name="gap_threshold" type="xs:integer"
24 24 minOccurs="0" maxOccurs="1" />
  25 + <xs:element name="reference_parameter" type="xs:string" minOccurs="0" maxOccurs="1" />
25 26 <xs:element name="clbManual" type="clbManualType" minOccurs="0" maxOccurs="unbounded"></xs:element>
26 27 <xs:element name="get">
27 28 <xs:complexType>
... ...