http://publib.boulder.ibm.com/infocente ... 5%74%22%20Basically, say you have a class called "Car" with a member attribute called "color" of type char*. The manual states I can create two instances with that attribute set per instance. If I have itsRedCar and itsBlueCar, I should be able to set the color attribute by specifying it in the Value column on the attributes page of the object. "red" for itsRedCar and "blue" for itsBlueCar. This sets the values in my diagrams correctly, but it does nothing in generated code.