database realty screen { Real Estate Listings for Single Family Dwellings in Santa Clara County, California agent name agent phone agent address [list1 ] [new1 ] [new2 ] listing number street address city [list2 ] [list3 ] [list4 ] footage bedrooms baths lotsize corner schools [list5 ] [list6 ] [list7] [list8 ] [x] [y] asking price sale price [list9 ] [list10 ] listing note [list11 ] } end attributes list1 = agent_name = broker; new1 = agent_phone; new2 = agent_address; list2 = listing_number, include = (1 to 30000), required; list3 = address, required; list4 = city, required, default = "Santa Clara"; list5 = footage, include = (800 to 4000); list6 = bedrooms, include = (1 to 15), comments = "Enter a number from 1 to 15."; list7 = baths; list8 = lot_size, comments = "Enter acres or portions; .5 is half an acre."; x = corner_lot, include = (Y,N,y,n), upshift; y = schools, include = (Y,N,y,n), upshift; list9 = asking_price, required; list10 = sales_price; list11 = listing_note1[1,45]; instructions agents master of listings; end