[public-uwa] <none>

(I'm new to the w3c, so please pardon any etiquette breaches.)

In the Delivery Context Ontology, the maxCPUFrequency units should be specified. Also, xsd:int is not a proper data type for this value. If the maxCPUFrequency unit is Hertz (Hz), then what value would be returned for a CPU that had a max frequency of 3.2GHz? Conversly, if the maxCPUFrequency unity were Mega-Hertz (MHz), how would a maximum frequency of 900 Hz be expressed?

If the unit is Hz, the data type should be xsd:unsignedLong in order to accommodate processors with a frequency greater than 4294967295 Hz (4.2GHz). If the unit is MegaHertz (MHz), the data type should be floating point type.

Thanks.
 
Clayne Robison
Application Engineer
Intel Corporation
Salt Lake, UT
801.445.0297
 

Received on Thursday, 25 June 2009 18:56:09 UTC