function schema
%SCHEMA  Defines properties for @TimeFinalValueView class

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

% Register class
superclass = findclass(findpackage('tsguis'),'tsCharLineView');
c = schema.class(findpackage('tsguis'), 'tsMeanView', superclass);

% Public attributes
