blob: 31cd6d90458c94a8b358192721898a3fa14db221 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<hlvm xmlns="http://hlvm.org/src/hlvm/Reader/XML/HLVM.rng" pubid="name">
<bundle id="bundle">
<pointer id="PtrToSomeType" to="SomeType"/>
<any id="SomeType"/>
<structure id="struct1">
<field id="field1" type="SomeType"/>
</structure>
<structure id="struct2">
<field id="field1" type="SomeType"/>
<field id="field2" type="PtrToSomeType"/>
</structure>
</bundle>
</hlvm>