group1 = doc.createElementNS("http://www.w3.org/2000/svg", "g");
group1.setAttributeNS(null, "id", getLayerId());
if (isAddOpacity()) {
group1.setAttributeNS(null, "style", "opacity:" + getOpacity());
}
group1.appendChild(getBoxDefinition(doc));
group1.appendChild(getImageDefinition(doc));
//Get sub activities
group1.appendChild(getSubActivitiesSVGString(doc));
group1.appendChild(getArrows(doc));