function schema
% Defines properties for @spreadsheet class.

%   Copyright 1986-2003 The MathWorks, Inc.
%   $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:32:52 $

% Register class 
pk = findpackage('hds');
c = schema.class(pk,'spreadsheet',findclass(pk,'dataset'));
