aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/choice/test.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/choice/test.xsd')
-rw-r--r--tests/cxx/hybrid/choice/test.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/choice/test.xsd b/tests/cxx/hybrid/choice/test.xsd
index 9fe5f5c..2b8dbf6 100644
--- a/tests/cxx/hybrid/choice/test.xsd
+++ b/tests/cxx/hybrid/choice/test.xsd
@@ -26,6 +26,7 @@
<choice>
<element name="a" type="int"/>
<element name="b" type="string"/>
+ <element name="c" type="long"/>
</choice>
</complexType>