leondz / cavat

Automatically exported from code.google.com/p/cavat
3 stars 1 forks source link

Import should stop on duplicate labels #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If we have two elements using the same ID (in their element class), the import 
should be aborted. 

For example, this is invalid:

<EVENT eid="e2000" />
<EVENT eid="e2000" />

Whereas this is less bad (if we move to labels where the first character is not 
specific to an element class):

<EVENT eid="e2000" />
<TIMEX2 tid="e2000" />

Original issue reported on code.google.com by leonderczynski on 19 Oct 2010 at 7:45

GoogleCodeExporter commented 9 years ago
Table constraints now enforce this

Original comment by l...@dcs.shef.ac.uk on 15 Jul 2011 at 10:16