* The element attributes
*/
private void enterProfileCommon(final Attributes attributes)
{
this.commonEffectProfileBuilder = new CommonEffectProfileBuilder();
this.commonEffectProfileBuilder.setId(attributes.getValue("id"));
enterElement(ParserMode.PROFILE_COMMON);
}