aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/facets/test.xsd
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-20 15:46:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-20 15:46:26 +0200
commite7ae21f7282a90b9bda68695af362990d8a63675 (patch)
treefa4a7c7877ca034b5cde31d05513e1c2c40784bf /tests/cxx/hybrid/facets/test.xsd
parentebbf82b02d8b4c0b25e39395a35e899cea0f1cdd (diff)
Add support for fractionDigits in serializer
Diffstat (limited to 'tests/cxx/hybrid/facets/test.xsd')
-rw-r--r--tests/cxx/hybrid/facets/test.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/facets/test.xsd b/tests/cxx/hybrid/facets/test.xsd
index 86c9776..7a45dfe 100644
--- a/tests/cxx/hybrid/facets/test.xsd
+++ b/tests/cxx/hybrid/facets/test.xsd
@@ -110,6 +110,7 @@
<restriction base="decimal">
<minInclusive value="10.0"/>
<maxInclusive value="100"/>
+ <fractionDigits value="2"/>
</restriction>
</simpleType>