Updated schema
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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:Transform>
|
||||
<Position X="1.02" Y="3.123123" Z="41.123"/>
|
||||
<Orientation I="1.234" J="1.234" K="1.234"/>
|
||||
<Scale X="1.02" Y="3.123123" Z="41.123"/>
|
||||
</c:Transform>
|
||||
<c:Test>
|
||||
<Integer>12</Integer>
|
||||
<Float>11.11</Float>
|
||||
</c:Test>
|
||||
</Components>
|
||||
<Children>
|
||||
<xi:include href="OtherEntity.xml"/>
|
||||
<xi:include href="OtherEntity.xml"/>
|
||||
</Children>
|
||||
</Entity>
|
||||
Reference in New Issue
Block a user