diff options
author | snowdrop | 2004-06-02 11:20:48 +0000 |
---|---|---|
committer | snowdrop | 2004-06-02 11:20:48 +0000 |
commit | 09d5768a1979a70a1069509aa1d55f9db100a285 (patch) | |
tree | 45dd32429688b9a478ccdb87a4f3a21149622f28 /examples/xsd2c/ex4/ex4.xml | |
parent | b6d27351412b20656f670cea3ae969f5c30c634b (diff) | |
download | csoap-09d5768a1979a70a1069509aa1d55f9db100a285.tar.gz csoap-09d5768a1979a70a1069509aa1d55f9db100a285.tar.bz2 |
initalial import
Diffstat (limited to 'examples/xsd2c/ex4/ex4.xml')
-rwxr-xr-x | examples/xsd2c/ex4/ex4.xml | 7 |
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>
|