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

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

%% Public properties

%% Rule objects
schema.prop(c,'Rules','MATLAB array');
schema.prop(c,'Calendar','MATLAB array');








