Q1
Single choice
What does the following item-descriptor demonstrate?
<gsa-template> <item-descriptor name = "animal"> <table name = "animals" type = "primary" id-column-name = "id"> <property name = "type" data-type = "enumerated"> <option value = "squirrel" code = "2"> </property> </table> <table name = "animal_address" type = "auxiliary" id-column-name = "id"> <property name = "street" data- type = "string"> <property name = "city" data-type = "string"> <property name = "state" data-type = "string"> </table> </item-descriptor> </gsa-template>