1<?xml version="1.0"?>
2<foo
3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4    xsi:noNamespaceSchemaLocation="decimal-2.xsd">
5    <!-- The good ones. -->
6    <val>0.1</val>
7    <val>0.001</val>
8    <val>0.0</val>
9    <val>-0.0</val>
10    <val>1</val>
11    <!-- The bad ones. -->
12    <val>-0.1</val>
13    <val>-1</val>
14</foo>
15