Please let me know how to write a schema for my simple xml data.
It is like the following example. Where both of the 2 attributes are of integer type,
or of the most efficient data type.
<node id="1" parent="">
<node id="2" parent="1">
<node id="3" parent="2"></node>
<node id="4" parent="2"></node>
</node>
</node>
Thank you in advance.
I just generated this by dropping your sample XML onto http://www.flame-ware.com/products/xml-2-xsd/default.aspx
It looks pretty useful as a starting point?