function schema
%SCHEMA  Defines properties for @eventCharView class

%   Author(s):  
%   Copyright 1986-2002 The MathWorks, Inc.
%   $Revision: 1.1.6.1 $  $Date: 2004/12/26 21:37:42 $

% Register class
%superclass = findclass(findpackage('wrfc'), 'view');
superclass = findclass(findpackage('wrfc'), 'PointCharView');
c = schema.class(findpackage('tsguis'), 'eventCharView', superclass);

% Public attributes
schema.prop(c, 'VLines', 'MATLAB array');    % Handles of vertical lines 
