10 lines
333 B
XML
10 lines
333 B
XML
<?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>
|
|
<Double>12.34</Double>
|
|
</c:Test>
|
|
</Components>
|
|
</Entity> |