<Item id="G1@MIT" type="GROUP">
<Item id="B1@MIT" type="BLOCKSEGMENT"/>
<Item id="S1@MIT" type="SWITCH"/>
</Item>
xml content above is an example of my xml data.
As you see I have Items that can contain other items.
My first question is how to define xml schema in this situation.
My second question is I want my id attribute to contain '@' character.
How can I achieve this?