function schema
% Defines properties for @metadata class

%   Copyright 1986-2003 The MathWorks, Inc.
%   $Revision: 1.1.8.1 $ $Date: 2004/12/26 21:32:49 $

% Register class 
c = schema.class(findpackage('hds'),'metadata');

% Public properties
schema.prop(c,'Interpolation','handle');
schema.prop(c,'Units','string'); 

