applyContextInfo(childContext, child);
Attachments attachments = child.getPredeterminedManagedObjects();
if (attachments != null)
{
StructureMetaData childStructure = attachments.getAttachment(StructureMetaData.class);
if (childStructure != null)
populateContext(childContext, childStructure);
}
}
}