Updated schema

This commit is contained in:
sippeangelo
2015-11-25 18:04:11 +01:00
parent 55276c0bd2
commit ac05975fd5
6 changed files with 153 additions and 10 deletions
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Entity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude" xsi:noNamespaceSchemaLocation="../Types/Entity.xsd" xmlns:c="components">
<Components>
<c:Test>
<Integer>5555</Integer>
<Float>12.34</Float>
</c:Test>
</Components>
</Entity>