summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/cxx/tree/types-only/test.xsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cxx/tree/types-only/test.xsd b/tests/cxx/tree/types-only/test.xsd
index d6ae44d..9f02240 100644
--- a/tests/cxx/tree/types-only/test.xsd
+++ b/tests/cxx/tree/types-only/test.xsd
@@ -28,10 +28,10 @@
<sequence>
<element name="a" type="string"/>
</sequence>
- <!-- @@ fixed="foo" -->
- <attribute name="text" type="string" use="required" />
- <!-- @@ fixed="red" -->
+ <attribute name="text" type="string" use="required"/>
<attribute name="color" type="t:color-enum" use="required"/>
+ <attribute name="ftext" type="string" fixed="foo"/>
+ <attribute name="dcolor" type="t:color-enum" default="red"/>
</complexType>
<!-- Test that we do not perform type/element name conflict resolution