private void enterMessageBinding_3_0()
{
String name = getAttribute("name");
String key = getAttribute("key");
IBindingSpecification bs = _factory.createBindingSpecification();
bs.setType(BindingType.PREFIXED);
bs.setValue(BindingConstants.MESSAGE_PREFIX + ":" + key);
bs.setLocation(getLocation());
IContainedComponent cc = (IContainedComponent) peekObject();
cc.setBinding(name, bs);