export interface IAttributeList { code: string; name: string; value: string; }