hi
how do i create a list contaiing one or more customers from the below xml
<?xml version="1.0" encoding="UTF-8"?>
<customers>
<customer>
<first>string</first>
<last>string</last>
</customer>
<customer>
<first>string</first>
<last>string</last>
</customer>
<customer>
<first>string</first>
<last>string</last>
</customer>
</customers>
i am new to writing xsd schemas,
appreciate a reply
thanks