simpleTypeBuilder.refererStack.push(ct);
TypeUse use = simpleTypeBuilder.build(baseType);
simpleTypeBuilder.refererStack.pop();
BIProperty prop = BIProperty.getCustomization(ct);
CPropertyInfo p = prop.createValueProperty("Value",false,baseType,use, BGMBuilder.getName(baseType));
selector.getCurrentBean().addProperty(p);
// adds attributes and we are through.
green.attContainer(ct);
}