Commit 45b9004150f5cf0755e117c59a08a08149b26e73

Authored by Benjamin Renard
1 parent 27f9634f

Fix XSD schema

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
config/xsd/parser/paramtemplates.xml
... ... @@ -24,6 +24,16 @@
24 24 </xs:restriction>
25 25 </xs:simpleType>
26 26 </xs:attribute>
  27 + <xs:attribute name="subtype" use="optional">
  28 + <xs:simpleType>
  29 + <xs:restriction base="xs:string">
  30 + <xs:enumeration value="float" />
  31 + <xs:enumeration value="string" />
  32 + <xs:enumeration value="int" />
  33 + <xs:enumeration value="bool" />
  34 + </xs:restriction>
  35 + </xs:simpleType>
  36 + </xs:attribute>
27 37 <xs:attribute name="default" type="xs:string" use="required"/>
28 38 <xs:attribute name="minkey" type="xs:integer" use="optional"/>
29 39 <xs:attribute name="maxkey" type="xs:integer" use="optional"/>
... ...