My XML looks likes this :
<company>
<employee id="1">Larsen</employee>
<employee id="2">Smith</employee>
<employee id="3">Sam</employee>
</company>
How to write a xml schema so that employee element is defined such a way that each employee has a unique id attribute (no two employee elements can have same value for id attribute)