On May 12, 2010, at 11:35 , Max Froumentin wrote: > I think that I leaning towards the former now, but with string values > [[ > attribute type; > one of "Wired", "WiFi", "Bluetooth", "GPRS", "GSM". > Updates of this specifications may standardise more string values. In the > meantime vendors may define non-standard values, blah blah blah > ]]
I'm always in favour of using string values rather than numerical constants. Amongst other things it buys us cheap extensibility based on vendor prefixes. -- Robin Berjon - http://berjon.com/
