Iterator attributes = _model.attributeList(Attribute.class)
.iterator();
while (attributes.hasNext()) {
Attribute attribute = (Attribute) attributes.next();
attribute.updateContent();
}
}
// Ensure that if we do ever try to call this method,
// that it is the top effigy that is written.