Each item descriptor must specify one primary table. The primary table is specified with the type="primary" XML attribute in a <table> tag. The <table> tag for the primary table sets its id-column-names attribute to the columns that store the repository ID. For example:

<table name="user" type="primary" id-column-names="id">
    
properties...
</table>