##
$balance->insert_new_elt( first_child, # position
'BAL_30', # tag
{ Period => 1 }, # attributes
$balance, # content
);
####
$balance->first_child( 'BAL_30') # get the element
->del_atts # if it had atts originally
->set_att( Period => 1)
;