function schema
% Defines properties for @tsspecnode class which represents
% spectral views of time series
%
%   Author(s): James G. Owen
%   Copyright 1986-2002 The MathWorks, Inc. 
%   $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:42:28 $

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

% Public properties
p = schema.prop(c,'Viewstate','string');
p.FactoryValue = 'Plot';




