summaryrefslogtreecommitdiffstats
path: root/examples/xsd2c/ex4/ex4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xsd2c/ex4/ex4.xml')
-rwxr-xr-xexamples/xsd2c/ex4/ex4.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/xsd2c/ex4/ex4.xml b/examples/xsd2c/ex4/ex4.xml
new file mode 100755
index 0000000..ebe4283
--- /dev/null
+++ b/examples/xsd2c/ex4/ex4.xml
@@ -0,0 +1,7 @@
+<Employee id = "id0001">
+ <Name>John</Name>
+ <Lastname>Smith</Lastname>
+ <Degree>34</Degree>
+ <Project>csoap</Project>
+ <Project>xsd2c</Project>
+</Employee>