blob: 42ae7ebe5d6c5589a5bf3379e5dbed6f04ff2a06 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: TermDefinition.java,v 1.2 2006/06/23 00:01:26 jxi Exp $
*/
package org.eclipse.epf.xml.uma;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Term Definition</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A specific type of guidance that defines concepts and are used to build up the Glossary. TermDefinitions are not directly related to ContentElements, but their relationship is being derived when the Term is used in the ContentElements description text.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getTermDefinition()
* @model extendedMetaData="name='TermDefinition' kind='elementOnly'"
* @generated
*/
public interface TermDefinition extends Guidance {
} // TermDefinition