//-----------------------------------------------------------------------
//--- handle attributes if mandatory or suggested
//
for(int i=0; i<type.getAttributeCount(); i++) {
MetadataAttribute attr = type.getAttributeAt(i);
if(Log.isDebugEnabled(Geonet.EDITORFILLELEMENT)) {
Log.debug(Geonet.EDITORFILLELEMENT,"#### - " + i + " attribute = " + attr.name);
Log.debug(Geonet.EDITORFILLELEMENT,"#### - required = " + attr.required);
Log.debug(Geonet.EDITORFILLELEMENT,"#### - suggested = "+sugg.isSuggested(elemName, attr.name));