Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 32b90cd

Browse files
committed
Allow E in 10^ scientific notation
Signed-off-by: Kevin Rocard <[email protected]>
1 parent 56819ec commit 32b90cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/ParameterSettings.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<xs:complexType name="PointParameterType">
4444
<xs:simpleContent>
4545
<xs:restriction base="ParameterType">
46-
<xs:pattern value="[+-]?\d+(\.\d+)?(e[+-]?\d+)?(\s+[+-]?\d+(\.\d+)?(e[+-]?\d+)?)*"/>
46+
<xs:pattern value="[+-]?\d+(\.\d+)?([eE][+-]?\d+)?(\s+[+-]?\d+(\.\d+)?([eE][+-]?\d+)?)*"/>
4747
<xs:pattern value="(0x[0-9a-fA-F]+)(\s+(0x[0-9a-fA-F]+))*"/>
4848
</xs:restriction>
4949
</xs:simpleContent>

0 commit comments

Comments
 (0)