if (enclosing instanceof XFSelectElementImpl) {
XFSelectAttributes selectAttributes =
((XFSelectElementImpl) enclosing).getProtocolAttributes();
// Initialise the attributes specific to this field.
selectAttributes.addOptionGroup(optiongroup);
} else {
SelectOptionGroup sfoga =
((XFOptionGroupElementImpl) enclosing).getOptionGroup();
sfoga.addSelectOptionGroup(optiongroup);