// This file was generated by DAJ from statistics.cd. Container = "(" Item_List Capacity ")" extends Item. Item : Container | Simple. Simple = Ident Weight extends Item. Capacity = Integer. Weight = Integer. Item_List ~ { Item } .