function schema
% Defines properties for derived specplot class.
%
%   Author(s): James G. Owen
%   Copyright 1986-2002 The MathWorks, Inc. 
%   $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:40:22 $

% Register class 
p = findpackage('tsguis');
% Register class 
c = schema.class(p,'specplot',findclass(p,'tsplot'));

% Plulic properties
% Accumulate or not
schema.prop(c, 'Cumulative', 'on/off');

%% AxesTable handle for Proeprty Editor Panels
schema.prop(c, 'PropEditor', 'MATLAB array');