[Modeling-users] XML model suggestion
Status: Abandoned
Brought to you by:
sbigaret
From: Mario R. <ma...@ru...> - 2003-02-15 15:11:28
|
Hello, familiarizing myself with the framework, I suggest the following modification to the XML to describe a model: Instead of the XML elements: <primaryKey ... <attributesUsedForLocking ... use XML attributes on the <attribute> XML element, i.e. <attribute ... primaryKey="1" ... <attribute ... usedForLocking="1" ... This seems clearer, is less verbose, and in any case keeps open your options to support changing your mind about enforcing only one such attribute for each case -- should the framework evolve that way. mario |