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


%% Register class (subclass)
pparent = findpackage('tsexplorer');
c = schema.class(findpackage('tsguis'), 'tsparentnode', ...
    findclass(pparent,'node'));

%% Event indicating that a datachange event has occured in one 
%% of the time series children
schema.event(c,'timeserieschange');




