ODL Declarations, Extended
attribute enum Categories
{electronics, communications, sports …} category;
relationship <Company> madeBy;
attribute Struct Address {string street, string city} address;
relationship set <Product> buys;
relationship set <Company> worksFor;}